1.0.0-alpha.0
warmhug
released this
19 Aug 11:48
·
5937 commits
to master
since this release
1.0.0-alpha.0
2016-08-19
UI 风格更换为 alipay 官方风格!
- 修复
Object.assign
兼容问题 #87 - InputItem 和 TextareaItem API
format
改为type
,移除原来type
;修复 maxLength bug #106 #105 - ListView 增加
useBodyScroll
API, IndexedList 支持分两步渲染 - web demo 采用 rem 和页面 scale 缩放方案、达到页面高清效果;demo 分类优化
- rn demo 的一系列优化
组件变更 (#50)
- Timeline 移除,相关演示整合到 Steps
- Tooltip 移除
- Tabs 组件独立出两个相关组件:SegmentedControl / TabBar
组件更名 (#50)
- FloatMenu => Popover
- Collapse => Collapse
- PageResult => Result
- TopNotice => NoticeBar
- Uploader => ImagePicker