mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
doc: changelog zh-CN
This commit is contained in:
parent
46650e4768
commit
1a403de348
@ -22,12 +22,12 @@ timeline: true
|
||||
- 🐞 Fix Menu shaking & collapse behavior. [#15868](https://github.com/ant-design/ant-design/pull/15868)
|
||||
- 🐞 Fix List pagination size changer not work. [#15871](https://github.com/ant-design/ant-design/pull/15871)
|
||||
- 🌟 Site [Icon](https://ant.design/components/icon/) supports search. [#15867](https://github.com/ant-design/ant-design/pull/15867) [@DiamondYuan](https://github.com/DiamondYuan)
|
||||
- 🐞 Fix RangePicker time-input not editable. [#15866](https://github.com/ant-design/ant-design/pull/15866)
|
||||
- 🐞 Fix RangePicker endtime-input not editable. [#15866](https://github.com/ant-design/ant-design/pull/15866)
|
||||
- 🐞 Fix that prop locale doesn't work for TimePicker. [#15837](https://github.com/ant-design/ant-design/pull/15837)
|
||||
- 🐞 Fix Steps style broken when `progressDot` and `size="small"`. [#15856](https://github.com/ant-design/ant-design/pull/15856)
|
||||
- 🐞 Fix Table filter display issue when use non-string type. [#15817](https://github.com/ant-design/ant-design/pull/15817)
|
||||
- 🐞 Fix Badge display negative count incorrect. [#15810](https://github.com/ant-design/ant-design/pull/15810)
|
||||
💄 Optimize default UI of `<Empty image={Empty.PRESENTED_IMAGE_SIMPLE} />`.
|
||||
- 💄 Optimize Empty default UI of `Empty.PRESENTED_IMAGE_SIMPLE`. [#15841](https://github.com/ant-design/ant-design/pull/15841)
|
||||
- 🌟 Added a new less variable `@html-selector` to enable override of html selector to support theme prefix. [#15613](https://github.com/ant-design/ant-design/pull/15613) [@krokofant](https://github.com/krokofant)
|
||||
- TypeScript
|
||||
- 🐞 Fix Table columnGroup definition. [fc45d](https://github.com/ant-design/ant-design/commit/fc45d7003efab225298bbc7ac740df40d34872d1)
|
||||
|
@ -19,7 +19,22 @@ timeline: true
|
||||
|
||||
`2019-04-07`
|
||||
|
||||
-
|
||||
- 🐞 修复 Menu 收缩的异常闪动。[#15868](https://github.com/ant-design/ant-design/pull/15868)
|
||||
- 🐞 修复 List pagination size changer not work. [#15871](https://github.com/ant-design/ant-design/pull/15871)
|
||||
- 🌟 站点支持 [Icon](https://ant.design/components/icon-cn/) 搜索。 [#15867](https://github.com/ant-design/ant-design/pull/15867) [@DiamondYuan](https://github.com/DiamondYuan)
|
||||
- 🐞 修复 RangePicker 结束时间不可输入。 [#15866](https://github.com/ant-design/ant-design/pull/15866)
|
||||
- 🐞 修复 TimePicker 传入 `locale` 属性无效的问题。 [#15837](https://github.com/ant-design/ant-design/pull/15837)
|
||||
- 🐞 修复 Steps 同时使用 `progressDot` 与 `size="small"` 时的样式错乱。[#15856](https://github.com/ant-design/ant-design/pull/15856)
|
||||
- 🐞 修复 Table 筛选使用 string 以外类型的展示问题。 [#15817](https://github.com/ant-design/ant-design/pull/15817)
|
||||
- 🐞 修复 Badge `count` 为负数时的显示问题。 [#15810](https://github.com/ant-design/ant-design/pull/15810)
|
||||
- 💄 优化 `Empty.PRESENTED_IMAGE_SIMPLE` 的默认样式。 [#15841](https://github.com/ant-design/ant-design/pull/15841)
|
||||
- 🌟 新增 less 变量 `@html-selector` 用于支持主题前缀。[#15613](https://github.com/ant-design/ant-design/pull/15613) [@krokofant](https://github.com/krokofant)
|
||||
- TypeScript
|
||||
- 🐞 修复 Table `columnGroup` 定义. [fc45d](https://github.com/ant-design/ant-design/commit/fc45d7003efab225298bbc7ac740df40d34872d1)
|
||||
- 📝 更新文档
|
||||
- [Empty](http://ant.design/components/empty/)
|
||||
- [Form](https://ant.design/components/form)
|
||||
- [TreeSelect](https://ant.design/components/tree-select/#FAQ)
|
||||
|
||||
## 3.16.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user