mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.11.1
This commit is contained in:
parent
bc447f31c2
commit
1feb75841e
@ -1,5 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
### [0.11.1](https://github.com/youzan/vant/tree/v0.11.1)
|
||||
`2017-11-24`
|
||||
|
||||
**Improvements**
|
||||
- Actionsheet: update close icon style [\#340](https://github.com/youzan/vant/pull/340) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Popup: add overlayClass and overlayStyle props [\#349](https://github.com/youzan/vant/pull/349) [\#343](https://github.com/youzan/vant/pull/343) [@mickeyinfoshan](https://github.com/mickeyinfoshan) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Icon: adjust unicode for better display [\#330](https://github.com/youzan/vant/pull/330) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- ImagePreview: support manually close [\#346](https://github.com/youzan/vant/pull/346) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tabbar: add slot-scope to avoid check by index [\#347](https://github.com/youzan/vant/pull/347) [@chuangbo](https://github.com/chuangbo)
|
||||
- SubmitBar: add left slot [\#345](https://github.com/youzan/vant/pull/345) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize component static classnames [\#337](https://github.com/youzan/vant/pull/337) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize single line text ellipsis [\#334](https://github.com/youzan/vant/pull/334) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize button css layer and GPU cost [\#336](https://github.com/youzan/vant/pull/336) [@deepkolos](https://github.com/deepkolos)
|
||||
|
||||
**Bug Fixes**
|
||||
- fix some bugs in SSR [\#344](https://github.com/youzan/vant/pull/344) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix DateTimePicker crashed when pass invalid props [\#333](https://github.com/youzan/vant/pull/333) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.0](https://github.com/youzan/vant/tree/v0.11.0)
|
||||
`2017-11-17`
|
||||
|
||||
|
@ -1,5 +1,33 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.11.1](https://github.com/youzan/vant/tree/v0.11.1) (2017-11-24)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.0...v0.11.1)
|
||||
|
||||
**Breaking changes**
|
||||
|
||||
- 能不能考虑增加一个分页功能? [\#92](https://github.com/youzan/vant/issues/92)
|
||||
|
||||
**Issue**
|
||||
|
||||
- card组件使用slot添加tags问题 [\#329](https://github.com/youzan/vant/issues/329)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[bugfix\] Popup: update overlay style & class [\#349](https://github.com/youzan/vant/pull/349) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] add switch lang button in mobile [\#348](https://github.com/youzan/vant/pull/348) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[improvement\] TabbarItem: add slot-scope to avoid check by index [\#347](https://github.com/youzan/vant/pull/347) ([chuangbo](https://github.com/chuangbo))
|
||||
- \[new feature\] ImagePreview support manually close [\#346](https://github.com/youzan/vant/pull/346) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] SubmitBar: add left slot [\#345](https://github.com/youzan/vant/pull/345) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] should not access window when ssr [\#344](https://github.com/youzan/vant/pull/344) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\]Popup: 增加遮罩层overlayClass和overlayStyle属性,以提供遮罩层自定义样式 [\#343](https://github.com/youzan/vant/pull/343) ([mickeyinfoshan](https://github.com/mickeyinfoshan))
|
||||
- \[Improvement\] update actionsheet close icon style [\#340](https://github.com/youzan/vant/pull/340) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] optimize staticClass [\#337](https://github.com/youzan/vant/pull/337) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[optimize & bug fix\] Button: 优化layer, 修复滚动时, gpu占用过高情况 [\#336](https://github.com/youzan/vant/pull/336) ([deepkolos](https://github.com/deepkolos))
|
||||
- \[improvement\] optimize single line ellipsis [\#334](https://github.com/youzan/vant/pull/334) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] DateTimePicker validate date props [\#333](https://github.com/youzan/vant/pull/333) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[improvement\] Icon spinner color inherit [\#331](https://github.com/youzan/vant/pull/331) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[improvement\] adjust icon-font unicode [\#330](https://github.com/youzan/vant/pull/330) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.11.0](https://github.com/youzan/vant/tree/v0.11.0) (2017-11-17)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.9...v0.11.0)
|
||||
|
||||
|
@ -1,5 +1,23 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.11.1](https://github.com/youzan/vant/tree/v0.11.1)
|
||||
`2017-11-24`
|
||||
|
||||
**Improvements**
|
||||
- Actionsheet: 更新关闭按钮样式 [\#340](https://github.com/youzan/vant/pull/340) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Popup: 新增 overlayClass、overlayStyle 属性 [\#349](https://github.com/youzan/vant/pull/349) [\#343](https://github.com/youzan/vant/pull/343) [@mickeyinfoshan](https://github.com/mickeyinfoshan) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Icon: 调整 unicode,避免展示特殊字符 [\#330](https://github.com/youzan/vant/pull/330) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- ImagePreview: 支持手动关闭 [\#346](https://github.com/youzan/vant/pull/346) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tabbar: 支持通过 slot-scope 判断 active 状态 [\#347](https://github.com/youzan/vant/pull/347) [@chuangbo](https://github.com/chuangbo)
|
||||
- SubmitBar: 新增左侧内容 slot [\#345](https://github.com/youzan/vant/pull/345) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化组件 staticClass 渲染效率 [\#337](https://github.com/youzan/vant/pull/337) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化文字截取相关样式 [\#334](https://github.com/youzan/vant/pull/334) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化按钮 css layer 及 GPU 开销 [\#336](https://github.com/youzan/vant/pull/336) [@deepkolos](https://github.com/deepkolos)
|
||||
|
||||
**Bug Fixes**
|
||||
- 修复 SSR 过程中报错的问题 [\#344](https://github.com/youzan/vant/pull/344) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 DateTimePicker 接受非法参数时卡死的问题 [\#333](https://github.com/youzan/vant/pull/333) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.11.0](https://github.com/youzan/vant/tree/v0.11.0)
|
||||
`2017-11-17`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user