ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜

OTHER License

Downloads
7.1K
Stars
798
Committers
31

Bot releases are hidden (Show)

ng-zorro-antd-mobile - 1.0.0-beta.2

Published by fisherspy about 5 years ago

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)

ng-zorro-antd-mobile - 1.0.0-beta.1

Published by fisherspy about 5 years ago

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

ng-zorro-antd-mobile - 1.0.0-beta.0

Published by fisherspy about 5 years ago

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

ng-zorro-antd-mobile - 0.12.5

Published by fisherspy over 5 years ago

Bug Fixes

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

Bug Fixes

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

Published by fisherspy over 5 years ago

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)
ng-zorro-antd-mobile - 0.12.3

Published by fisherspy over 5 years ago

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)
ng-zorro-antd-mobile - 0.12.2

Published by fisherspy over 5 years ago

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)
ng-zorro-antd-mobile - 0.12.1

Published by fisherspy over 5 years ago

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)
ng-zorro-antd-mobile - 0.12.0

Published by fisherspy over 5 years ago

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)
ng-zorro-antd-mobile - 0.11.9

Published by fisherspy over 5 years ago

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

ng-zorro-antd-mobile - 0.11.8

Published by fisherspy over 5 years ago

Bug Fixes

  • tabbar: fix tabbar set activeTab not work and add demo (#345) (3f8becd)
  • accordion: fix accordion support async load accordionPanel (#355) (924bcc2)
  • carousel: fix carousel vertical mode error (#344) (e9ae898)
  • inputitem: fix inputitem extra support template (#353) (aeb3cbe)
  • inputitem: fix inputitem label css init (#364) (bd11c54)
  • picker: fix async picker data need to update selected data (#346) (fbcc0cf)
  • picker: fix picker wrap z-index same as mask (#362) (3f2a83c)

Features

  • carousel: feat carousel support dragging (#350) (5dc49a4)

Performance Improvements


Bug Fixes

  • tabbar: 修复 tabbar 设置 activeTab 错误并修改 demo (#345) (3f8becd)
  • accordion: 修复 accordion 支持异步加载 accordionPanel (#355) (924bcc2)
  • carousel: 修复 carousel vertical 模式异常 (#344) (e9ae898)
  • inputitem: 修复 inputitem extra 模板支持 (#353) (aeb3cbe)
  • inputitem: 修复 inputitem label 样式初始化问题 (#364) (bd11c54)
  • picker: 修复异步传入数据,需要更新选中数据 (#346) (fbcc0cf)
  • picker: 修复 picker wrap z-index 与 mask保持一致 (#362) (3f2a83c)

Features

Performance Improvements

ng-zorro-antd-mobile - 0.11.7

Published by fisherspy over 5 years ago

Bug Fixes

  • assets: fix logo name (#319) (475eb14)
  • grid: fix return contentType error (#320) (dd88a52)
  • input-item: fix custom keyboard input value and defaultValue (#330) (a73a7e8)
  • popupservice: fix popupservice get component name with build prod runtime error (#333) (b69ee5a)
  • textarea-item: fix textarea-item value protect (#331) (ffe4f8d)

Bug Fixes

  • assets: 修复 logo 名称 (#319) (475eb14)
  • grid: 修复 contentType 返回错误 (#320) (dd88a52)
  • input-item: 修复 custom keyboard input 值 (#330) (a73a7e8)
  • popupservice: 修复 popupservice 获取 component 名称时运行时报错 (#333) (b69ee5a)
  • textarea-item: 修复 textarea-item 值保护 (#331) (ffe4f8d)
ng-zorro-antd-mobile - 0.11.6

Published by fisherspy over 5 years ago

Bug Fixes

  • accordion: fix accordion support template and add support innerHtml (#307) (15f90a6)
  • carousel: fix carousel detect height change need to init carouseItem (#290) (86be97d)
  • carousel: fix set Carousel component selectedIndex( = last) invalid (#315) (193a4d6)
  • drawer: synchronize code and documentation (#311) (1d53a15)
  • inputitem: fix inputitem onChange does not trigger when typing Chinese characters (#299) (e7a925d)
  • PopupService: fix when using multiple PopupService working error (#292) (3717db7)
  • swipe-action: fix unable to respond to scrolling events error (#300) (98bd525)
  • tabs: disable descendants (#296) (5ed613e)
  • date-picker: fix select error when ngmodel set to null (#310) (58e88ca)

Features

  • list: renderHeader&renderFooter support String and Templates (#313) (546b38d)

Performance Improvements


Bug Fixes

  • accordion: 修复 accordion template 支持 (#307) (15f90a6)
  • carousel: 修复 carousel 检测高度变化 (#290) (86be97d)
  • carousel: 修复设置selecedindex值超出当前最大值的问题 (#315) (193a4d6)
  • drawer: 更新文档 (#311) (1d53a15)
  • inputitem: 修复输入中文时 onChange 不响应的问题 (#299) (e7a925d)
  • PopupService: 修复多 PopupService 运行错误 (#292) (3717db7)
  • swipe-action: 修复无法响应滚动事件问题(#300) (98bd525)
  • tabs: 禁止 descendants (#296) (5ed613e)
  • date-picker: 修复当 ngmodel 为 null 时选择出错的问题 (#310) (58e88ca)

Features

  • list: renderHeader 和 renderFooter 支持 String和 Template 输入 (#313) (546b38d)

Performance Improvements

ng-zorro-antd-mobile - 0.11.5

Published by fisherspy over 5 years ago

Bug Fixes

  • actionsheet: fix code title->message error (#283) (f850e1a)
  • date-picker-view: fix value input not work (#287) (7d74e54)
  • stepper: fix stepper js float calculation bug (#280) (5cd1f6c)
  • swipe-action: fix autoclose not work bug (#282) (acb180e)

Performance Improvements

  • tabbar: enlarge tabbartab click zone (#286) (5830cd6)

Bug Fixes

  • actionsheet: 将模板中 title 改成 message (#283) (f850e1a)
  • date-picker-view: 修复 input 不生效的问题 (#287) (7d74e54)
  • stepper: 修复 float 计算bug (#280) (5cd1f6c)
  • swipe-action: 修复 autoclose 不生效bug (#282) (acb180e)

Performance Improvements

  • tabbar: 扩大 tabbartab 点击区域 (#286) (5830cd6)
ng-zorro-antd-mobile - 0.11.4

Published by fisherspy over 5 years ago

Bug Fixes

  • carousel: fix set Carousel component selectedIndex invalid. (#269) (55ae6d2)
  • input-item: fix ios9 chinese character bug (#249) (f421746)
  • notice-bar: fix notice-bar-card color (#274) (53f5b45)
  • searchbar: fix ios9 chinese character bug (#250) (3e7efd4)
  • date-picker: fix not use onOk the next time show error (#258) (2f5fc79)
  • date-picker: fix open next show error when set minDate ma… (#256) (41f20f5)
  • date-picker: fix select interval when set min date and max date (#267) (3fa56dc)
  • date-picker: fix set minDate error (#243) (8fdbe8f)
  • pulltorefresh: fix when up pull, then down pull, emit refresh error (#248) (5fd57d7)

Features

  • button: feat add dashed type (#273) (8759db0)
  • grid: feat support dynamic ng-content in Grid. (#268) (2a579a2)
  • grid: support custom icon and local assets (#257) (eafe8ec)

Performance Improvements

  • picker: perf delete default data in component. (#272) (ec748c3)

Bug Fixes

  • carousel: 修复设置 Carousel 选中序列失败的问题 (#269) (55ae6d2)
  • input-item: 修复 iOS9 中文字符输入问题 (#249) (f421746)
  • notice-bar: 修复 notice-bar-card 颜色问题 (#274) (53f5b45)
  • searchbar: 修复 iOS9 中文字符输入问题 (#250) (3e7efd4)
  • date-picker: 修复不使用onOK导致的下一次显示失败问题 (#258) (2f5fc79)
  • date-picker: 修复设置最大最小日期后打开 Picker 显示错误 (#256) (41f20f5)
  • date-picker: 修复选择最早最晚时间时的 interval (#267) (3fa56dc)
  • date-picker: 修复设置minDate错误 (#243) (8fdbe8f)
  • pulltorefresh: 修复上划然后下划时导致的 refresh 信号错误 (#248) (5fd57d7)

Features

  • button: 增加 dashed 样式 (#273) (8759db0)
  • grid: Grid 中支持动态的 ng-content (#268) (2a579a2)
  • grid: 支持 自定义 icon 和本地静态资源 (#257) (eafe8ec)

Performance Improvements

ng-zorro-antd-mobile - 0.11.2

Published by fisherspy almost 6 years ago

Features

  • actionsheet: feat support locale (#232) (39870da)
  • carousel: feat when item=1 can not drag (#239) (799ce51)
  • datepicker: feat set disabled work (#233) (8f772a9)
  • picker: feat set disabled work (#231) (02733b4)
  • switch: feat add active an inactive class for modify css (#238) (1117c7c)
  • showcase: feat set website kitchen-sink "user-select: none" (#234) (65ad469)

Performance Improvements

  • actionsheet: perf actionsheet with cdk (#228) (9a9988a)

Features

  • actionsheet: 支持 Locale 国际化 (#232) (39870da)
  • carousel: 仅有1个元素时禁止drag (#239) (799ce51)
  • datepicker: 增加disabled 属性 (#233) (8f772a9)
  • picker: 增加 disabled 属性 (#231) (02733b4)
  • switch: 根据选中状态在子元素设置类名 (#238) (1117c7c)
  • showcase: 在 kitchen-sink 中设置 "user-select: none" (#234) (65ad469)

Performance Improvements

ng-zorro-antd-mobile - 0.11.1

Published by fisherspy almost 6 years ago

Bug Fixes

  • calendar: fix timepicker select error (#216) (03ffa9e)
  • codebox: update zorro mobile version (#218) (3fb41f1)
  • modal: fix no actions would work error (#222) (25b7aec)
  • package.json: make desktop website great again (#213) (b53ff31)
  • showcase: fix website icon show error bug (#214) (bfe2b3d)

Performance Improvements


Bug Fixes

  • calendar: 修复 timepicker 选择报错(#216) (03ffa9e)
  • codebox: 升级ng-zorro-antd-mobile的版本号 (#218) (3fb41f1)
  • modal: 修复无 actions 报错 (#222) (25b7aec)
  • package.json: 升级ng-zorro-antd依赖 (#213) (b53ff31)
  • showcase: 修复文档官网 icon 显示问题 (#214) (bfe2b3d)

Performance Improvements

  • modal: 优化 modal service 的使用 (#220) (4fca40a)
ng-zorro-antd-mobile - 0.11.0

Published by fisherspy almost 6 years ago

Bug Fixes

  • ActionSheet: fix when no title or message would not show blank on header (#192) (b0f41b7)
  • checkbox: fix checkbox init status when checked is true (#193) (0293e85)
  • input-item: fix input value can't be 0 or '' (#185) (59e0ea8)
  • input-item: fix inputitem value protect (#196) (883c2ba)
  • package.json: fix a loop of Invalid Host/Origin header -> [WDS] Disconnected! (#199) (450c66a)
  • picker: click ok button will throw error when use service (#176) (40a8fee)
  • picker: fix click cancel no response (#205) (bee4fc4)
  • textarea-item: fix textarea value can't be 0 or '' (#186) (0759f65)
  • textarea-item: fix textarea-item value protect (#197) (e2c0157)

Features

  • Framework: support Angular 7.0
  • date-picker: feat support date-picker ngmodel (#207) (c1e6d11)
  • picker-view: picker-view add ngModel (#180) (500c893)
  • pulltorefresh: feat support scrollendrefresh and support both up and down (#204) (149c461)
  • range: range add ngmodel (#208) (26d019d)
  • searchbar: searchbar add ngModel (#179) (8bd39d7)
  • slider: slider add ngModel (#202) (3db39ae)
  • stepper: stepper add ngModel (#181) (23f36c1)
  • modal: feat add modal closable and maskClosable demo (#195) (d3d3478)

Performance Improvements


Bug Fixes

  • ActionSheet: 修复当无标题或消息时头部不为空的问题 (#192) (b0f41b7)
  • checkbox: 修复初始值为选中时checkbox状态不对的问题 (#193) (0293e85)
  • input-item: 修复 input 值不能为空字符串或0的问题 (#185) (59e0ea8)
  • input-item: 修复 inputitem 值保护问题 (#196) (883c2ba)
  • package.json: 修复 Invalid Host/Origin header 导致的循环问题 (#199) (450c66a)
  • picker: 修复当使用服务并点击 OK 按钮抛错的问题 (#176) (40a8fee)
  • picker: 修复点击取消无响应的问题 (#205) (bee4fc4)
  • textarea-item: 修复 textarea 值不能为空字符串或0的问题 (#186) (0759f65)
  • textarea-item: 修复 textarea-item 值保护问题 (#197) (e2c0157)

Features

  • Framework: 支持 Angular 7.0
  • date-picker: date-picker 支持 ngmodel (#207) (c1e6d11)
  • picker-view: picker-view 支持 ngModel (#180) (500c893)
  • pulltorefresh: 支持 scrollendrefresh 和 上、下两个方向滑动刷新 (#204) (149c461)
  • range: range 支持 ngmodel (#208) (26d019d)
  • searchbar: searchbar 支持 ngModel (#179) (8bd39d7)
  • slider: slider 支持 ngModel (#202) (3db39ae)
  • stepper: stepper 支持 ngModel (#181) (23f36c1)
  • modal: 增加 modal closable 和 maskClosable 演示样例 (#195) (d3d3478)

Performance Improvements

ng-zorro-antd-mobile - 0.10.1

Published by fisherspy almost 6 years ago

Bug Fixes

  • checkbox: disable checked status while disabled is true (#170) (5fe311f)
  • step and slider-marks: fix aot build error (#157) (94cb387)
  • button: fix loading input only work first init. (#161) (b54bd04)

Features


Bug Fixes

  • checkbox: disabled 状态为 true 时 checked 状态应该锁定 (#170) (5fe311f)
  • step and slider-marks: 修复AOT build 错误 (#157) (94cb387)
  • button: 修复 loading input 只在第一次启动时生效的问题. (#161) (b54bd04)

Features

ng-zorro-antd-mobile - 0.9.10

Published by fisherspy almost 6 years ago

Bug Fixes

  • calendar: 引入 LocalProvider Module (#134) (37f20ae)
  • checkbox&radio: 修复回调状态错误(#122) (e709b86)
  • popover: 修复 Visable Input 除初始化外无效 (#127) (05313a4)
  • Searchbar: 修复 LocaleProviderService 依赖问题 (#133) (1ac6008)
  • TabBar: 移除对 TabsModule 的依赖(#135) (eab449b)

Features

  • badge: 在 text 文案外层增加 span 标签 (#125) (e362320)
  • popover: 增加自定义样式支持 (#129) (26bbe53), closes #120
  • PickerView: 引入 PickerModule 和 LocaleProviderModule
    (#141) (52ebaeb)
  • popover: 增加是否使用组件内部的点击自动关闭 opover
    (#130) (71ea780)

Bug Fixes

  • calendar: export calendar module&export local provider module for calendar (#134) (37f20ae)
  • checkbox&radio: fix output status error (#122) (e709b86)
  • popover: fix visible input not use without init (#127) (05313a4)
  • Searchbar: fix no provider for LocaleProviderService (#133) (1ac6008)
  • TabBar: TabsModule import is no needed (#135) (eab449b)

Features

  • badge: add span to badge text (#125) (e362320)
  • popover: feat add customClass for customer (#129) (26bbe53), closes #120
  • PickerView: import PickerModule and LocaleProviderModule (#141) (52ebaeb)
  • popover: feat add autoClose to set click popover item to close popvoer (#130) (71ea780)
Package Rankings
Top 2.17% on Npmjs.org
Badges
Extracted from project README
CodeFactor Build Status codecov GitHub Release Date npm package NPM downloads GitHub license Gitter Twitter Gitter
Related Projects