Skip to content

Releases: NG-ZORRO/ng-zorro-antd-mobile

1.0.0-beta.2

05 Sep 09:16
b0d4e8c
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

  • list: 修复 typescript 格式导致的编译报错 (#565) (46e66f2)

  • website: 修复官网 version 映射 (#562) (3744833)

  • codebox: 修复 stackblitz package 依赖展示错误 (#561) (61dcc28)

  • codebox: 修复复制代码为对象的错误 (#560) (630f63c)

  • codebox: 修复 rawCode 转换错误 (#558) (ddb89cb)

  • website: 修复官网运行错误 (#557) (b44a095)

1.0.0-beta.1

03 Sep 11:08
Compare
Choose a tag to compare

Bug Fixes

  • module: stepper: fix button status when the user enters (#554) (0739e2c)

  • module: modal: fix func call error (#543) (53cde92)

Features


Bug Fixes

  • module: stepper: 修复用户输入时按钮状态错误 (#554) (0739e2c)

  • module: modal: 修复函数调用错误 (#543) (53cde92)

Features

1.0.0-beta.0

21 Aug 12:10
dd46ba3
Compare
Choose a tag to compare

BreakChange

  • toast: toast refactor (454b55c)
  • picker & modal & action-sheet: popup refactor(62c4d60)
  • input-item: add label content API (#527) (109dbd6)

Bug Fixes

Features


BreakChange

  • toast: toast 重构 (454b55c)
  • picker & modal & action-sheet: popup 相关重构(62c4d60)
  • input-item: 增加 label content API (#527) (109dbd6)

Bug Fixes

Features

0.12.5

25 Jun 03:15
edeae67
Compare
Choose a tag to compare

Bug Fixes

  • carousel: fix carousel has one item width error. (#482) (7ab3cba)

Bug Fixes

  • carousel: 修复只包含一个元素时的宽度错误 (#482) (7ab3cba)

0.12.4

24 Jun 09:55
5738327
Compare
Choose a tag to compare

Bug Fixes

  • carousel: fix vertical mode width error. (#477) (b0ca5ba)
  • date-picker: add minuteStep support (#479) (246c222)

Features


Bug Fixes

  • carousel: 修复竖直模式时宽度错误 (#477) (b0ca5ba)
  • date-picker: 增加 minuteStep 支持 (#479) (246c222)

Features

  • calendar: 增加单测覆盖范围 (#474) (7dd77ba)
  • input-item: 修复 clear 时出现的值错误 (#472) (51772f7)

0.12.3

05 Jun 12:09
e189ffb
Compare
Choose a tag to compare

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

  • date-picker: 修复时间计算错误 (#456) (413178d)
  • date-picker: 修复在safari中日期初始化可能出现无效日期 (#454) (87c62a3)
  • radio-item-group: 修复可选项在运行时变更时导致选中状态出错 (#458) (#463) (0e3ca04)
  • stackblitz: 为 @angular/compiler 设置正确的版本 (#466) (3bc4053)
  • picker: 修复返回结果错误 (#462) (eeabc11)

0.12.2

21 May 08:03
77c0eda
Compare
Choose a tag to compare

Bug Fixes

  • popupservice: set popupservice providers in referenced components. (#449) (a14ea6b)

Features

  • toast: support position top and bottom (#450) (77c326a)

Bug Fixes

  • popupservice: 在相关组件的providers里添加 popupservice (#449) (a14ea6b)

Features

  • toast: 支持 top 和 bottom 两种位置 (#450) (77c326a)

0.12.1

20 May 07:37
8e90387
Compare
Choose a tag to compare

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

  • imagepicker: 增加 capture&disableDelete API (#410) (cfd733e)
  • swipe-action: 增加 className api (#436) (3a976c5)
  • toast: 提供一种新的API方案自注入 (#426) (ad31989)

0.12.0

30 Apr 08:44
cd7d090
Compare
Choose a tag to compare

BreakChange

  • tabbar: TabBarItem instead of TabPane&TabBarTab, make it more simple (#399) (f82ceab)
  • grid: change API OnClick to onClick (#394) (bf3039a)

Bug Fixes

Features

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

  • code-box: 优化stackblitz中demo参数. (#404) (9c39051)
  • site: 更新首页 (#397) (92ae470)
  • tabs&tabbar: 默认将 prerenderingSiblingsNumber设置为-1,预加载逻辑与React版本能保持一致 (#407) (1db49eb)

0.11.9

18 Apr 06:57
6a13e40
Compare
Choose a tag to compare

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)

Features

Performance Improvements