All Versions
19
Latest Version
Avg Release Cycle
50 days
Latest Release
1038 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.5
September 07, 2018 -
v2.2.4 Changes
September 06, 2018🔋 Feature
- 🌟
InputItem
addmoneyKeyboardHeader
property(#2820)
- 🌟
PickerView
accept one-dimensional array as data property(#2815)🐛 Bug Fix
- 🐞
Popup
Popup should be compatible with bottom safe area #2810 - 🐞
Button
fix button with icon and inline style #2822 - 🐞
TextareaItem
fix line break cause by textareaItem word count corrupt for iOS #2825
🔋 Feature
- 🌟
InputItem
支持自定义金额虚拟键盘头部内容(#2820)
- 🌟
PickerView
data属性支持传入一维数组(#2815)🐛 Bug Fix
- 🌟
-
v2.2.3 Changes
August 09, 2018 -
v2.2.2 Changes
July 12, 2018🔋 Feature
- 🌟
Tabs
: support Barrier Free Access PR
- 🌟
ImagePicker
: support customized length #2619 #2668🐛 Bug Fix
- 🐞
Picker
: fix get wrong value whenprop.value
hasundefined
#2695 - 🐞
Flex
: fix style whendirection=column
#2683
🔋 Feature
- 🌟
Tabs
无障碍模式优化 PR
- 🌟
ImagePicker
支持自定义每行的元素个数 #2619 #2668🐛 Bug Fix
- 🌟
-
v2.2.1 Changes
June 28, 2018🔋 Feature
- 🌟
TabBar
add tabBarPosition on TabBar #2564
- 🌟
Menu
&PullToRefresh
support locale #2669🐛 Bug Fix
- 🐞
Picker
add translateZ on wrap and mask #2653 - 🐞
Tabs
fix underline render error on some webview #2674 - 🐞
PopOver
(iOS) fix event onVisibleChange not trigger when click mask #2659
- 🐞
Calendar
fix error #2655✨ Enhancement
- 📝 Update Jest #2657
🔋 Feature
- 🌟
TabBar
增加tabBarPosition
#2564
- 🌟
Menu
&PullToRefresh
支持国际化 #2669🐛 Bug Fix
- 🐞
Picker
在wrap
和mask
元素上增加translateZ
属性 #2653 - 🐞
Tabs
修复WebView上的underline
渲染报错 #2674 - 🐞
PopOver
修复未引入fastclick时,点击popover 遮罩层不触发onVisibleChange的BUG #2659
- 🐞
Calendar
修复日历组件在某些情况下的报错 #2655✨ Enhancement
- 📝 升级Jest版本 #2657
- 🌟
-
v2.2.0 Changes
June 15, 20182018-06-15
🚀 Note: According to the previous 2.1.x final version plan, we have separated the react native components into a separate ant-design-mobile-rn repo, and the
antd-mobile-rn
npm package has been released. If you use the react native components, modify yourpackage.json
file like so:... "dependencies": {- "antd-mobile": "^2.1.11",+ "antd-mobile-rn": "^2.2.0", "react": "16.3.1", ... }, ...
Then reinstall node_modules.
🔋 Feature
- 🌟 add
prerenderingSiblingsNumber
prop forTabBar
(#2607)
- 🌟 add ssr support (#2605)
🐛 Bug Fix
- 🐞 Fix
Popover
ts type (#2571)✨ Enhancement
- 📝 Update
Stepper
API doc (#2573) - Improve test
📦 注意:根据之前的 2.1.x 最后版本计划,我们已经分离 react native 组件代码到单独的 ant-design-mobile-rn 仓库,并且已经发布了
antd-mobile-rn
包。如果使用 react native 组件,请这样修改package.json
文件:... "dependencies": {- "antd-mobile": "^2.1.11",+ "antd-mobile-rn": "^2.2.0", "react": "16.3.1", ... }, ...
然后,重装 node_modules 即可。
🔋 Feature
- 🌟 新增
prerenderingSiblingsNumber
属性给TabBar
(#2607)
- 🌟 完善 ssr 支持 (#2605)
🐛 Bug Fix
- 🐞 修复
Popover
ts 类型错误 (#2571)✨ Enhancement
- 📝 更新
Stepper
API 文档 (#2573) - 增强测试
- 🌟 add
-
v2.2.0-beta.1
June 08, 2018 -
v2.2.0-beta.0
June 07, 2018