Skip to content

Commit

Permalink
docs: 添加 taro ui 版本迭代计划
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Sep 6, 2018
1 parent 1f2a013 commit 2c38667
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions PLANS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 开发计划

## v1.2.0

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

## v1.3.0

- [ ] [新组件] SearchBar 搜索栏
- [ ] [新组件] Slider 滑动输入条
- [ ] [新组件] Accordion 手风琴
- [ ] [新组件] SwipeAction 滑动操作

## 业务组件及示例

- [ ] 城市列表选择页
- [ ] 分类页
- [ ] 标尺
- [ ] 级联选择器
- [ ] 个人中心页面,含毛玻璃效果
- [ ] 日历
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ import { AtButton } from 'taro-ui'

[官方微信交流群](https://github.com/NervJS/taro-ui/issues/16)

## 开发计划

[开发计划](./PLANS.md)

## 贡献

如果你在使用 `Taro UI` 时遇到问题,或者有好的建议,欢迎给我们提 `Issue``Pull Request`。在开始之前,请阅读 [贡献指南](https://github.com/NervJS/taro-ui/blob/master/.github/CONTRIBUTING.md)
Expand Down

0 comments on commit 2c38667

Please sign in to comment.