[changelog] 0.3.3

This commit is contained in:
陈嘉涵 2018-09-20 19:19:09 +08:00
parent 80659a6011
commit d31d844828
12 changed files with 82 additions and 0 deletions

View File

@ -1,5 +1,50 @@
## 更新日志
## [v0.3.3](https://github.com/youzan/vant-weapp/tree/v0.3.3) (2018-09-20)
[Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.3.2...v0.3.3)
**Issue**
- vant-weapp cell在iphone7 plus上报错 [\#611](https://github.com/youzan/vant-weapp/issues/611)
- layout的偏移量有bug [\#608](https://github.com/youzan/vant-weapp/issues/608)
- 表单问题 [\#603](https://github.com/youzan/vant-weapp/issues/603)
- tag组件的custom-class无效 [\#596](https://github.com/youzan/vant-weapp/issues/596)
- mpvue引入dialog报错 [\#589](https://github.com/youzan/vant-weapp/issues/589)
- Icon 如何加载本地图标呢? [\#583](https://github.com/youzan/vant-weapp/issues/583)
- mpvue引入vant报错thirdScriptError [\#582](https://github.com/youzan/vant-weapp/issues/582)
- ActionSheet滚动问题 [\#581](https://github.com/youzan/vant-weapp/issues/581)
- GoodsAction和SubmitBar有计划么 [\#579](https://github.com/youzan/vant-weapp/issues/579)
- 【card组件】centered 内容是否垂直居中 String false [\#578](https://github.com/youzan/vant-weapp/issues/578)
- 能考虑加上Dropdown样式的组件吗 [\#575](https://github.com/youzan/vant-weapp/issues/575)
- 请问,为什么没有看到时间选择器组件呢 [\#574](https://github.com/youzan/vant-weapp/issues/574)
- tabs缺少active-color api [\#567](https://github.com/youzan/vant-weapp/issues/567)
**Improvements**
- update README.md [\#616](https://github.com/youzan/vant-weapp/pull/616) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Layout: offset not work [\#615](https://github.com/youzan/vant-weapp/pull/615) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] setData writeable [\#613](https://github.com/youzan/vant-weapp/pull/613) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Tab: support custom-class [\#612](https://github.com/youzan/vant-weapp/pull/612) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] ActionSheet: add z-index prop [\#610](https://github.com/youzan/vant-weapp/pull/610) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Cell: value should not has width when empty [\#609](https://github.com/youzan/vant-weapp/pull/609) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Field: input-align not work [\#607](https://github.com/youzan/vant-weapp/pull/607) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tag: white border [\#606](https://github.com/youzan/vant-weapp/pull/606) ([chenjiahan](https://github.com/chenjiahan))
- \[type\] update type definition [\#605](https://github.com/youzan/vant-weapp/pull/605) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Cell: border overlimit [\#601](https://github.com/youzan/vant-weapp/pull/601) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] add component changelog [\#600](https://github.com/youzan/vant-weapp/pull/600) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Area: 修复Area组件边界条件时报错 [\#599](https://github.com/youzan/vant-weapp/pull/599) ([rex-zsd](https://github.com/rex-zsd))
- \[improvement\] Popup: support custom style [\#598](https://github.com/youzan/vant-weapp/pull/598) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] add SubmitBar component [\#597](https://github.com/youzan/vant-weapp/pull/597) ([rex-zsd](https://github.com/rex-zsd))
- \[new feature\] Tab: add border prop [\#595](https://github.com/youzan/vant-weapp/pull/595) ([tkggusraqk](https://github.com/tkggusraqk))
- \[new feature\] add Area component [\#591](https://github.com/youzan/vant-weapp/pull/591) ([rex-zsd](https://github.com/rex-zsd))
- \[type\] add type definition [\#590](https://github.com/youzan/vant-weapp/pull/590) ([chenjiahan](https://github.com/chenjiahan))
- \[build\] add tsconfig.json [\#588](https://github.com/youzan/vant-weapp/pull/588) ([chenjiahan](https://github.com/chenjiahan))
- \[build\] support compile typescript file [\#587](https://github.com/youzan/vant-weapp/pull/587) ([chenjiahan](https://github.com/chenjiahan))
- \[improvement\] Toast: lock scroll [\#586](https://github.com/youzan/vant-weapp/pull/586) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Dialog: promise status not change [\#585](https://github.com/youzan/vant-weapp/pull/585) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Card: centered prop not work [\#584](https://github.com/youzan/vant-weapp/pull/584) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] hairline [\#577](https://github.com/youzan/vant-weapp/pull/577) ([chenjiahan](https://github.com/chenjiahan))
## [v0.3.2](https://github.com/youzan/vant-weapp/tree/v0.3.2) (2018-09-13)
[Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.3.1...v0.3.2)

View File

@ -1,5 +1,30 @@
## 更新日志
### [0.3.3](https://github.com/youzan/vant-weapp/tree/v0.3.3)
`2018-09-20`
**Improvements**
- 新增 Area 组件 [\#591](https://github.com/youzan/vant-weapp/pull/591)
- 新增 SubmitBar 组件 [\#597](https://github.com/youzan/vant-weapp/pull/597)
- ActionSheet: 新增 z-index 属性 [\#610](https://github.com/youzan/vant-weapp/pull/610)
- Popup: 新增 custom-style 属性 [\#598](https://github.com/youzan/vant-weapp/pull/598)
- Tab: 新增 border 属性 [\#595](https://github.com/youzan/vant-weapp/pull/595)
- Tab: 支持传入外部样式类 [\#612](https://github.com/youzan/vant-weapp/pull/612)
**Bug Fixes**
- 修复部分组件在基础库 2.2.3 以下版本报错的问题 [\#613](https://github.com/youzan/vant-weapp/pull/613)
- 修复 Card centered 属性不生效的问题 [\#584](https://github.com/youzan/vant-weapp/pull/584)
- 修复 Cell value 为空时 title 最大宽度错误的问题 [\#609](https://github.com/youzan/vant-weapp/pull/609)
- 修复 Dialog Promise 状态错误的问题 [\#585](https://github.com/youzan/vant-weapp/pull/585)
- 修复 Field 边框长度溢出的问题 [\#601](https://github.com/youzan/vant-weapp/pull/601)
- 修复 Field input-align 属性不生效的问题 [\#607](https://github.com/youzan/vant-weapp/pull/607)
- 修复 Layout offset 属性不生效的问题 [\#615](https://github.com/youzan/vant-weapp/pull/615)
- 修复 Tag 边框样式问题 [\#606](https://github.com/youzan/vant-weapp/pull/606)
- 修复 Toast 滚动穿透问题 [\#586](https://github.com/youzan/vant-weapp/pull/586)
### [0.3.2](https://github.com/youzan/vant-weapp/tree/v0.3.2)
`2018-09-13`

View File

@ -122,3 +122,4 @@ Page({
| 0.3.0 | breaking change | 由 Actionsheet 重命名为 ActionSheet |
| 0.3.0 | feature | 支持微信开放能力 |
| 0.3.0 | bugfix | 修复 subname 属性不生效的问题 |
| 0.3.3 | feature | 新增 z-index 属性 |

View File

@ -80,3 +80,4 @@
|-----------|-----------|-----------|
| 0.0.1 | feature | 新增组件 |
| 0.3.0 | bugfix | 修复 currency 默认值不生效的问题 |
| 0.3.3 | bugfix | 修复 centered 属性不生效的问题 |

View File

@ -136,3 +136,4 @@
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 0.0.1 | feature | 新增组件 |
| 0.3.3 | bugfix | 修复 value 为空时 title 最大宽度错误的问题 |

View File

@ -73,3 +73,4 @@ Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置
|-----------|-----------|-----------|
| 0.0.1 | feature | 新增组件 |
| 0.3.2 | bugfix | 修复动态渲染时 gutter 属性不生效的问题 |
| 0.3.3 | bugfix | 修复 offset 属性不生效的问题|

View File

@ -170,3 +170,4 @@ Page({
| 0.3.0 | feature | 新增组件 |
| 0.3.2 | improvement | 新增弹出动画 |
| 0.3.2 | feature | 新增 z-index 属性 |
| 0.3.3 | bugfix | 修复 Promise 状态错误的问题 |

View File

@ -199,3 +199,5 @@ Page({
| 0.2.1 | feature | 新增 title-width 属性 |
| 0.3.0 | bugfix | 修复 title 宽度错误的问题 |
| 0.3.2 | bugfix | 修复展示清除按钮时导致输入框高度变化的问题 |
| 0.3.3 | bugfix | 修复边框长度溢出的问题 |
| 0.3.3 | bugfix | 修复 input-align 属性不生效的问题 |

View File

@ -75,3 +75,4 @@ Page({
| 0.0.1 | feature | 新增组件 |
| 0.3.2 | feature | 支持退场动画 |
| 0.3.2 | feature | 新增 z-index 属性 |
| 0.3.3 | feature | 新增 custom-style 属性 |

View File

@ -157,3 +157,5 @@ Page({
| 0.3.0 | feature | 新增组件 |
| 0.3.2 | bugfix | 修复部分情况下代码报错的问题 |
| 0.3.2 | bugfix | 修复 color 属性会改变未激活标签的颜色的问题 |
| 0.3.3 | feature | 新增 border 属性 |
| 0.3.3 | feature | 支持传入外部样式类 |

View File

@ -66,3 +66,4 @@
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 0.0.1 | feature | 新增组件 |
| 0.3.3 | bugfix | 修复边框样式问题 |

View File

@ -103,3 +103,4 @@ const timer = setInterval(() => {
| 0.1.1 | feature | 新增组件 |
| 0.3.0 | breaking change | 修改组件引入路径,避免编辑器报错的问题 |
| 0.3.2 | feature | 新增 z-index 属性 |
| 0.3.3 | bugfix | 修复滚动穿透问题 |