mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 1.0.7
This commit is contained in:
parent
bfca1cdd05
commit
cd184b6e8b
@ -1,23 +1,45 @@
|
||||
## Changelog
|
||||
|
||||
### [1.0.7](https://github.com/youzan/vant/tree/v1.0.7)
|
||||
`2018-04-17`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* fix missing style entry in build result [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [1.0.6](https://github.com/youzan/vant/tree/v1.0.6)
|
||||
`2018-04-17`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* support es module [\#875](https://github.com/youzan/vant/pull/875) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Dialog: add before-close prop, support async close [\#854](https://github.com/youzan/vant/pull/854) [\#881](https://github.com/youzan/vant/pull/881) [@chenjiahan](https://github.com/chenjiahan) [@qianzhaoy](https://github.com/qianzhaoy)
|
||||
* SubmitBar: support custom currency symbol [\#876](https://github.com/youzan/vant/pull/876) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Tab: support v-model bind active tab [\#879](https://github.com/youzan/vant/pull/879) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* fix DatetimePicker change event params not correct [\#878](https://github.com/youzan/vant/pull/878) [@jerryni](https://github.com/jerryni)
|
||||
|
||||
|
||||
### [1.0.5](https://github.com/youzan/vant/tree/v1.0.5)
|
||||
`2018-04-13`
|
||||
|
||||
**Improvements**
|
||||
|
||||
- add touch mixin [\#869](https://github.com/youzan/vant/pull/869) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tabbar: support Number type info [\#845](https://github.com/youzan/vant/pull/845) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Radio: name support any types [\#863](https://github.com/youzan/vant/pull/863) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* add touch mixin [\#869](https://github.com/youzan/vant/pull/869) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Tabbar: support Number type info [\#845](https://github.com/youzan/vant/pull/845) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Radio: name support any types [\#863](https://github.com/youzan/vant/pull/863) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix NavBar title max width limitation [\#867](https://github.com/youzan/vant/pull/867) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Button vertical align incorrect when loading [\#858](https://github.com/youzan/vant/pull/858) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix CellSwipe should only trigger swipe when drag horizontally [\#866](https://github.com/youzan/vant/pull/866) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix ImagePreview manually close not work [\#864](https://github.com/youzan/vant/pull/864) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix SubmitBar inherit wrong font size [\#857](https://github.com/youzan/vant/pull/857) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix SwitchCell text vertical align [\#852](https://github.com/youzan/vant/pull/852) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Swipe not stop touch event propagation [\#846](https://github.com/youzan/vant/pull/846) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix NavBar title max width limitation [\#867](https://github.com/youzan/vant/pull/867) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Button vertical align incorrect when loading [\#858](https://github.com/youzan/vant/pull/858) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix CellSwipe should only trigger swipe when drag horizontally [\#866](https://github.com/youzan/vant/pull/866) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix ImagePreview manually close not work [\#864](https://github.com/youzan/vant/pull/864) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix SubmitBar inherit wrong font size [\#857](https://github.com/youzan/vant/pull/857) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix SwitchCell text vertical align [\#852](https://github.com/youzan/vant/pull/852) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Swipe not stop touch event propagation [\#846](https://github.com/youzan/vant/pull/846) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [1.0.4](https://github.com/youzan/vant/tree/v1.0.4)
|
||||
@ -25,19 +47,19 @@
|
||||
|
||||
**Improvements**
|
||||
|
||||
- Actionsheet: add cancel event [\#796](https://github.com/youzan/vant/pull/796) [@cookfront](https://github.com/cookfront)
|
||||
- Actionsheet: support maxHeight [\#777](https://github.com/youzan/vant/pull/777) [@iscarecrow](https://github.com/iscarecrow)
|
||||
- DatetimePicker: support all picker props [\#788](https://github.com/youzan/vant/pull/788) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- SubmitBar: unite font-size [\#774](https://github.com/youzan/vant/pull/774) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- i18n: support zh-HK language [\#812](https://github.com/youzan/vant/pull/812) [@jasonc08](https://github.com/jasonc08)
|
||||
* Actionsheet: add cancel event [\#796](https://github.com/youzan/vant/pull/796) [@cookfront](https://github.com/cookfront)
|
||||
* Actionsheet: support maxHeight [\#777](https://github.com/youzan/vant/pull/777) [@iscarecrow](https://github.com/iscarecrow)
|
||||
* DatetimePicker: support all picker props [\#788](https://github.com/youzan/vant/pull/788) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* SubmitBar: unite font-size [\#774](https://github.com/youzan/vant/pull/774) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* i18n: support zh-HK language [\#812](https://github.com/youzan/vant/pull/812) [@jasonc08](https://github.com/jasonc08)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix Button should be unclickable when loading [\#779](https://github.com/youzan/vant/pull/779) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Dialog close method may cause error [\#841](https://github.com/youzan/vant/pull/841) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Popup lock-scroll not work when open multi popup [\#842](https://github.com/youzan/vant/pull/842) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix SubmitBar price decimal rounding [\#820](https://github.com/youzan/vant/pull/820) [@ddchef](https://github.com/ddchef)
|
||||
- fix Sku row font-size [\#840](https://github.com/youzan/vant/pull/840) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Button should be unclickable when loading [\#779](https://github.com/youzan/vant/pull/779) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Dialog close method may cause error [\#841](https://github.com/youzan/vant/pull/841) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Popup lock-scroll not work when open multi popup [\#842](https://github.com/youzan/vant/pull/842) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix SubmitBar price decimal rounding [\#820](https://github.com/youzan/vant/pull/820) [@ddchef](https://github.com/ddchef)
|
||||
* fix Sku row font-size [\#840](https://github.com/youzan/vant/pull/840) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [1.0.3](https://github.com/youzan/vant/tree/v1.0.3)
|
||||
@ -45,15 +67,15 @@
|
||||
|
||||
**Improvements**
|
||||
|
||||
- Cell: add center prop [\#771](https://github.com/youzan/vant/pull/771) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Cell: update to flex-box [\#770](https://github.com/youzan/vant/pull/770) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Field: add button slot [\#772](https://github.com/youzan/vant/pull/772) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tab: click event add title param [\#761](https://github.com/youzan/vant/pull/761) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Cell: add center prop [\#771](https://github.com/youzan/vant/pull/771) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Cell: update to flex-box [\#770](https://github.com/youzan/vant/pull/770) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Field: add button slot [\#772](https://github.com/youzan/vant/pull/772) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Tab: click event add title param [\#761](https://github.com/youzan/vant/pull/761) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix Tag text line height in android browser [\#773](https://github.com/youzan/vant/pull/773) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Toast mask not remove when hidden [\#762](https://github.com/youzan/vant/pull/762) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Tag text line height in android browser [\#773](https://github.com/youzan/vant/pull/773) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Toast mask not remove when hidden [\#762](https://github.com/youzan/vant/pull/762) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [1.0.2](https://github.com/youzan/vant/tree/v1.0.2)
|
||||
|
@ -1,5 +1,8 @@
|
||||
## 更新日志
|
||||
|
||||
## [v1.0.7](https://github.com/youzan/vant/tree/v1.0.7) (2018-04-17)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.6...v1.0.7)
|
||||
|
||||
## [v1.0.6](https://github.com/youzan/vant/tree/v1.0.6) (2018-04-17)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.5...v1.0.6)
|
||||
|
||||
|
@ -1,5 +1,26 @@
|
||||
## 更新日志
|
||||
|
||||
### [1.0.7](https://github.com/youzan/vant/tree/v1.0.7)
|
||||
`2018-04-17`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* 修复构建结果 lib 目录下样式丢失的问题 [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [1.0.6](https://github.com/youzan/vant/tree/v1.0.6)
|
||||
`2018-04-17`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* 支持 ES module 引入 [\#875](https://github.com/youzan/vant/pull/875) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Dialog: 新增 before-close 属性, 支持异步关闭 [\#854](https://github.com/youzan/vant/pull/854) [\#881](https://github.com/youzan/vant/pull/881) [@chenjiahan](https://github.com/chenjiahan) [@qianzhaoy](https://github.com/qianzhaoy)
|
||||
* SubmitBar: 支持自定义金额符号 [\#876](https://github.com/youzan/vant/pull/876) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Tab: 支持 v-model 绑定当前 active 标签 [\#879](https://github.com/youzan/vant/pull/879) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* 修复 DatetimePicker change 事件参数错误 [\#878](https://github.com/youzan/vant/pull/878) [@jerryni](https://github.com/jerryni)
|
||||
|
||||
### [1.0.5](https://github.com/youzan/vant/tree/v1.0.5)
|
||||
`2018-04-13`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user