Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:nervjs/taro-ui into dev
Browse files Browse the repository at this point in the history
* 'dev' of github.com:nervjs/taro-ui:
  chore(release): 发布 v1.2.2 版本
  docs: 更新开发计划
  • Loading branch information
jimczj committed Sep 20, 2018
2 parents cf56b03 + 2e99976 commit d47516d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions PLANS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## v1.2.0

- [ ] Button, Form, Input, Textarea 组件支持小程序对应的组件属性,例如 Button 的 open-type
- [ ] Tabs 组件支持自动滑动到选中项
- [ ] AtIcon 支持传入自定义的 ICON FONT
- [ ] AtTabbar 支持传入自定义的 ICON FONT
- [ ] 组件优化
- [ ] 自定义主题
- [x] Button, Form, Input, Textarea 组件支持小程序对应的组件属性,例如 Button 的 open-type
- [x] Tabs 组件支持自动滑动到选中项
- [x] AtIcon 支持传入自定义的 ICON FONT
- [x] AtTabbar 支持传入自定义的 ICON FONT
- [x] 组件优化

## v1.3.0

Expand All @@ -16,6 +15,11 @@
- [ ] [新组件] Accordion 手风琴
- [ ] [新组件] SwipeAction 滑动操作

## v1.4.0

- [ ] 自定义主题
- [ ] 组件视觉优化

## 业务组件及示例

- [ ] 城市列表选择页
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "1.2.1",
"version": "1.2.2",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
Expand Down

0 comments on commit d47516d

Please sign in to comment.