mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
docs: update docs (#55518)
* docs: update * docs: update * update * revert
This commit is contained in:
@@ -36,9 +36,7 @@ Following the Ant Design specification, we developed a React UI library `antd` (
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||
|
||||
Polyfills are needed for IE browsers. We recommend [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) for it. You can set `targets` config if you are using [umi](https://umijs.org/).
|
||||
|
||||
> Dropped support of IE8 after `antd@2.0`. Dropped support of React 15 and IE9/10 after `antd@4.0`. Dropped support of IE after `antd@5.0`.
|
||||
> Dropped support of IE8 after `antd 2.0`. Dropped support of React 15 and IE9/10 after `antd 4.0`. Dropped support of IE after `antd 5.0`. Dropped support of React 16/17 after `antd 6.0`.
|
||||
|
||||
## Version
|
||||
|
||||
|
||||
@@ -36,9 +36,7 @@ title: Ant Design of React
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||
|
||||
对于 IE 系列浏览器,需要提供相应的 Polyfill 支持,建议使用 [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) 来解决浏览器兼容问题。如果你在使用 [umi](https://umijs.org/),可以直接使用 [targets](https://umijs.org/docs/api/config#targets) 配置。
|
||||
|
||||
> `antd@2.0` 之后不再支持 IE8。 `antd@4.0` 之后不再支持 React 15 和 IE9/10。 `antd@5.0` 之后不再支持 IE。
|
||||
> `antd 2.0` 之后不再支持 IE8。 `antd 4.0` 之后不再支持 React 15 和 IE9/10。 `antd 5.0` 之后不再支持 IE。`antd 6.0` 之后不再支持 React 16/17。
|
||||
|
||||
## 版本
|
||||
|
||||
|
||||
Reference in New Issue
Block a user