Skip to content

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

2.0.3

16 Jun 03:51
d6ecd5d
Compare
Choose a tag to compare

Bug Fixes

  • accordion: no longer support innerHtml (#695) (6ac0642)
  • action-sheet: import TouchFeedbackDirective (#669) (c5da920)
  • date-picker: fix mindate change month error (#685) (21e4df9)
  • datepickerview: fix datePickerOptions singleton pattern (#708) (3a32fdd)
  • grid: fix columnNum and carouselMaxRow not work (#704) (920676d)
  • picker: fix binding assignment (#683) (f2ac758)
  • stackblitz: update stackblitz @angular/cdk dependency (#667) (6b27539)
  • tabs: fix tabs calculate lose precision (#668) (c1fc617)
  • textarea-item: fix count not work after ngModel write value (#680) (45f9759)
  • pulltorefresh: fix element height (#698) (5db6c0b)

Features


Bug Fixes

  • accordion: 不再支持 innerHtml (#695) (6ac0642)
  • action-sheet: import TouchFeedbackDirective (#669) (c5da920)
  • date-picker: 修复 mindate 改变月份错误 (#685) (21e4df9)
  • datepickerview: 修复 datePickerOptions 单例 (#708) (3a32fdd)
  • grid: 修复 columnNum 与 carouselMaxRow 无法正常运行问题 (#704) (920676d)
  • picker: 修复 binding 赋值问题 (#683) (f2ac758)
  • stackblitz: 修复 stackblitz @angular/cdk 依赖版本 (#667) (6b27539)
  • tabs: 修复 tabs 宽度计算精度丢失的问题 (#668) (c1fc617)
  • textarea-item: 修复ngModel写入后计数器没有运行的问题 (#680) (45f9759)
  • pulltorefresh: 修复元素高度 (#698) (5db6c0b)

Features

1.0.6

15 Jun 07:42
ffaf4bd
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: fix mindate change month error (#686) (6ebc91c)
  • datepickerview: fix datePickerOptions singleton pattern (#709) (f973f87)
  • grid: fix columnNum and carouselMaxRow not work (#705) (6e3fd25)
  • picker: fix binding assignment (#684) (0974096)
  • pulltorefresh: fix element height (#699) (eb9fd9c)

Bug Fixes

  • date-picker: 修复 mindate 改变月份错误 (#686) (6ebc91c)
  • datepickerview: 修复 datePickerOptions 单例 (#709) (f973f87)
  • grid: 修复 columnNum 与 carouselMaxRow 无法正常运行问题 (#705) (6e3fd25)
  • picker: 修复 binding 赋值问题 (#684) (0974096)
  • pulltorefresh: 修复元素高度 (#699) (eb9fd9c)

2.0.1

08 Apr 03:48
cbe5d43
Compare
Choose a tag to compare

Features


Features

1.0.5

17 Mar 07:10
b2dbe84
Compare
Choose a tag to compare

Features

  • steps: step title&description support templateRef input (#650) (bb41050)

Features

  • steps: step title&description input 增加 templateRef 类型 (#650) (bb41050)

1.0.4

10 Mar 06:27
Compare
Choose a tag to compare

Bug Fixes

  • carousel: fix carousel slide width bug (#646) (b26eb8c)
  • date-picker: fix maximum and minimum time can't be choosen bug (#627) (2225539)
  • date-picker: fix mode:time can't choose maximum&minimum, set maxDate &minDate (#629) (e685ffa)
  • datepicker: fix unit test failures (#632) (7183052)
  • drawer: fix drawer can not cover elements under background (#631) (8794e89)
  • input-item: fix input cursor always turn to end position (#639) (0f032ad)

Bug Fixes

  • carousel: 修复走马灯slide宽度问题 (#646) (b26eb8c)
  • date-picker: 修复最大与最小时间值无法被选中问题 (#627) (2225539)
  • date-picker: 修复 mode:time 模式下无法选择和设置最大或最小时间 (#629) (e685ffa)
  • datepicker: 修复单元测试问题 (#632) (7183052)
  • drawer: 修复 drawer 无法盖住背景下的页面 (#631) (8794e89)
  • input-item: 修复光标一直返回到最后的问题 (#639) (0f032ad)

1.0.3

10 Mar 06:26
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: cannot choose maximum and minimum time (#627) (2225539)
  • date-picker: fix mode:time can't choose maximum minimum,set maxDate minDate (#629) (e685ffa)
  • datepicker: fix unit test failures (#632) (7183052)
  • drawer: drawer can not cover elements under background (#631) (8794e89)

Bug Fixes

  • date-picker: 修复时间选择范围问题 (#627) (2225539)
  • date-picker: 修复 mode:time 状态下时间选择范围问题 (#629) (e685ffa)
  • datepicker: 修复单测失败例子 (#632) (7183052)
  • drawer: 修复无法遮盖背景元素的问题 (#631) (8794e89)

1.0.2

04 Dec 11:40
c4509bd
Compare
Choose a tag to compare

Bug Fixes

  • accordion: fix accordion expand and collapse error when quick click (#614) (567ff59)
  • calendar: should get extra cell class name from cell not row (#620) (0a11514)
  • carousel: fix carousel slide error when resize (#615) (3ff1894)
  • checkbox: fix checked initial status when disabled is true (#598) (85511ca)
  • datepicker: fix chinese prompt (#616) (71576bb)
  • list: fix inputitem demo (#606) (0a50951)
  • list&range: delete console.log (#610) (762f200)
  • pagination: fix set locale not work bug (#611) (756f5be)
  • searchbar: Fix the keyboard not closed when the user submits (#596) (5e20a54)
  • steps: fix step import async (#617) (ef4153c)
  • tabs: make popup components working right in Tabs&TabBar (#621) (89bd218)

Bug Fixes

  • accordion: 修复快速点击 accordion 展开时错误(#614) (567ff59)
  • calendar: 从 cell 而非 row 中获取 extra cell class 名(#620) (0a11514)
  • carousel: 修复 resize 时 carousel slide 展示错误 (#615) (3ff1894)
  • checkbox: 修复 disabled 状态为 true 时已点击的初始状态(#598) (85511ca)
  • datepicker: 修复中文提示文案错误 (#616) (71576bb)
  • list: 修复 inputitem demo (#606) (0a50951)
  • list&range: 删除 console.log (#610) (762f200)
  • pagination: 修复设置 locale 不生效错误 (#611) (756f5be)
  • searchbar: 修复用户提交时键盘未收起的问题 (#596) (5e20a54)
  • steps: 修复 step import async 错误 (#617) (ef4153c)
  • tabs: 让 popup类组件在 Tabs 和 TabBar 里正确的面板里弹出 (#621) (89bd218)

1.0.1

24 Sep 07:02
8b6e94d
Compare
Choose a tag to compare

Bug Fixes

  • picker: remove lodash isEqual reference (#592) (ee6f4b6)

  • picker: 去除对 lodash isEqual 的引用 (#592) (ee6f4b6)

1.0.0

23 Sep 08:07
d9706cc
Compare
Choose a tag to compare

Bug Fixes

  • picker: fix NAN bug when fast scroll (#589) (3e63d20)

  • picker: fix select bug when data is a function (#586) (26a07d7)


Bug Fixes

  • picker: 修复快速滑动时显示NAN的错误 (#589) (3e63d20)

  • picker: 修复 data input 为一个函数时引发的选择错误 (#586) (26a07d7)

1.0.0-rc.0

16 Sep 07:31
fde3d82
Compare
Choose a tag to compare

Bug Fixes

  • carousel: fix carousel ignore vertical event when set left or right direction (#581) (abb3a0a)

  • carousel: fix carousel style int other content error (#582) (004e4e0)

  • toast: fix toast z-index (#580) (7350600)

  • steps: fix steps status icon (#577) (fef7568)

  • accordion: fix accordion not automatic expand bug (#575) (19b90da)

  • pull-to-refresh: fix pull-to-refresh not work bug (#573) (6df7d7c)

  • textarea-item: fixe textarea-item autoheight issues(#571) (5aa3149)

  • swipe-action: fix swipe-action not work in ionic bug (#569) (f2d1600)


Bug Fixes

  • carousel: 当设置为左右滑动方向时忽略垂直方向的事件 (#581) (abb3a0a)

  • carousel: 修复走马灯样式错误 (#582) (004e4e0)

  • toast: 修复 toast z-index (#580) (7350600)

  • steps: 修复 steps 状态icon错误 (#577) (fef7568)

  • accordion: 修复 accordion 无法自动展开错误 (#575) (19b90da)

  • pull-to-refresh: 修复 pull-to-refresh direction属性为空时的运行错误 (#573) (6df7d7c)

  • textarea-item: 修复 textarea-item 自动高度错误 (#571) (5aa3149)

  • swipe-action: 修复 swipe-action 在 ionic 中无法正常运行错误 (#569) (f2d1600)