mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
[changelog] 0.11.6
This commit is contained in:
parent
c9eef50bae
commit
0d64d5ea49
@ -1,5 +1,21 @@
|
||||
## Changelog
|
||||
|
||||
### [0.11.6](https://github.com/youzan/vant/tree/v0.11.6)
|
||||
`2017-12-07`
|
||||
|
||||
**Improvements**
|
||||
- Picker: support click to select and disabled option [\#370](https://github.com/youzan/vant/pull/370) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tab: support sticky prop [\#382](https://github.com/youzan/vant/pull/382) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tab: improve animation fluency [\#379](https://github.com/youzan/vant/pull/379) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- fix Popup overlayClass type [\#374](https://github.com/youzan/vant/pull/374) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Filed number type value filter [\#386](https://github.com/youzan/vant/pull/386) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Icon 'new' display [\#381](https://github.com/youzan/vant/pull/381) ([@pangxie1991](https://github.com/pangxie1991))
|
||||
- fix Sku button border radius [\#378](https://github.com/youzan/vant/pull/378) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Radio & Checkbox disabled color [\#383](https://github.com/youzan/vant/pull/383) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.5](https://github.com/youzan/vant/tree/v0.11.5)
|
||||
`2017-12-04`
|
||||
|
||||
@ -11,6 +27,7 @@
|
||||
**Bug Fixes**
|
||||
- fix Tab active block disappeared when delete tab [\#372](https://github.com/youzan/vant/pull/372) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.4](https://github.com/youzan/vant/tree/v0.11.4)
|
||||
`2017-11-30`
|
||||
|
||||
|
@ -1,5 +1,28 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.11.6](https://github.com/youzan/vant/tree/v0.11.6) (2017-12-07)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.5...v0.11.6)
|
||||
|
||||
**Issue**
|
||||
|
||||
- Popup组件滑动问题 [\#377](https://github.com/youzan/vant/issues/377)
|
||||
- Have a issue in NavBar document [\#376](https://github.com/youzan/vant/issues/376)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[Improment\] improve Tab sticky fluency [\#388](https://github.com/youzan/vant/pull/388) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Filed number type value filter [\#386](https://github.com/youzan/vant/pull/386) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] add explanation of Filed native propterties [\#384](https://github.com/youzan/vant/pull/384) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Radio & Checkbox disabled color [\#383](https://github.com/youzan/vant/pull/383) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\] Tab support sticky [\#382](https://github.com/youzan/vant/pull/382) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bug fix\] Icon: fix "new" icon [\#381](https://github.com/youzan/vant/pull/381) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- \[Improvement\] add utils test cases [\#380](https://github.com/youzan/vant/pull/380) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Tab animation fluency && position [\#379](https://github.com/youzan/vant/pull/379) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Sku button border radius [\#378](https://github.com/youzan/vant/pull/378) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[feature\] use cache loader [\#375](https://github.com/youzan/vant/pull/375) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Popup overlayClass type [\#374](https://github.com/youzan/vant/pull/374) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Picker: rewrite [\#370](https://github.com/youzan/vant/pull/370) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.11.5](https://github.com/youzan/vant/tree/v0.11.5) (2017-12-04)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.4...v0.11.5)
|
||||
|
||||
|
@ -1,5 +1,21 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.11.6](https://github.com/youzan/vant/tree/v0.11.6)
|
||||
`2017-12-07`
|
||||
|
||||
**Improvements**
|
||||
- Picker: 支持点击切换选项、禁用选项 [\#370](https://github.com/youzan/vant/pull/370) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tab: 新增 sticky 属性 [\#382](https://github.com/youzan/vant/pull/382) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tab: 优化动画流畅度 [\#379](https://github.com/youzan/vant/pull/379) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- 修复 Popup overlayClass 类型错误 [\#374](https://github.com/youzan/vant/pull/374) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Filed number 类型输入值过滤 [\#386](https://github.com/youzan/vant/pull/386) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Icon 'new' 显示问题 [\#381](https://github.com/youzan/vant/pull/381) ([@pangxie1991](https://github.com/pangxie1991))
|
||||
- 修复 Sku 按钮圆角问题 [\#378](https://github.com/youzan/vant/pull/378) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Radio & Checkbox 禁用态样式 [\#383](https://github.com/youzan/vant/pull/383) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.5](https://github.com/youzan/vant/tree/v0.11.5)
|
||||
`2017-12-04`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user