Skip to content

v3.9.0

Compare
Choose a tag to compare
@zzcr zzcr released this 29 Jun 09:41
· 1424 commits to dev since this release
d7a6a21

What's Changed

Exciting New Features 🎉

  • feat: The Popconfirm bubble confirmation box component is added.
  • feat: Add the Drawer drawer component.
  • feat: Added the Guide boot component.
  • feat: SSR rendering on the server side of the vitepress project is supported.
  • feat: The function of selecting a corner mark is added to the ButtonGroup button group.
  • feat: The Alert component is added. The function of displaying or hiding the Alert again after the Alert is disabled is added.
  • feat: Add the running version number of each component so that users can view the current component version number.

Bug Fixes 🐛

  • fix(grid): Fixed an issue where the tooltip prompt should not be displayed when the mouse hovers over the sorting and filtering buttons of the table component.
  • fix(grid): Fixed an issue where the top border is hidden when the table component is frozen in border mode.
  • fix(grid): Fixed the bug that the frozen column in the table header is displayed abnormally when there is a scroll bar.
  • fix(grid): Fixed an issue where more than two frozen columns are displayed on the right of the table.
  • fix(search): Fixed the bug that the search component cannot adapt to the width in popover.
  • fix(slider): Fixed an issue where the value set in the basic usage of the slider component does not take effect.
  • fix(grid): Fixed the TS type declaration error of the grid-column component.
  • fix(anchor): Fix the bug caused by incorrect anchor listening offset generated in the online environment.
  • fix(icon): Fixed an issue where the IconEyeopen color cannot be set.
  • fix(date-picker): Modify the bug of the calculation range of the month and the bug of no disabled color.
  • fix(ipAddress): The input event of the ipAddress component does not take effect.

Other Changes


Exciting New Features 🎉

  • feat: 新增 Popconfirm 气泡确认框组件 🎊
  • feat: 新增 Drawer 抽屉组件 🎊
  • feat: 新增 Guide 引导组件 🎊
  • feat: 支持vitepress工程服务器端渲染SSR 🎊
  • feat: ButtonGroup 按钮组新增选块角标功能 🎊
  • feat: 新增Alert组件新增关闭Alert后,控制再次Alert的显示或隐藏功能 🎊
  • feat: 为每个组件添加运行时的版本号,方便用户查看当前组件版本号 🎊

Bug Fixes 🐛

  • fix(grid): 修复鼠标悬浮表格组件排序和筛选按钮时不应该出现tooltip提示问题
  • fix(grid): 修复表格组件冻结列在border模式下,上边框被影藏的问题
  • fix(grid): 修复表头冻结列在有滚动条时显示异常的bug
  • fix(grid): 修复表格右侧冻结列大于两个显示异常问题
  • fix(search): 修复搜索组件无法在popover中自适应宽度的bug
  • fix(slider): 修复组件slider基础用法中设置值不生效的问题
  • fix(grid): 修复grid-column组件ts类型声明报错问题
  • fix(anchor): 修复线上环境产生的锚点监听偏移量不准引起的bug
  • fix(icon): 修复IconEyeopen颜色不可设置问题
  • fix(date-picker): 修改月份的计算范围的bug和无禁用色的bug
  • fix(ipAddress): 修复ipAddress组件input事件不生效

Other Changes

New Contributors

Full Changelog: v3.8.3...v3.9.0