Releases: uiwjs/uiw
v4.21.12
Documentation v4.21.12: https://raw.githack.com/uiwjs/uiw/2d68ac5/index.html
Comparing Changes: v4.21.11...v4.21.12
npm i [email protected]
- 🐞 fix(Menu): 节点的子级节点无法展开 #822 (#852) 94200fb @cuilanxin
v4.21.11
Documentation v4.21.11: https://raw.githack.com/uiwjs/uiw/ace1550/index.html
Comparing Changes: v4.21.10...v4.21.11
npm i [email protected]
v4.21.10
Documentation v4.21.10: https://raw.githack.com/uiwjs/uiw/b3222cd/index.html
Comparing Changes: v4.21.9...v4.21.10
npm i [email protected]
v4.21.9
Documentation v4.21.9: https://raw.githack.com/uiwjs/uiw/e6b6524/index.html
Comparing Changes: v4.21.8...v4.21.9
npm i [email protected]
- 🐞 fix(Modal): 修复Modal.show类型不存在问题 #825 (#827) a7db01a @cuilanxin
v4.21.8
Documentation v4.21.8: https://raw.githack.com/uiwjs/uiw/042187e/index.html
Comparing Changes: v4.21.7...v4.21.8
npm i [email protected]
- 🐞 fix(DateInputRange): 表单中使用清除无效问题 (#808) 9c85cb5 @nullptr-z
v4.21.7
Documentation v4.21.7: https://raw.githack.com/uiwjs/uiw/9d69d31/index.html
Comparing Changes: v4.21.6...v4.21.7
npm i [email protected]
- 🐝 refactor(Tabs): 替换tabs 的css选择器,解决外层type的样式也会加到内层中 #796 (#802) 65da8df @cuilanxin
v4.21.6
Documentation v4.21.6: https://raw.githack.com/uiwjs/uiw/b0fccdf/index.html
Comparing Changes: v4.21.5...v4.21.6
npm i [email protected]
- 🐞 fix(Tabs): 修复Tabs组件嵌套使用Tabs时,type属性会失效问题 #796 (#799) 3d8c55a @cuilanxin
- 🐞 fix(SearchSelect): 修复SearchSelect使用多选属性时,禁用样式问题 #789 (#801) 171906a @cuilanxin
v4.21.5
Documentation v4.21.5: https://raw.githack.com/uiwjs/uiw/1748c6c/index.html
Comparing Changes: v4.21.4...v4.21.5
npm i [email protected]
- 🐞 fix(Menu): 修复当嵌套多个子菜单时,会有遮住子菜单问题 # 779 (#797) 83b1306 @cuilanxin
v4.21.4
Documentation v4.21.4: https://raw.githack.com/uiwjs/uiw/a468636/index.html
Comparing Changes: v4.21.3...v4.21.4
npm i [email protected]
- 🎨 style(SearchSelect): 修复错误严重样式#793 c2e7fe6 @nullptr-z
v4.21.3
Documentation v4.21.3: https://raw.githack.com/uiwjs/uiw/f801940/index.html
Comparing Changes: v4.21.2...v4.21.3
npm i [email protected]
- 🐞 fix(Radio): 使RadioButton更符合radio行为,而不是checked 3c64953 @nullptr-z
- 📖 doc(Popover): 修复文档演示示例 BUG (#778) 67371ed @gssggssg