From e3a56015f638d898892126c0878b977e16d60365 Mon Sep 17 00:00:00 2001 From: koppthe Date: Thu, 20 Sep 2018 21:11:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PLANS.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/PLANS.md b/PLANS.md index 1ee4836a8..9b4525c79 100644 --- a/PLANS.md +++ b/PLANS.md @@ -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 @@ -16,6 +15,11 @@ - [ ] [新组件] Accordion 手风琴 - [ ] [新组件] SwipeAction 滑动操作 +## v1.4.0 + +- [ ] 自定义主题 +- [ ] 组件视觉优化 + ## 业务组件及示例 - [ ] 城市列表选择页 From 2e999769819d4b071becbf5fc395594e52bebe23 Mon Sep 17 00:00:00 2001 From: koppthe Date: Thu, 20 Sep 2018 21:12:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20=E5=8F=91=E5=B8=83=20v1.2?= =?UTF-8?q?.2=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 Flex 样式问题 - 修复 Input 的 Bugs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba5023016..9c633e0e1 100644 --- a/package.json +++ b/package.json @@ -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",