mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
docs: 📝 update introduce
This commit is contained in:
parent
5e85ce47a0
commit
ed435c8d4d
@ -17,9 +17,9 @@ Following the Ant Design specification, we developed a React UI library `antd` t
|
||||
vertical-align: middle;
|
||||
}
|
||||
.pic-plus span {
|
||||
font-size: 30px;
|
||||
color: #aaa;
|
||||
margin: 0 20px;
|
||||
color: #aaa;
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -46,9 +46,8 @@ Following the Ant Design specification, we developed a React UI library `antd` t
|
||||
|
||||
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](http://umijs.org/).
|
||||
|
||||
`antd@3.x` supports both React 15 and 16 but we strongly suggest React 16 for better performance and fewer bugs.
|
||||
|
||||
> We drop support of IE8 after `antd@2.0`, IE9/10 after `antd@4.0`,
|
||||
> We drop support of IE8 after `antd@2.0`,
|
||||
> We drop support of React 15 and IE9/10 after `antd@4.0`,
|
||||
|
||||
## Version
|
||||
|
||||
|
@ -17,9 +17,9 @@ title: Ant Design of React
|
||||
vertical-align: middle;
|
||||
}
|
||||
.pic-plus span {
|
||||
font-size: 30px;
|
||||
color: #aaa;
|
||||
margin: 0 20px;
|
||||
color: #aaa;
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -46,9 +46,8 @@ title: Ant Design of React
|
||||
|
||||
对于 IE 系列浏览器,需要提供相应的 Polyfill 支持,建议使用 [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) 来解决浏览器兼容问题。如果你在使用 [umi](http://umijs.org/),可以直接使用 [targets](https://umijs.org/zh/config/#targets) 配置。
|
||||
|
||||
`antd@3.x` 对 React 15/16 两个版本提供支持,但是我们强烈建议你升级到 React 16,以便获得更好的性能和遇到更少的问题。
|
||||
|
||||
> `antd@2.0` 之后不再支持 IE8,`antd@4.0` 之后不再支持 IE9/10。
|
||||
> `antd@2.0` 之后不再支持 IE8。
|
||||
> `antd@4.0` 之后不再支持 React 15 和 IE9/10。
|
||||
|
||||
## 版本
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user