Releases: NG-ZORRO/ng-zorro-antd-mobile
Releases · NG-ZORRO/ng-zorro-antd-mobile
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
BreakChange
- toast: toast refactor (454b55c)
- picker & modal & action-sheet: popup refactor(62c4d60)
- input-item: add label content API (#527) (109dbd6)
Bug Fixes
- modal: fix visable init value as false (#535) (1f6391e)
- radio: delete duplicated API (#508) (2fc7350)
- textarea-item: fix autoHeight error(#501) (#502) (50ade9b)
- picker: fix okText dismissText API (#499) (0c9bc52)
Features
- action-sheet: update testing coverage (#515) (b74db68)
- carousel: update testing coverage (#511) (7f80c13)
- input-item: add label content API (#527) (109dbd6)
- input-item: fix input-item cursor bug (#500) (9f9f579)
- README: add CodeFactor&Twitter (#490) (6fe3caf)
BreakChange
- toast: toast 重构 (454b55c)
- picker & modal & action-sheet: popup 相关重构(62c4d60)
- input-item: 增加 label content API (#527) (109dbd6)
Bug Fixes
- modal: 修复 visable 默认值为false (#535) (1f6391e)
- radio: 删除重复API (#508) (2fc7350)
- textarea-item: 修复自动高度错误(#501) (#502) (50ade9b)
- picker: 修复 okText & dismissText API (#499) (0c9bc52)
Features
0.12.5
0.12.4
0.12.3
Bug Fixes
- date-picker: fix caculate time error. (#456) (413178d)
- date-picker: fix new Date init in safari would be invlid date. (#454) (87c62a3)
- radio-item-group: fix checked error. (#458) (#463) (0e3ca04)
- stackblitz: set right version for @angular/compiler (#466) (3bc4053)
- picker: fix return result error (#462) (eeabc11)
Bug Fixes
0.12.2
0.12.1
Bug Fixes
- calendar: fix calendar timepicker display title error bug (#444) (7ad01ba)
- mobile site: correct component name in mobile site (#415) (f106942)
- modal&input-item: add essential providers to make demo work (#421) (66057cf)
- picker: fix picker style error (#434) (c09b85e)
- badge: fix badge when text value form empty to non empty (#441) (fab7312)
- carousel: fix adaptive when switching screens (#411) (4ff06d9)
Features
- imagepicker: add capture&disableDelete API (#410) (cfd733e)
- swipe-action: add className api (#436) (3a976c5)
- toast: provides a way for angular new API to self-inject (#426) (ad31989)
Bug Fixes
- calendar: 修复 calendar timepicker 显示标题错误 (#444) (7ad01ba)
- mobile site: 修复无线站点中的组件名称格式错误 (#415) (f106942)
- picker: 修复 picker 样式错误 (#434) (c09b85e)
- badge: 修复文案从空到非空时 badge 错误 (#441) (fab7312)
- carousel: 修复横竖屏切换时未动态调整的错误 (#411) (4ff06d9)
Features
0.12.0
BreakChange
- tabbar: TabBarItem instead of TabPane&TabBarTab, make it more simple (#399) (f82ceab)
- grid: change API OnClick to onClick (#394) (bf3039a)
Bug Fixes
- grid: change API OnClick to onClick (#394) (bf3039a)
- schematics: change url from https to http (#393) (0c3ad0f)
- stepper: fix stepper disabled bug (#405) (acb2a95)
Features
- all: export components API publicly (#389) (dd9af23)
- checkboxitem&radioitem: support wrap API (#406) (db8a6c8)
- checkboxItem&radioItem: API sync with listItem (#408) (6cf232f)
- dependencies: update dependencies (#401) (dcf4a61)
- docs: update README.md (#398) (80bd1b5)
- styles: sync with ant design mobile of react (#403) (5c77b8c)
- tabs&tabbar: tabs&tabbar refactor (#399) (f82ceab)
Performance Improvements
- code-box: perf code-box open stackblitz. (#404) (9c39051)
- site: update homepage (#397) (92ae470)
- tabs&tabbar: change prerenderingSiblingsNumber to -1 by default (#407) (1db49eb)
BreakChange
- tabbar: 使用TabBarItem 替代 TabPane和TabBarTab, 使用上更加简单(#399) (f82ceab)
- grid: 将 OnClick 修改为 onClick (#394) (bf3039a)
Bug Fixes
- grid: 将 OnClick 修改为 onClick (#394) (bf3039a)
- schematics: 将 url 从 https 切换到 http (#393) (0c3ad0f)
- stepper: 修复 stepper 不可用的问题 (#405) (acb2a95)
Features
- all: 公开导出组件库 API (#389) (dd9af23)
- checkboxitem&radioitem: 支持 wrap API (#406) (db8a6c8)
- checkboxItem&radioItem: API 与 listItem 同步 (#408) (6cf232f)
- dependencies: 更新三方依赖 (#401) (dcf4a61)
- docs: 更新 README.md (#398) (80bd1b5)
- styles: 与 ant design mobile of react 样式同步 (#403) (5c77b8c)
- tabs&tabbar: tabs&tabbar 重构,支持动态增加面板、预加载以及自定义设置标签页尺寸,提升整体性能 (#399) (f82ceab)
Performance Improvements
0.11.9
Bug Fixes
- calendar: fix calendar concat antd mobile css bug (#385) (cee534a)
- datepickerview: fix days can't select 31 (#383) (aac65b6)
- inputitem: fixed style flash (#377) (97bf63e)
- picker: fix style error. (#387) (d5128af)
- carousel: fix if carousel Out of sight stop carousel play. (#382) (362245f)
Features
- styles: styles in sync with antd mobile of react (#376) (0c4b966)
- textarea: modify warp style (#379) (bcd5d1f)
Performance Improvements
Bug Fixes
- calendar: 修复样式更新后出现的样式问题 (#385) (cee534a)
- datepickerview: 修复日选择无法选中31号的问题 (#383) (aac65b6)
- inputitem: 修复样式更新后出现的样式问题 (#377) (97bf63e)
- picker: 修复样式更新后出现的样式问题 (#387) (d5128af)
- carousel: 修复走马灯不在视图内且页面没重新渲染的情况下会停止轮播的问题 (#382) (362245f)