Skip to content
- 🐞 Fixed Tag still visible when initially setting
visible prop to false. #11757
- 🐞 Fixed Modal text got selected when opened by double click. #11777
- 🐞 Fixed style of Rate component while getting clicked. #11736
- 🐞 Fixed style of Badge component when its children is
display:block. #84119d8
- Drawer
- 🐞 Fixed Drawer not compatible with IE10 and IE9. #11583
- 🐞 Fixed Drawer not being able to be scrolled vertically on mobile device. #11443
- TypeScript
- 🐞 Fixed
selectable prop is missing in TreeNode props. #11604 @apieceofbart
- 🐞 Fixed
autosize prop is missing in Input props. #11697
- 🐞 修复 Tag 组件
visible 属性初始值为 false 时仍然可见的问题。#11757
- 🐞 修复 Modal 文本在双击打开的时候会被选中的问题。#11777
- 🐞 修复 Rate 组件点击时的样式问题。#11736
- 🐞 修复 Badge 组件在子元素为
display:block 时的样式问题。#84119d8
- Drawer
- 🐞 修复 Drawer 组件不兼容 IE10 和 IE9 的问题。#11583
- 🐞 修复 Drawer 组件在移动设备上无法垂直滚动的问题。 #11443
- TypeScript