docs: fix changelog

This commit is contained in:
xrkffgg 2021-03-06 17:54:43 +08:00 committed by GitHub
parent 9973228fe1
commit 66798f6e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@ timeline: true
- TypeScript
- 🤖 Fix Drawer type declaration of `contentWrapperStyle`. [#29571](https://github.com/ant-design/ant-design/pull/29571)
## 4.13.0
`2021-02-28`
- 🔥 InputNumber support `stringMode` for high precision `step`. `value` in control out of range shows warning style instead of changing it. Dynamic update `min` & `max` will not trigger `onChange` anymore. [#29373](https://github.com/ant-design/ant-design/pull/29373)