antd 3.7.1
- 🐞 Fix popup content can't display in Drawer component.#11304
- 🐞 Card using
tabListsupportdisabledprop.#11212 - 🐞 Fix Link of Anchor not sync when
hrefupdate.#11287 @tangjinzhou - 🐞 Fix Menu component style.#11299
- 🐞 Fix Drawer component don't have animation when
destroyOnCloseis set.#11307 - 🐞 Fix DirectoryTree can't expand when
expandedKeysis in control.#11366 - 🐞 Fix Button with Tooltip under ButtonGroup style issue when Button is
disabled.11321 @tangjinzhou
- 🐞 修复 Drawer 内无法显示弹层组件的问题。#11304
- 🐞 带页签的卡片页签支持 disabled 属性。#11212
- 🐞 修复锚点链接组件 href 改变不更新的问题。 #11287 @tangjinzhou
- 🐞 修复 Menu 样式细节问题。#11299
- 🐞 修复 Drawer 组件设置
destroyOnClose后关闭动画消失。#11307 - 🐞 修复 DirectoryTree 在
expandedKeys属性可控时点击无法展开的问题。#11366 - 🐞 修复 ButtonGroup 中使用 Tooltip 的 Button 在
disabled时样式不正确的问题。11321 @tangjinzhou