0.11.8 (2019-04-04)
- 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)
0.11.7 (2019-03-12)
- assets: fix logo name (#319) (475eb14)
- grid: fix return contentType error (#320) (dd88a52)
- input-item: fix custom keyboard input value and defaultV… (#330) (a73a7e8)
- popupservice: fix popupservice get component name with build prod runtime error (#333) (b69ee5a)
- textarea-item: fix textarea-item value protect (#331) (ffe4f8d)
0.11.6 (2019-03-04)
- 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)
0.11.5 (2019-02-21)
- 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)
0.11.4 (2019-02-14)
- 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)
- 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)
0.11.3 (2019-01-14)
0.11.2 (2019-01-11)
- actionsheet: fix actionsheet not destory unsubscribe for locale (#236) (d719496)
- carousel: fix carousel selectedIndex init work error (#230) (5482cb2)
- pulltorefresh: fix when not use ngmodel worked error (#229) (5a3ba5d)
- 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)
0.11.1 (2019-01-08)
- 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)
0.11.0 (2018-12-29)
- 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)
- 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)
0.10.1 (2018-12-20)
- 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)
- calendar: calendar add ngModel (#164) (327d33b)
- checkbox&radio: ngModel&Onpush support (#167) (b1b4807)
- inputitem: add fontColor input (#156) (0ef2620)
- picker: picker ngModel support (#165) (b4af7c7)
- progress: nzm-progress supports percent larger than 100% (#152) (021f7d8)
- switch: feat ngModel support (#145) (6998e40)
- textarea-item: add ngModel (#162) (6b60cca)
0.9.10 (2018-12-06)
- 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)
- 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)
0.9.10 (2018-12-06)
- 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)
- 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)
0.9.9 (2018-11-27)
- 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)
- locale: Adds danish locale (5361536)
0.9.8 (2018-11-14)
0.9.7 (2018-11-14)
- 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)
- date-picker-view: feat indicatorStyle (#104) (e97acbd)
- picker: feat create 'Picker' with dynamic (#105) (90866df)
0.9.6 (2018-10-24)
- 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)
0.9.5 (2018-10-15)
- 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)
- nav-bar: add icon string support (#38) (4a89b0c)
- tabs: disable useOnPan when swipeable is false (#43) (2d63730)
- tabs: disable useOnPan when swipeable is false (#44) (a59797e)
0.9.5 (2018-10-15)
- 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)
- nav-bar: add icon string support (#38) (4a89b0c)
- tabs: disable useOnPan when swipeable is false (#43) (2d63730)
- tabs: disable useOnPan when swipeable is false (#44) (a59797e)
- 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)