0.12.0
BreakChange
- tabbar: TabBarItem instead of TabPane&TabBarTab, make it more simple (#399) (f82ceab)
- grid: change API OnClick to onClick (#394) (bf3039a)
Bug Fixes
- grid: change API OnClick to onClick (#394) (bf3039a)
- schematics: change url from https to http (#393) (0c3ad0f)
- stepper: fix stepper disabled bug (#405) (acb2a95)
Features
- all: export components API publicly (#389) (dd9af23)
- checkboxitem&radioitem: support wrap API (#406) (db8a6c8)
- checkboxItem&radioItem: API sync with listItem (#408) (6cf232f)
- dependencies: update dependencies (#401) (dcf4a61)
- docs: update README.md (#398) (80bd1b5)
- styles: sync with ant design mobile of react (#403) (5c77b8c)
- tabs&tabbar: tabs&tabbar refactor (#399) (f82ceab)
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)