Browse Source

docs: changelog 4.19.1 (#34357)

* docs: changelog 4.19.1

* docs: update
pull/34362/head 4.19.1
MadCcc 3 years ago
committed by GitHub
parent
commit
abed625380
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.en-US.md
  2. 4
      CHANGELOG.zh-CN.md
  3. 2
      package.json

4
CHANGELOG.en-US.md

@ -15,13 +15,15 @@ timeline: true
---
## 4.19.1-alpha.0
## 4.19.1
`2022-03-08`
- 🐞 Fix less compile error related to custom status. [#34350](https://github.com/ant-design/ant-design/pull/34350)
- 🐞 Fix error `ReferenceError: colorPalette is not defined` when customize theme.
- 🐞 Fix error `Error: Invalid class or id selector syntax` when import `antd/dist/antd.css`.
- 🐞 Fix Input.Passowrd icon color in site. [#34354](https://github.com/ant-design/ant-design/pull/34354)
- 🐞 Fix ConfigProvider `csp` sometime not effect on Icon. [#34356](https://github.com/ant-design/ant-design/pull/34356)
## 4.19.0

4
CHANGELOG.zh-CN.md

@ -15,13 +15,15 @@ timeline: true
---
## 4.19.1-alpha.0
## 4.19.1
`2022-03-08`
- 🐞 修复自定义状态相关的 less 编译错误 [#34350](https://github.com/ant-design/ant-design/pull/34350)
- 🐞 修复使用定制主题时 less 编译提示 `ReferenceError: colorPalette is not defined` 错误。
- 🐞 修复引入 `antd/dist/antd.css` 时提示 `Error: Invalid class or id selector syntax` 错误。
- 🐞 修复 Input.Passowrd 图标颜色错误。[#34354](https://github.com/ant-design/ant-design/pull/34354)
- 🐞 修复 ConfigProvider `csp` 有时在 Icon 上不会生效的问题。[#34356](https://github.com/ant-design/ant-design/pull/34356)
## 4.19.0

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.19.1-alpha.0",
"version": "4.19.1",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save