2.1.0
版本发布时间: 2018-11-04 22:11:10
ant-design/ant-design-pro最新发布版本:v6.0.0-beta.1(2022-06-27 12:38:23)
Scaffold
- Added and improved multiple documents.
- Fixed an issue where exiting the login did not work. #2157
- Add an environment variable
APP_TYPE
. In the non-pro official website environment, the default sidebar is not added by default. 8e28420 - Fixed an issue where the logo and sidebar border styles were incorrect under the white theme. 3472590 57cb464
- The sidebar can now be scrolled separately. #2191
- Fix a bug that was reported after successful registration. de86a3
- Fixed an issue where it did not jump to the login screen when not logged in. #2157
- Fixed an issue where a blank area was left after the sidebar was automatically retracted when the side menu was fixed.#2175
- Added support for Traditional Chinese and [Portuguese] (https://github.com/ant-design/ant-design-pro/pull/2384).
- Added test at the layout level.#2499
- Added support for docker. #2430
- Supported IE11. 88be0d2
- Refactored the Render method of AdvancedForm. 5bcf89
- Extract the ArticleListContent as a public component. #2482
Components
- HeaderSearch add
open
和onVisibleChange
props. 5b5a737 - PageHeader adds the
hiddenBreadcrumb
attribute. 231e72 -Fix Ellipsis'stooltip
bug in exception. 0d47d5 - Fixed a bug that was unusual in Firefox 40.0.3. 85f466
- Fix the problem that the chart does not render when the Pie
percent
value is 0. 5b2daa - Fix the problem that LoginItem custom
rules
doesn't work. 9f89ce - Fixed an issue where the Ellipsis component and the Table component mismatched. #2405
脚手架
- 增加和完善了多处文档。
- 修复退出登录不工作的问题。#2157
- 增加一个环境变量
APP_TYPE
,在非 pro 官网的环境下,默认不添加设置边栏。8e28420 - 修复在白色主题下,logo 和 侧边栏边框样式错误的问题。3472590 57cb464
- 侧边栏现在可以单独滚动。 #2191
- 修复注册成功之后报错的 bug。de86a3
- 修复了未登录时不跳转到登录界面的问题。#2157
- 修复在固定侧边菜单时,自动收起侧边栏后会留空白区域的问题。 #2175
- 增加了
繁体中文
和葡萄牙语
支持。 - 增加了 layout 级别的测试。#2499
- 增加了对 docker 的支持。#2430
- 支持了 IE11。88be0d2
- 重构了 AdvancedForm 的 render 方法。5bcf89
- 抽取 ArticleListContent 为公共组件。#2482