1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-26 03:16:35 +08:00

[changelog] 0.11.4

This commit is contained in:
陈嘉涵 2017-11-30 15:26:39 +08:00
parent 0008502c74
commit dd25e2c184
3 changed files with 29 additions and 0 deletions

@ -1,5 +1,12 @@
## Changelog
### [0.11.4](https://github.com/youzan/vant/tree/v0.11.4)
`2017-11-30`
**Improvements**
- add type definition files [\#361](https://github.com/youzan/vant/pull/361) [@chenjiahan](https://github.com/chenjiahan)
- support use this.$toast/$dialog to call Toast/Dialog [\#363](https://github.com/youzan/vant/pull/363) [@chenjiahan](https://github.com/chenjiahan)
### [0.11.3](https://github.com/youzan/vant/tree/v0.11.3)
`2017-11-28`

@ -1,5 +1,19 @@
## 更新日志
## [v0.11.4](https://github.com/youzan/vant/tree/v0.11.4) (2017-11-30)
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.3...v0.11.4)
**Issue**
- 全局注册的组件在单文件中不识别 [\#359](https://github.com/youzan/vant/issues/359)
- Uploader 建议添加 accept 属性 [\#350](https://github.com/youzan/vant/issues/350)
**Improvements**
- \[Improment\] add $toast/$dialog to Vue.prototype [\#363](https://github.com/youzan/vant/pull/363) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] add type definition files [\#361](https://github.com/youzan/vant/pull/361) ([chenjiahan](https://github.com/chenjiahan))
- \[Bugfix\] delete unnecessary coupon desc [\#360](https://github.com/youzan/vant/pull/360) ([chenjiahan](https://github.com/chenjiahan))
## [v0.11.3](https://github.com/youzan/vant/tree/v0.11.3) (2017-11-28)
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.2...v0.11.3)

@ -1,5 +1,13 @@
## 更新日志
### [0.11.4](https://github.com/youzan/vant/tree/v0.11.4)
`2017-11-30`
**Improvements**
- 新增类型定义文件,增强对 TypeScript 支持 [\#361](https://github.com/youzan/vant/pull/361) [@chenjiahan](https://github.com/chenjiahan)
- Toast/Dialog 自动挂载至 Vue.prototype, 支持 this.$toast 等方式调用 [\#363](https://github.com/youzan/vant/pull/363) [@chenjiahan](https://github.com/chenjiahan)
### [0.11.3](https://github.com/youzan/vant/tree/v0.11.3)
`2017-11-28`