Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug]: select新增选项,删除一个,其他新增的选项全部被删除了 #1274

Closed
kagol opened this issue Aug 26, 2022 · 1 comment
Labels
bug Something isn't working v1.0.0 v1.0.0 issue or pr

Comments

@kagol
Copy link
Member

kagol commented Aug 26, 2022

Version

latest

Vue Version

latest

Link to minimal reproduction

复现链接:
https://devui.huawei.com/vue/components/select/#新增选项

删除1
image

结果1/2都没了
image

Step to reproduce

复现链接:
https://devui.huawei.com/vue/components/select/#新增选项

删除1
image

结果1/2都没了
image

What is expected

No response

What is actually happening

No response

Any additional comments (optional)

No response

@kagol kagol added bug Something isn't working v1.0.0 v1.0.0 issue or pr labels Aug 26, 2022
@kagol kagol changed the title 🐛 [Bug]: select 🐛 [Bug]: select新增选项,删除一个,其他新增的选项全部被删除了 Aug 26, 2022
@kagol
Copy link
Member Author

kagol commented Sep 6, 2022

Fixed by @handsomezyw on #1301

@kagol kagol closed this as completed Sep 6, 2022
kagol added a commit that referenced this issue Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <[email protected]>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <[email protected]>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>
kagol added a commit that referenced this issue Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* release v1.4.0 (#1499)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <[email protected]>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <[email protected]>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>
kagol added a commit that referenced this issue Dec 14, 2022
* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <[email protected]>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <[email protected]>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

* main to dev (#1501)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* release v1.4.0 (#1499)

* chore: release v1.0.1

* fix(time-select): 修复 #1290 step小于等于0时会卡死的问题

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: 修复 #1292

* fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300

* fix(select): 修复select新增选项,删除一个,其他新增的选项全部被删除了 #1274

* fix(tabs): 修复Tabs溢出不截断 #1062

* fix(tabs): 修复tabs溢出鼠标拖动tab不会滑动的问题

* fix(mention): 修复Mention 组件的联想文字选中后应替换触发输入的联想文本,而非追加 #1303

* chore: release v1.0.2

* fix: fix doc 404 close #1310

* docs: update README

* fix: fix build fail caused by ssr

* fix: fix mobile sidebar scroll problem

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* style(button): 组件 size 移除 xs 类型 #1199

* docs(button): 文档 size 描述 四种类型去除 xs 为三种

* style(search): 优化search 搜索框样式,统一组件不同size的大小 #1199

* chore: refactor unit-test scripts

* style(input): input组件 size 大小使用scss变量向标准统一 #1199

* style(radio): radio组件 size 大小使用scss变量向标准统一 #1199

* docs(radio): radio组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* style(checkbox): checkbox 组件 size 大小使用scss变量向标准统一 #1199

* style(checkbox-group): checkbox-group 组件 direction排列方向样式优化

* docs(checkbox): checkbox组件文档更新 去除组件 size xs 类型,按钮形态示例优化。

* fix: fix unit test error

* style: wrong eslint

* chore: remove only

* 修改可排序拖拽的bug (#1144)

* refactor(dragdrop): extract const SHADOW_ID

* refactor(dragdrop): Optimize the code according to the review opinion

* fix(input): 绑定数据为 ref(null) 导致无法获取 length 的错误 (close #1329)

* style(collapse): 可自定义过渡持续时间

* feat(carousel): 增加自定义过渡持续时间 transition-speed

* style(auto-complete): auto-complete 组件 size 大小使用scss变量向标准统一 #1199

* docs(time-select): 更新文档,示例更友好 (#1328)

* test(switch): test color prop

* test(checkbox): 增加对颜色属性的测试

* docs(time-select): 更新文档,示例更友好

* fix(menu): 修复组件部分错误 (#1334)

* fix(tag): 移除tag组件 size 属性 xs 类型,统一组件size类型 #1199 (#1335)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* feat: release v1.1.0

* fix(tag-input): 移除 render setup直接导出,打开关闭suggestionList面板逻辑更新

* feat(tag-input): suggestion-list 使用 FlexibleOverlay

* fix(tag-input): valueChange to change

* feat(tag-input): 代码调整将部分逻辑抽离成函数、增加获取父元素宽度的逻辑用于设置suggestion-list的宽度

* test(tag-input): 修复因为逻辑更改导致的测试错误

* feat(tag-input): add useInputKeydown

* feat(tag-input): v-model:tags 修改为 v-model,更新文档、测试用例

* fix(tag-input): 选择建议面板 选择单个不应该被关闭

* feat(colorPicker): 组件无法正常打开选择器

* docs(card): 文档优化去除 icon css的引入,去除未使用的css样式代码。 (close #1231)

* docs(card): 文档 props:align、shadow 类型展示优化

* fix(card): props.shadow 类型 alway 修正为 always

* docs: add maintainers in README

* docs: add deprecated tags

* fix(checkbox): #1323 修复checkboxGroup下,组件底部遮挡问题

* docs(radio-group): radio-group 根据条件终止切换操作示例,两个radio-group 没有间距 (close #1347)

* docs: 完善头像英文文档 (#1354)

* docs: 完善头像英文文档

* test(input-number): 增加对placeholder属性的测试

* test(input-number): 新增对增减按钮的测试

* test(input-number): 新增对change事件的测试

* test(input-number): 测试change/focus/blur/input事件

* test(input-number): 新增对focus/blur/select方法的测试

* revert: 暂时删除method方法的测试

* fix(modal): 拖拽异常,新增保留上次位置

* perf(modal): 更正eslint

* docs(modal): 添加contributors

* chore: update version 1.2.0

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(checkbox): 修复 checkbox-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 修复 radio-group 按钮形态属性 direction="column" 时样式异常

* fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)

* fix(checkbox): 将checkbox-button的box-shadow更改到group中(若不使用group时则不需要box-shadow)

* docs(modal): modal添加keep-last的demo

* docs(modal): 添加文档跳转

* fix(modal): 修复两个弹窗定位互相干扰问题

* feat(cli): 生成global.d.ts

* fix(cli): 修复部分函数命名

* fix(search): 修复search组件,如果没下载图标库的话,搜索按钮会显示空白 (close #495)

* fix(search): 移除 icon 组件的引入

* fix(cascader): 修复聚焦cascader按钮倾斜

* fix(date-picker-pro): 修复 range-date-picker-pro v-model 测试用例错误

* docs: 增加灯塔网站友联

* docs(button): 新增button英文文档

* fix: toggle theme button style questions

* feat(tag-input): 组件 class 使用 namespace

* fix(tag-input): 修复组织测试用例错误

* feat(tag-input): 测试用例中的 class 写成变量方便维护

* fix(tag-input): 修复组件ts类型错误

* fix(tag-input): 组件未传入 props noData 导致的样式异常

* fix(tag-input): 修正文档 props placeholder、noData 的数据类型 移除showAnimation 属性

* docs: 新增Modal组件英文文档

* docs: 新增Message组件英文文档

* fix: #1236

1. 使用内置路由和链接类型文档组件浮动导致展示问题
2. Accordion 事件表格展示问题

* docs: update README

* fix: #1014

1. change tab-nav.scss file

* test: 添加message测试用例

* fix: 修复date-picker-pro单元测试用例报错

* fix(menu): 修复menu单元测试用例报错

* fix(pagination): 修复Pagination组件切换pageSize时未抛出选中值,增加page-size下拉单元选中样式(#1435)

* fix:修复格式要求问题

* fix(button): 解决loading效果覆盖底层文字问题

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题 close#1430

* fix: 修复DatePickerPro打开日历下拉面板时闪现两个滚动条的问题

* test(menu): 添加menu测试用例

* fix: #1439

* chore(.github): 新增自动构建

* test(mention): 添加mention测试用例

* fix(tooltip): 修复tooltip测试用例github构建报错

* fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446)

Signed-off-by: zhaoShijuan <[email protected]>

* docs: update README

* fix(auto-complete): 修复类型定义报错问题

* test(form): 添加form测试用例

* fix: 修复自动化构建报错

* fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449)

Signed-off-by: zhaoShijuan <[email protected]>

* release: 1.3.3-alpha.0发布

* fix(popover): 修改popover测试用例中存在的一些问题

* test(popover): 添加popvoer测试用例

* chore(popover): 使用wait函数替换new Promise方式

* fix: 解决主题预渲染报错

* fix: 解决预渲染失败问题

* chore: 使用统一的inBrowser判断环境

* docs: update README

* feat: 下线changelog

* fix(.github): 修复无法自动生成release_note的问题

* chore: update version

* chore: update version

* chore: release v1.3.3

* fix: 修复form组件文档校验出错

* fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468)

* docs(algolia): vitepress 增加 algolia 配置参数

* docs(algolia): 升级 docsearch 包的版本

* docs(algolia): 更新 algolia 搜索组件,更改组件在navbar组件的布局位置

* fix: misspelling of words

* fix: keep palette is displayed on the screen

* fix: theme props type warning

* fix(radio): 组件 size 计算逻辑。

* test(radio): 组件测试错误,组件设置 size 应该包含相应的class类名

* fix(checkbox): 组件 size 计算逻辑。

* test(checkbox): 组件测试错误 测试用例增加 wrapper.unmount()

* docs(form): 组件文档尺寸,增加 size 切换。

* docs(form): 增加 css 命名空间,避免样式冲突。

* fix: use-namespace.ts 语法警告

* docs(read-tip): 文档中的语法错误

* fix: _animation.scss 语法错误

* docs(read-tip): 英文文档中的语法错误

* docs(read-tip): 更正内容格式

* fix(select): 修复 select 组件 size 属性的逻辑

* fix(date-picker-pro): 修复date-picker-pro测试用例报错

* style(algolia): 组件文档 algolia 检索主题适配

* feat(switch): 组件 size 样式统一

* test(switch): 修复测试错误,主要原因是组件额外加了一层。

* docs(switch): 文档优化

* style(switch): 容器由块元素变更为内联元素

* fix(switch): 组件 size 的优先级(#1199)

* chore: auto create a tag

* chore: change branch

* chore: fix release failed

* chore: fix release failed (#1489)

* chore: fix release failed (#1490)

* fix(cascader): 组件 size 优先级 (#1199)

* docs(cascader): 组件文档增加 尺寸

* fix(timePicker): 组件 size 优先级 (#1199)

* fix(Search): 组件 size,如果在表单内应该跟随表单变化。

* docs(Search): 组件文档 增加 IconPositionType 类型。

* test(Search): 组件测试用例完善

* test(Search): 更新组件 测试用例

* test(Search): 更新组件 props size 优先级测试用例

* fix(input-number): 组件 props size 如果在表单内应该跟随表单变化。

* test(input-number): 增加组件 props size 优先级测试

* fix(timeSelect): 组件 size 优先级 (#1199)

* docs(form): form 文档 size 示例,增加 timeSelect、timePicker。

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>

Signed-off-by: zhaoShijuan <[email protected]>
Co-authored-by: qinwencheng <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: liusuY <[email protected]>
Co-authored-by: handsomezyw <[email protected]>
Co-authored-by: zcj <[email protected]>
Co-authored-by: gxuud <[email protected]>
Co-authored-by: 小九九 <[email protected]>
Co-authored-by: zhanglongbao <[email protected]>
Co-authored-by: GaoNeng <[email protected]>
Co-authored-by: vaebe <[email protected]>
Co-authored-by: xzxldl55 <[email protected]>
Co-authored-by: Bbbtt04 <[email protected]>
Co-authored-by: Cv-Enginner123 <[email protected]>
Co-authored-by: GaoNeng-wWw <[email protected]>
Co-authored-by: buaalkn <[email protected]>
Co-authored-by: miliky <[email protected]>
Co-authored-by: hxj9102 <[email protected]>
Co-authored-by: whbbit <[email protected]>
Co-authored-by: zhaoShijuan <[email protected]>
Co-authored-by: rongjie.song <[email protected]>
Co-authored-by: huangxiaojie02 <[email protected]>
Co-authored-by: zxlfly <[email protected]>
Co-authored-by: hqchqc <[email protected]>
Co-authored-by: xiaogonggong-w <[email protected]>
Co-authored-by: ERKELSOT <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.0.0 v1.0.0 issue or pr
Projects
None yet
Development

No branches or pull requests

1 participant