Releases: uiwjs/uiw
v4.21.2
Documentation v4.21.2: https://raw.githack.com/uiwjs/uiw/c1b302e/index.html
Comparing Changes: v4.21.1...v4.21.2
npm i [email protected]
- 🐞 fix(Menu): 修复展开子菜单收起的时候没有动画 #774 (#775) b35cd34 @cuilanxin
v4.21.1
Documentation v4.21.1: https://raw.githack.com/uiwjs/uiw/390dc1e/index.html
Comparing Changes: v4.21.0...v4.21.1
npm i [email protected]
- 🐞 fix(Table): 修复Empty 在表格中未沾满tbody问题 #768 (#770) e4716ec @cuilanxin
- 🐞 fix(Overlay): 修复问题CSSTransition传递nodeRef后各回调没有node问题 #769 (#771) 305541d @nullptr-z
- 🐞 fix(Tooltip):修复被禁用时任然可能触发弹层问题 #772 (#773) 85881fc @nullptr-z
- 📖 doc(website): Update recommendation a08038b @jaywcjlove
v4.21.0
Documentation v4.21.0: https://raw.githack.com/uiwjs/uiw/b5601b5/index.html
Comparing Changes: v4.20.0...v4.21.0
npm i [email protected]
- 🐝 refactor(Tree): 剔除组件中过时API引用 #374 (#757) 1d6ea8d @nullptr-z
- 🐞 fix(Menu): 修复 Menu 使用 React.StrictMode 报错 (#758) a62e924 @cuilanxin
- 🆎 type(@uiw/react-back-top):修复类型问题 (#762) c9625d8 @SunLxy
- 🐞 fix(Overlay): 修复Overlay 始终拿不到node (#761) 15d151f @cuilanxin
- 🐞 fix(SeachSelect): 修复Form中使用没有赋值initialValue情况下无法重置 #760 (#763) d11d652 @nullptr-z
- 🐞 fix(Breadcrumb/Progress/Radio): 修改部分组件导出方式 (#764) 1c26166 @SunLxy
- 🌟 feat(Tree): 新增Tree组件 disabled 属性 #759 (#765) aa162af @cuilanxin
- 🐞 fix(TreeChecked): 修复 TreeChecked 禁用后复选框没有禁用问题 (#766) c2ef1a8 @cuilanxin
v4.20.0
Documentation v4.20.0: https://raw.githack.com/uiwjs/uiw/feec87b/index.html
Comparing Changes: v4.19.0...v4.20.0
npm i [email protected]
- 🌟 feat(Popover): 新增 Confirm 用法 (#751) 89da44a @cuilanxin
- 📄 reactor(Table): 移除Table中使用的即将废弃的 React API (#753) 4e89936 @cuilanxin
- 📄 reactor(Modal): 优化 Modal.show 代码 (#754) eca761a @cuilanxin
- 🆎 type(Form): 修复 children 类型问题 (#755) d67a055 @SunLxy
v4.19.0
Documentation v4.19.0: https://raw.githack.com/uiwjs/uiw/a10e5c1/index.html
Comparing Changes: v4.18.1...v4.19.0
npm i [email protected]
- 🎨 style(SearchSelect): 样式和文档优化 (#744) f988af3 @nullptr-z
- 🌟 feat(Cascader):增加API: expandTrigger子菜单展开方式 (#745) 1358ef5 @nullptr-z
- 🐞 fix(Overlay/Modal): 新增 Modal.show() 快速使用弹框功能,修复Overlay首次打开没有动画问题 (#746) c533549 @cuilanxin
- 🌟 feat(Input):增强数字Input输入框功能 (#747) b8cf088 @nullptr-z
- 🌟 feat(Input): 增加数字输入框增量设置和超出警告功能 (#748) 8fd6ce7 @nullptr-z
v4.18.1
Documentation v4.18.1: https://raw.githack.com/uiwjs/uiw/d4f0924/index.html
Comparing Changes: v4.18.0...v4.18.1
npm i [email protected]
- 📖 doc(Table): 更新table组件文档 可编辑行例子的错误 (#739) 3a43b33 @cuilanxin
- 🐞 fix(OverlayTrigger):拖动浏览器窗口大小onVisibleChange被高频率调用问题 (#738) 8b407ec @nullptr-z
- 📖 doc: 修复文档报错和错误示例 (#740) b2f5b69 @nullptr-z
v4.18.0
Documentation v4.18.0: https://raw.githack.com/uiwjs/uiw/4e25ac4/index.html
Comparing Changes: v4.17.0...v4.18.0
npm i [email protected]
- 🐞 fix(Table): 修复table fix 在表头分组中fixed固定位置错误问题 (#727) 8f76184 @cuilanxin
- 🌟 feat(Radio): 增加按钮样式的单选(RadioButton) (#725) affe5ba @nullptr-z
- 🐞 fix: #728 完善Form ref的ts声明 (#729) 46f7ec2 @xingyuefeng
- 📖 docs(SearchSelect): 完善示例文档&处理错误示例 (#730) d05ec7e @nullptr-z
- 🎨 style(SearchSelect): 增加大小尺寸样式 (#732) 0dd75b3 @nullptr-z
- 🎨 style(SearchTree): 增加大小尺寸样式&增加示例文档 (#733) c89cd0c @nullptr-z
- 🌟 feat(Cascader): 增加API参数size和 inputProps (#734) fab5946 @nullptr-z
- 🎨 style(Checkbox):修复勾选框和label没水平对齐问题 (#735) 44cde18 @nullptr-z
- 📖 doc(Table): 增加Table可编辑,可编辑行例子 (#736) 2b32df7 @cuilanxin
v4.17.0
Documentation v4.17.0: https://raw.githack.com/uiwjs/uiw/26f376b/index.html
Comparing Changes: v4.16.2...v4.17.0
npm i [email protected]
- 🌟 feat(SearchTree): 增加valueAmount参数限制最大value长度 (#722) 8e8bf3d @nullptr-z
- 🌟 feat(Cascader): add disabled props(#723) f92c7e7 @nullptr-z
v4.16.2
Documentation v4.16.2: https://raw.githack.com/uiwjs/uiw/8013064/index.html
Comparing Changes: v4.16.1...v4.16.2
npm i [email protected]
v4.16.1
Documentation v4.16.1: https://raw.githack.com/uiwjs/uiw/84f8895/index.html
Comparing Changes: v4.16.0...v4.16.1
npm i [email protected]
- 🌟 feat(Cascader): 添加表单支持 & 增加清除按钮 (#713) d6757ee @nullptr-z
- 🐞 fix(Table): 修复 table fixed 不能对表头分组使用 (#714) 09be2f3 @cuilanxin
- 💄 chore(deps): update dependency prettier to ~2.6.0 (#675) d34df0a @renovate-bot
- 🐞 fix(Tabs): 修复activeKey 高亮下划线未展示问题 #709 (#716) 1feba3a @Amber-Nan
- 🌟 feat(Cascader): 添加搜索功能 (#715) ce01687 @nullptr-z