Skip to content

Latest commit

 

History

History
1180 lines (1063 loc) · 109 KB

CHANGELOG.md

File metadata and controls

1180 lines (1063 loc) · 109 KB

0.14.2 (2021-04-16)

Bug Fixes

  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • carousel: fix #2 (a29aa02)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • drop-menu: afterOpen fix (863e77c)
  • entry-item: fix img size (d18e178)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • radio/checkbox: fix disabled feature in group (c0c40d0)
  • select: fix close method (c93565a)
  • select: fix popupProps targetClass (10542f1)
  • many small fixs (152a70d)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)
  • @ module resolve (772708e)
  • better type setting (c909069)
  • card divider not work (f6045ee)

Features

  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: add label and pure button (f542503)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • index-list: enable press area to be customized (b43232b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add className 'is-active' to TabbarItem which is active (4485129)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • init commit (0955b2b)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.2 (2020-06-28)

Bug Fixes

  • @ module resolve (772708e)
  • tabbar: export problem (3f8237b)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • carousel: fix #2 (a29aa02)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • drop-menu: afterOpen fix (863e77c)
  • entry-item: fix img size (d18e178)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • radio/checkbox: fix disabled feature in group (c0c40d0)
  • select: fix popupProps targetClass (10542f1)
  • style: add style dependencies (8ddf126)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: add label and pure button (f542503)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • index-list: enable press area to be customized (b43232b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • use defineCompnent, add Components (e751b42)
  • popup: zIndex and lockScroll mananger (074e87f)
  • make scss variables share with ts (c17a74a)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)

0.14.2 (2020-06-19)

Bug Fixes

  • @ module resolve (772708e)
  • tabbar: export problem (3f8237b)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • carousel: fix #2 (a29aa02)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • drop-menu: afterOpen fix (863e77c)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • radio/checkbox: fix disabled feature in group (c0c40d0)
  • select: fix popupProps targetClass (10542f1)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)
  • style: add style dependencies (8ddf126)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: add label and pure button (f542503)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • index-list: enable press area to be customized (b43232b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • use defineCompnent, add Components (e751b42)
  • popup: zIndex and lockScroll mananger (074e87f)
  • make scss variables share with ts (c17a74a)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)

0.14.2 (2020-06-02)

Bug Fixes

  • @ module resolve (772708e)
  • tabbar: export problem (3f8237b)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • carousel: fix #2 (a29aa02)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • drop-menu: afterOpen fix (863e77c)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • radio/checkbox: fix disabled feature in group (c0c40d0)
  • select: fix popupProps targetClass (10542f1)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)
  • style: add style dependencies (8ddf126)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • index-list: enable press area to be customized (b43232b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)

0.14.2 (2020-05-31)

Bug Fixes

  • @ module resolve (772708e)
  • toast: add prop and event interfaces for Toast (8e42016)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • drop-menu: afterOpen fix (863e77c)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • select: fix popupProps targetClass (10542f1)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.2 (2020-05-31)

Bug Fixes

  • @ module resolve (772708e)
  • docs: type check fix again (990a614)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • drop-menu: afterOpen fix (863e77c)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.2 (2020-05-31)

Bug Fixes

  • @ module resolve (772708e)
  • docs: type check fix again (990a614)
  • better type setting (c909069)
  • card divider not work (f6045ee)
  • many small fixs (152a70d)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.2 (2020-05-27)

Bug Fixes

  • @ module resolve (772708e)
  • docs: type check error (ac996bb)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check fix again (990a614)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • card divider not work (f6045ee)
  • form: perfect form field (481b7a1)
  • notice-bar: enlarge icon size (f1df3a2)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: fix loading right panel when keypath is wrong; add scrollIntoView prop (b1b5646)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: add to, url, replace prop to Button (c056e06)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • fab: fab component (6186fc5)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • index-list: add IndexList Component; move all the transition to global style (1cd6042)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.2 (2020-05-11)

Bug Fixes

  • @ module resolve (772708e)
  • better type setting (c909069)
  • card divider not work (f6045ee)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • form: don't use async (ff645aa)
  • form: dont't use async await (57faa7e)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)
  • tree-select: set corrent leftKey for keyPath (3db46a1)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • grid: add Grid and Grid.Item (3e021e9)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.14.1 (2020-05-07)

Bug Fixes

  • @ module resolve (772708e)
  • form: don't use async (ff645aa)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • form: dont't use async await (57faa7e)
  • card divider not work (f6045ee)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • grid: add Grid and Grid.Item (3e021e9)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • tree-select: add attach for TreeNode (3063d80)
  • treeselect: add TreeSelect Component (4f0ec71)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)

0.13.4 (2020-05-07)

Bug Fixes

  • @ module resolve (772708e)
  • form: don't use async (ff645aa)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • form: dont't use async await (57faa7e)
  • card divider not work (f6045ee)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • grid: add Grid and Grid.Item (3e021e9)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: dropMenu finished (58c9ac8)
  • dropmenu: self defined options (329e520)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • form,select,tree-select: see following (173f6e4)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • treeselect: add TreeSelect Component (4f0ec71)

0.13.3 (2020-03-16)

Bug Fixes

  • @ module resolve (772708e)
  • form: don't use async (ff645aa)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • form: dont't use async await (57faa7e)
  • card divider not work (f6045ee)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • dropmenu: dropMenu finished (58c9ac8)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: self defined options (329e520)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,drop-menu: watch infinite for list, add scoped slots title for drop-menu (8527cc3)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • use defineCompnent, add Components (e751b42)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • make scss variables share with ts (c17a74a)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • treeselect: add TreeSelect Component (4f0ec71)

0.13.2 (2020-03-14)

Bug Fixes

  • @ module resolve (772708e)
  • form: don't use async (ff645aa)
  • better type setting (c909069)
  • agree: checkbase bug (c3c82ff)
  • build: copy scss files (6614a40)
  • button: remove padding (7eca5b3)
  • button: some bugs (a347297)
  • docs: type check error (ac996bb)
  • docs: type check fix again (990a614)
  • form: dont't use async await (57faa7e)
  • card divider not work (f6045ee)
  • popup: a scrollable bug (a76c4ab)
  • popup: fix position for none anchor mode (dd4139b)
  • popup: scrollable bug (e25b7e9)
  • style: add style dependencies (8ddf126)
  • tabbar: export problem (3f8237b)
  • test: collapse test (390ce59)
  • toast: add prop and event interfaces for Toast (8e42016)

Features

  • 9 components (008ebd6)
  • add @ohu-mobile/styles (9ecac8e)
  • improve switch system (add CheckTag, RadioTag, etc), add theme variables, etc (63dc327)
  • dropmenu: dropMenu finished (58c9ac8)
  • init commit (0955b2b)
  • agree: add agree component (ad41594)
  • button: ios active fix (9c17d67)
  • carousel: add autosize, vertical props (42f7644)
  • carousel: add gesture support, autoplay for carousel (f1ae4f4)
  • carousel: add loop,rewind feature, add fade mode(for animate.css) (d4cf4c0)
  • carousel: basic implementation of carousel (d55942e)
  • checkbox: simple implementation of Checkbox (15e0e8c)
  • checkboxgroup: add CheckboxGroup (5b384b3)
  • dialog: dialog finished (df540a8)
  • dialog: partial features of dialog (bc596e8)
  • dropmenu: basic features of DropMenu (6907da1)
  • dropmenu: dropmenu allmost finished (b39b890)
  • dropmenu: self defined options (329e520)
  • form: add Form component(to be perfected) (dbeddd3)
  • form-field: use fieldMixin (01f1945)
  • form,input: add Input component; improve Form component (04370c9)
  • grid: add Grid and Grid.Item (3e021e9)
  • grid: grid finished (44e46a3)
  • icon: use remixicon for icon system (f7f70a5)
  • icons: make icons import on demand (c8131fd)
  • image: add image component (65aef4b)
  • lazyload: add lazyload component (83a681d)
  • lazyload: watch src and asyncComponent (e78d1dc)
  • list: add List, CheckList, RadioList (0a753d1)
  • list,skeleton: add subheader for list; add animation duration fro skeleton (8fb1e83)
  • loading: add loading component (71e11bf)
  • locale: add i18n feature (11f8bc3)
  • navbar: add click-left event for NavBar (fed9943)
  • navbar: add NavBar component (fc96255)
  • noticebar: add NoticeBar Component (a97dd0f)
  • popover: finish basic design of popover (82437d4)
  • popover, popup: add PopoverItem, optimize popover and popup (68b63a0)
  • popup: anchor and any position mode (7214757)
  • popup: partial implementation (0989526)
  • popup: reach the design goals (fbceb24)
  • popup: zIndex and lockScroll mananger (074e87f)
  • radio,radiogroup: add Radio and RadioGroup (4f39f0e)
  • make scss variables share with ts (c17a74a)
  • use defineCompnent, add Components (e751b42)
  • result: add result component (fa83256)
  • select: add Select Component (6f499c2)
  • sticky: add Sticky component (8d530ef)
  • tabbar: add Tabbar component (42289ab)
  • tabs: add tabs component (14a86b9)
  • toast: add toast component (34305cc)
  • treeselect: add TreeSelect Component (4f0ec71)