Skip to content

Commit

Permalink
IE8 => IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 27, 2016
1 parent 8775348 commit 178311a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

## 浏览器支持

现代浏览器和 IE8 及以上。
现代浏览器和 IE9 及以上。

> [IE8 issues](https://github.com/xcatliu/react-ie8)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

## Browser Support

Normal browsers and Internet Explorer 8+.
Normal browsers and Internet Explorer 9+.

> [IE8 issues](https://github.com/xcatliu/react-ie8)
Expand Down
2 changes: 1 addition & 1 deletion docs/react/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Entry files will be built and generated in `dist` directory, then we can deploy
## Compatibility

Ant Design React supports all the modern browsers and IE8+.
Ant Design React supports all the modern browsers and IE9+.

But we need to provide [es5-shim](https://facebook.github.io/react/docs/working-with-the-browser.html#browser-support) and other polyfills for IE8/9, and [babel-polyfill](https://babeljs.io/docs/usage/polyfill/) is a better choice. What's more, use [[email protected]](https://facebook.github.io/react/blog/2016/01/12/discontinuing-ie8-support.html) to support IE8.

Expand Down
2 changes: 1 addition & 1 deletion docs/react/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $ npm run build
## 兼容性

Ant Design React 支持所有的现代浏览器和 IE8+。
Ant Design React 支持所有的现代浏览器和 IE9+。

对于 IE8/9 等浏览器,需要提供 [es5-shim](https://facebook.github.io/react/docs/working-with-the-browser.html#browser-support) 等 Polyfills 的支持,推荐使用 [babel-polyfill](https://babeljs.io/docs/usage/polyfill/)。特别对于 IE8 需要配合使用 [[email protected]](https://facebook.github.io/react/blog/2016/01/12/discontinuing-ie8-support.html) 版本。

Expand Down
2 changes: 1 addition & 1 deletion docs/react/introduce.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can use:

## Compatibility

Modern browsers and IE8+.
Modern browsers and IE9+.

> [IE8 issues](https://github.com/xcatliu/react-ie8)
Expand Down
2 changes: 1 addition & 1 deletion docs/react/introduce.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

## 浏览器支持

现代浏览器和 IE8 及以上。
现代浏览器和 IE9 及以上。

> [IE8 issues](https://github.com/xcatliu/react-ie8)
Expand Down

0 comments on commit 178311a

Please sign in to comment.