Releases: DevCloudFE/vue-devui
Releases · DevCloudFE/vue-devui
v1.5.5
What's Changed
Exciting New Features 🎉
- feat(Breadcrumb): 新增面包屑组件 by @xingyan95 in #1588
- feat: 添加codeEditor组件 by @huaweidevcloud in #1587
- feat(ActionTimeline): 新增操作时间轴组件 by @xingyan95 in #1596
- feat(Carousel): 新增走马灯组件 by @xingyan95 in #1602
- feat: 添加markdown编辑器组件 by @huaweidevcloud in #1604
- feat(Grid): 新增noOuter参数,抵消外层边距 by @xingyan95 in #1606
Bug Fixes 🐛
- fix: 修复select组件清空时不清空filterQuery的问题 by @GaoNeng-wWw in #1568
- fix(tree): tree组件新增节点时折叠父节点,父节点会变成懒加载状态 by @mengqiuleo in #1583
- fix: 解决部分组件未导出子组件,导致按需引入失败 by @xingyan95 in #1597
Other Changes
- feat(Input): add input
validate-event
test case by @Wing-9527 in #1571 - feat(InputNumber): add
focus blur select
test case by @Wing-9527 in #1572 - feat(Drawer): add
drawerService
test case by @Wing-9527 in #1573 - feat(Menu): add
menu
componentrouter
test case by @Wing-9527 in #1575
New Contributors
- @Wing-9527 made their first contribution in #1571
- @mengqiuleo made their first contribution in #1583
- @huaweidevcloud made their first contribution in #1587
Full Changelog: v1.5.4...v1.5.5
v1.5.4
Full Changelog: v1.5.3...v1.5.4
v1.5.4-alpha.0
Full Changelog: v1.5.3...v1.5.4-alpha.0
v1.5.3
What's Changed
Exciting New Features 🎉
- feat: 弹窗中新增autofocus自动聚焦 by @sakanaovo in #1560
Bug Fixes 🐛
- fix: 修改eslint单行太长问题,对ts类型报红完善 by @sakanaovo in #1561
New Contributors
- @sakanaovo made their first contribution in #1560
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
What's Changed
Bug Fixes 🐛
- fix(ImagePreview): 修复图片拖动并重置,再次拖动时的位置问题 by @xGuangsPBD in #1529
- feat: 1524 组件demo中,点击复制代码片段之后,文字消失问题解决 by @Whbbit1999 in #1532
- fix: 修复文档构建错误 by @GaoNeng-wWw in #1531
- fix: 修复default-select-keys无法响应式的问题 #1542 by @GaoNeng-wWw in #1542
- fix(tag): 修复Tag标签primary类型选中状态下,关闭按钮颜色与背景色一致 (close #1539) by @vaebe in #1543
Other Changes
New Contributors
- @xGuangsPBD made their first contribution in #1529
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
Exciting New Features 🎉
- feat: documents support importing vue files by @linxiang07 in #1520
Bug Fixes 🐛
- fix(collapse): 修复折叠面板禁用时图标颜色 by @Lucky-Ya-Q in #1517
Other Changes
- fix(time-picker): fix test case not pass by @hxj9102 in #1519
- test(textarea、dropdown): improve test case by @hxj9102 in #1518
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
Bug Fixes 🐛
- search component: fix props max-length、 improve test case by @hxj9102 in #1507
- fix(tabs): fix content of tab has not changed when add a tab by @Zz-ZzzZ in #1511
- fix(modal): 修复弹窗组件信息提示图标的颜色 by @Lucky-Ya-Q in #1514
Other Changes
- refactor: Refactor code and component structure by @chenxi24 in #1508
- test(icon): improve icon test case by @hxj9102 in #1509
- refactor popover test and add form-item test by @hxj9102 in #1512
New Contributors
- @Lucky-Ya-Q made their first contribution in #1514
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Exciting New Features 🎉
Bug Fixes 🐛
- fix: 修复form组件文档校验出错 (#1454) by @hqchqc in #1460
- fix: 修复notification组件超时时间为0下鼠标移除会自动消失(#1468) by @xiaogonggong-w in #1469
- fix(color-picker): misspelling of words & keep paletter is displayed on the screen by @ErKeLost in #1470
- fix: theme props type warning by @ErKeLost in #1472
- 修复 Radio 组件 size 属性的逻辑 (#1199) by @vaebe in #1479
- 修复 checkbox 组件 size 属性的逻辑 (#1199) by @vaebe in #1480
- fix(read-tip): 修复一些简单的小错误 by @vaebe in #1477
- fix(select): 修复 select 组件 size 属性的逻辑 (#1199) by @hxj9102 in #1482
- fix(date-picker-pro): 修复date-picker-pro测试用例报错 by @hxj9102 in #1483
- cascader组件 props size 在表单内部时应该跟随表单变化 by @vaebe in #1497
- timePicker组件 props size 在表单内部时应该跟随表单变化 by @vaebe in #1496
- search 组件在 form 表单内部时 应该跟随表单的size变化 by @vaebe in #1492
- input-number 组件在 form 内时根据表单 size 变化 by @vaebe in #1493
- timeSelect 组件 props size 在表单内部时应该跟随表单变化 by @vaebe in #1494
Other Changes
- docs(form): 组件文档尺寸,增加 size 切换。 by @vaebe in #1478
- style(algolia): 组件文档 algolia 检索主题适配 by @vaebe in #1484
- switch 组件 size 向标准统一 (#1199) by @vaebe in #1476
- chore: auto create a tag by @kagol in #1485
- form 文档 size 示例,增加 timeSelect、timePicker。 by @vaebe in #1495
New Contributors
- @hqchqc made their first contribution in #1460
- @xiaogonggong-w made their first contribution in #1469
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
Bug Fixes 🐛
- fix(tooltip): 修复tooltip测试用例github构建报错 by @hxj9102 in #1445
- fix(checkbox): 阻止事件冒泡,避免引发table中勾选时触发多个事件(#1446) by @zhaoShijuan in #1447
- fix(auto-complete): 修复类型定义报错问题 by @zxlfly in #1456
- fix: 修复自动化构建报错 by @GaoNeng-wWw in #1453
- fix(message):修复duration为0时,移入移出自动关闭问题+修改关闭按钮不垂直居中样式(#1449) by @zhaoShijuan in #1450
- fix(.github): 修复无法自动生成release_note的问题 by @GaoNeng-wWw in #1464
Other Changes
- chore(.github): 新增自动构建 by @GaoNeng-wWw in #1443
- test(mention): 添加mention测试用例 by @hxj9102 in #1444
- test(form): 添加form测试用例 by @hxj9102 in #1455
- test(popover): 添加popvoer测试用例 by @hxj9102 in #1451
- fix: 解决预渲染失败问题 by @linxiang07 in #1458
- feat: 下线自动化生成changelog by @GaoNeng-wWw in #1461
Full Changelog: v1.3.2...v1.3.3