Releases: NG-ZORRO/ng-zorro-antd-mobile
Releases · NG-ZORRO/ng-zorro-antd-mobile
0.9.9
0.9.9 (2018-11-27)
Bug Fixes
- locale-provider: make locale-provider available cross modules; (#113) (e09f0a3)
- picker: import OverlayModule (#111) (722ee27)
- grid: fix when input item more than 13 would trigger bug (#119) (34e1dd7)
Features
- locale: Adds danish locale (5361536)
Bug Fixes
- locale-provider: 让 locale-provider 跨模块生效; (#113) (e09f0a3)
- picker: 引入 OverlayModule (#111) (722ee27)
- grid: 修复item数超过数量会出错的bug (#119) (34e1dd7)
Features
- locale: 增加丹麦语 locale (5361536)
0.9.7
0.9.7 (2018-11-14)
Bug Fixes
- action-sheet: fix click item will response background click event (#98) (b24bcbc)
- action-sheet: fix click item without event (#99) (1697cda)
- badge: fixed badge test case error (#83) (43eb155)
- carousel: fix carouselslide when set one item and vertical:true, width not right (#86) (bb59fe7)
- date-picker: fix no locale input will trigger error (#103) (2aa43aa)
- input-item: fix set value by ngzone.run (#101) (ed2b243)
- LocaleProvider: export LOCAL_PROVIDER_TOKEN (#96) (16922a2)
- tabs: fix tabs display error in macos safari (#106) (ba9e43b)
- Toast: fix tasks can reenter the Angular zone via run (#93) (49d52be)
- showcase: change expand icon (#97) (8bcfda5)
Features
- date-picker-view: feat indicatorStyle (#104) (e97acbd)
- picker: feat create 'Picker' with dynamic (#105) (90866df)
Bug Fixes
- action-sheet: 修复点击item事件会响应背景点击事件 (#98) (b24bcbc)
- action-sheet: 修复遗漏点击item事件 (#99) (1697cda)
- badge: 修复 badge 单测错误 (#83) (43eb155)
- carousel: 修复只有一个 item 时宽度不对的问题 (#86) (bb59fe7)
- date-picker: 修复没有 locale 输入时报错 (#103) (2aa43aa)
- input-item: 使用 ngzone.run set value (#101) (ed2b243)
- LocaleProvider: 导出 LOCAL_PROVIDER_TOKEN (#96) (16922a2)
- tabs: 修复 MacOS Safari及 iOS 9.3以下版本的显示问题 (#106) (ba9e43b)
- Toast: 修复 toast 在 init 初始化时报错 (#93) (49d52be)
- showcase: 更改展开代码 icon (#97) (8bcfda5)
Features
0.9.6
0.9.6 (2018-10-24)
Bug Fixes
- carousel: add stopPropagation when touch action is triggered (#61) (c44ba59)
- carousel: fix carouselslide no width when vertical:false (#67) (8dd703f)
- carousel: fix mousemove action when carousel only has two carouselslide (#56) (bc02951)
- icon: fix icon line-height(#46) (#47) (28d76f2)
- pulltorefresh: fix drag up touch bug (#51) (8b905cc)
- textarea: fixed textarea-item test case error (#50) (f2bbdfb)
- showcase: replace dingtalk qrcode (#74) (b4e7483)
Bug Fixes
- carousel: �触摸响应时禁止�冒泡传递(#61) (c44ba59)
- carousel: 当vertical:false时修复走马灯无宽度问题(#67) (8dd703f)
- carousel: 只有2页幻灯片时修复 mousemove 问题 (#56) (bc02951)
- icon: 修复 icon 的 line-height (#46) (#47) (28d76f2)
- pulltorefresh: 修复 drag up touch 问题 (#51) (8b905cc)
- textarea: 修复 textarea-item test case 错误 (#50) (f2bbdfb)
- showcase: 替换正确的钉钉QR码 (#74) (b4e7483)
0.9.5
0.9.5 (2018-10-15)
Bug Fixes
- codebox: fix show code window back title always show '返回' (#35) (0720fdc)
- codebox: fix StackBlitz with dynamic component (#41) (8adcbb0)
- package.json: delete not use version key (#27) (fc3cf65)
- popover: add provider for PopoverOptions (#30) (8f9e1d3)
- textarea: fix textarea test case error (#36) (97639fc)
- package.json: change run start way (#42) (68a0453)
- codebox: fix show code window back title always show '返回' (#29) (96bf9b8)
- tabs: disable useOnPan when swipeable is false (#43) (2d63730)
Features
Docs
Bug Fixes
- codebox: 修复英文网站中弹出代码框显示中文“返回“bug (#35) (0720fdc)
- codebox: �修复StackBliz中的问题 (#41) (8adcbb0)
- package.json: 取消Package Json的版本号 (#27) (fc3cf65)
- popover: 为PopoverOptions�加入providers (#30) (8f9e1d3)
- textarea: 修复textarea test case错误 (#36) (97639fc)
- package.json: 修复npm run start在windows中无法运行的错误 (#42) (68a0453)
- tabs: 修复swipeable为false时useOnPan依然生效的问题 (#43) (2d63730)
Features
Docs
0.9.4
0.9.4 (2018-10-10)
Bug Fixes
- button: fix button with custom icon (a3c6150)
- ci: fix ci node version (312fce6)
- components: change the way to import subject (88864ab)
- date-picker: fix invaild date (6620635)
- demo: don’t expand code (6d65ebb)
- pulltorefresh: fix demo pulltorefresh (8725c4b)
- input-item: fixed custom-keyboard hide (#21) (9b8f3da)
- carousel: fix last panel bug (2c5cd92)
- tabs: unable get offsetWidth & offsetHeight when setInkBarStatus at first time sometime (#7) (6502082)
- steps: udpate setTimeout time (6da37ab)
Features
- ci: update ci config (0b178c4)
- list-item: remove classname (#20) (e0850f6)
- modal: add modal test (#18) (7c59b61)
- template: support issue and PR template (bc59939)
Bug Fixes
- button: 修复Button带自定义icon显示问题(a3c6150)
- ci: 修复ci node版本号 (312fce6)
- components: 改变Subject引用方式 (88864ab)
- date-picker: 修复iOS上无效日期问题 (6620635)
- demo: 修复展开代码不可见问题 (6d65ebb)
- pulltorefresh: 修复下拉刷新的Demo (8725c4b)
- input-item: 修复custom-keyboard无法隐藏问题 (#21) (9b8f3da)
- carousel: 修复走马灯最后一页偶现白屏问题 (2c5cd92)
- tabs: 修复TabBar与Tabs混用导致第一次加载时Tabs高亮下划线无法正常渲染问题 (#7) (6502082)
- steps: 更新setTimeout时间 (6da37ab)