Releases: ant-design/ant-design-pro
Releases · ant-design/ant-design-pro
2.1.1
Scaffold
- Added
typescript
support, now you can create new tsx files for development. [deb1433] (deb1433) - Added tests for
isUrl
andfixedZero
. #2600 - Fixed a bug in verifying the phone number. #2605
- Fixed an issue where the menu did not match correctly when there was only one level menu. #2630
- Added support for netlify. #2651
- Fixed a bug where the menu was automatically hidden. #2681
- The e2e test supports custom ports. #2633
Components
- Ellipsis component
tooltip
property supportsTooltipProps
. #2713 - Fix chart Gauge median display floating point exception problem. #2682
- Better support for typescript.
脚手架
- 增加了
typescript
支持,现在可以直接新建 tsx 文件来进行开发。deb1433 - 增加了
isUrl
和fixedZero
的测试。#2600 - 修复了验证手机号码的错误正则。 #2605
- 修复菜单在只有一级菜单时无法正确匹配的问题。#2630
- 增加了 netlify 支持。#2651
- 修复了菜单自动隐藏的 bug。#2681
- e2e 测试支持自定义端口。#2633
组件
2.1.0
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] (#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
组件
2.0.0
V2 is a huge change with 600 commits, including many changes, see for more And Design Pro release .
Scaffold
- 🌟 Added four new pages
- 🌟 Added
Setting Drawer
support for layout switching, light and dark theme switching, main color switching and other functions. - 🌟 Scaffolding switch to umi. #1512
- 🌟 Use umi-plugin-locale support for internationalization.
- 🌟 Use
firebase
to implement interface dynamization.
v2 是一个包含 600 多个 commit 的巨大改动,包含很多变化,更多内容见 And Design Pro 发布公告 。
脚手架
- 🌟 增加了四个新的页面
- 🌟 增加了
配置抽屉
支持 布局切换,光暗主题切换,主色切换等功能。 - 🌟 脚手架切换到 umi 。#1512
- 🌟 使用 umi 支持国际化。
- 🌟 使用
firebase
实现接口动态化。
组件
- 🌟 TagSelect 增加
hideCheckAll
属性,用于隐藏全部
按钮。 - 🌟 PageHeader 增加
home
和itemRender
属性。
1.4.4
Restored the es directory and index.less.
恢复了 es 目录 和 index.less。
1.4.1
1.4.0 was released using beta tag
This version uses the correct tag
1.4.0版本错误的使用了 beta tag发布。
这个版本使用了正确的 tag
changelog for 1.4.0
Scaffold
- 🐞 Fix the problem that the login page is misplaced at the bottom of IE11. #1315
- 🐞 Fix the problem that the (official website) advanced details page is not displayed in the IE11 section. #1287
- 🐞 Fix the problem of the breadcrumb path problem in the Step Form. #1324
- 🐞 Fixed an issue where dynamic parameter routing could not get title. #1248
- 🐞 Fix the problem that the breadcrumbs on the distribution form page are not updated. #1409
Components
- 🐞 Fix the error that the chart does not show when WaterWave
precent
is 0. 27a2353 - 🐞 Fix Ellipsis break in Firefox. #1921
- 🌟 Trend adds the
reverseColor
attribute. #1399 - 🌟 Ellipsis adds the
caculateShowLength
attribute. #1673 - 🌟 Ellipsis length now includes
...
. #1592 - 🌟 Login.Captcha adds the
buttonText
property. 11df359
脚手架
- 🐞 修复登录页面在 IE11 浏览器下,Footer 错位的问题。#1315
- 🐞 修复(官网)高级详情页在 IE11 下部分内容未显示的问题。#1287
- 🐞 修复分步表单面包屑路径问题的问题。#1324
- 🐞 修复动态参数路由无法获得 title 的问题。#1248
- 🐞 修复分布表单页跳转时面包屑不更新的问题。#1409
组件
supports babel-plugin-import
This update supports babel-plugin-import .
Configuration is as follows
{
libraryName: 'ant-design-pro',
libraryDirectory: 'lib',
Style: true,
camel2DashComponentName: false,
}
in code
import { Charts, NumberInfo, Trend } from 'ant-design-pro';
此次更新主要是支持了 babel-plugin-import。
通过如下配置来使用:
{
libraryName: 'ant-design-pro',
libraryDirectory: 'lib',
style: true,
camel2DashComponentName: false,
}
在代码中:
import { Charts, NumberInfo, Trend } from 'ant-design-pro';
1.3.0
脚手架
- 🐞 修复了触发异常时页面报错的问题。#1188
- 🐞 修复了浏览器切换到手机端模式时出现报错的问题。#1215
- 🐞 修复了 request.js 使用 FormData 上传文件时报错的问题。#1217 @ChieveiT
- 页面
- 🌟
查询表格页
中 StandardTable 组件新增rowKey
属性。#1175 @neoscript99 - 🐞 修复
查询表格页
中重新搜索后筛选设置失效的问题。#1209
- 🌟
组件
- 🌟 HeaderSearch 新增
defaultOpen
属性,可以支持默认展开。#1179 @zhujun24 - Charts
- 🐞 修复了 TimelineChart 坐标轴错位以及格式化有误的问题。#1283 @mdluo
- 🐞 修复了直接引用 Charts 失败的问题。commit/3bc5c5
1.2.0
~ Ant Design Pro 也有国内镜像了 -> http://ant-design-pro.gitee.io ~
脚手架
- 🌟 request 现在可以处理 FormData 了。#884 @chengs
- 🌟 支持用 Fragment 替代无用的 div。#330
- 🌟 使用 puppeteer 替代了 nightmare。#1006
- 🌟 支持路由配置时指定 exact 属性。#1148 @ws456999
- 🌟 面包屑默认加了入了菜单中(非路由项)的层级。#1053 @ReedSun
- 🐞 修复了无子菜单但其下有多级路由时菜单无法选中的问题。#821
- 🐞 修复了首页无权限时点击 logo 也会重定向到 403 页面的问题。#1098
- 页面
组件
- Charts
- PageHeader
- 🌟 新增
tabDefaultActiveKey
属性,支持设置默认选中的页签。commit/e618d4 - 🐞 修复了
location
属性无法生效的问题。#970 @Alexorz
- 🌟 新增
- Authorized
- SiderMenu
- 🐞 当子菜单无权限或不存在子菜单时不展示父菜单。#1047 @hzq001
- 🐞 优化了 SiderMenu 的展示体验。#964
- 🐞 修复了菜单项图标为 img 标签时折叠后无法隐藏菜单名的问题。commit/bacc20
- 🐞 修复了 CountDown 初始化时的展示问题。#1009
1.1.0
脚手架
- 🌟 现在注册完成后权限角色也会更新了!#724
- 🌟 重构了全局异常处理相关代码,将异常触发页收纳到顶部下拉列表中。#675
- 🌟 优化了登录/注册/注册结果页在大屏/手机上的展现。#665 @andriijas
- 🐞 修复了手机端的高度问题。#788
- 🐞 修复面包屑在存在带参数的路由时标题匹配有误的问题。#801 @Jeepeng
- 🐞 修复使用 browserHistory 报错的问题。#649
- 🐞 修复了 menu path 为绝对路径时的路径拼接问题。#697
- 🐞 修复了不能正常后退的问题。#729
- 页面
- 🐞 修复了高级表单页可编辑表格中编辑按钮被误触发的问题。#744
- 🐞 修复了 firefox 下访问监控页报错的问题。#677
- 🐞 修复了注册结果页注册信息未同步的问题。#695 @elevensky
- 🐞 修复了查询表格页验证误触发的问题。#755
组件
- 🌟 TagSelect 新增受控模式。#761 @yunxifd
- PageHeader
- 🌟 新增
tabBarExtraContent
属性,支持配置 tab bar 上额外的元素。#793 @kamote - 🌟 新增
breadcrumbSeparator
属性,支持自定义分隔符。#811 @unrealsmart - 🐞 修复了
tabActiveKey
未生效的问题。#681
- 🌟 新增
- 🌟 Authorized 组件
authority
属性为 function 时新增当前权限参数。#692 - 🌟 重构了 StandardTable,现在可以通过外部传入的 columns 控制渲染,同时支持多列求和结果展示。commit/33ef0a
- 🐞 修复 Login 内不使用 Tab 时,输入框无法输入的问题。#674 @lyingd
- 🐞 修复了 Ellipsis 内容未正常折行的问题。#688