[changelog] 1.4.1

This commit is contained in:
陈嘉涵 2018-11-04 21:56:33 +08:00
parent cafef4aadc
commit df60f0be5e
2 changed files with 43 additions and 0 deletions

View File

@ -1,5 +1,27 @@
## Changelog
## [v1.4.1](https://github.com/youzan/vant/tree/v1.4.1)
`2018-11-04`
**Breaking changes**
- New path to manually import component style, see more in [quickstart](#/en-US/quickstart). [\#2021](https://github.com/youzan/vant/pull/2021)
- New ways to customize the themesee more in [custom theme](#/en-US/theme). [\#2027](https://github.com/youzan/vant/pull/2027)
**Improvements**
- Badge: add change event [\#2017](https://github.com/youzan/vant/pull/2017)
- Radio: update color [\#2018](https://github.com/youzan/vant/pull/2018)
- Checkbox: update color [\#2018](https://github.com/youzan/vant/pull/2018)
- Sku: support image preview [\#2019](https://github.com/youzan/vant/pull/2019)
- i18n: support zh-TW [\#1999](https://github.com/youzan/vant/pull/1999)
- i18n: support turkish [\#1998](https://github.com/youzan/vant/pull/1998)
- Icon: add new icon question2 [\#2005](https://github.com/youzan/vant/pull/2005)
- Switch: add active-color prop [\#2013](https://github.com/youzan/vant/pull/2013)
- Switch: add inactive-color prop [\#2013](https://github.com/youzan/vant/pull/2013)
## [v1.3.10](https://github.com/youzan/vant/tree/v1.3.10)
`2018-10-29`

View File

@ -1,5 +1,26 @@
## 更新日志
## [v1.4.1](https://github.com/youzan/vant/tree/v1.4.1)
`2018-11-04`
**Breaking changes**
- 优化引入样式的文件路径(仅影响手动引入样式的方式)详见[快速上手](#/zh-CN/quickstart). [\#2021](https://github.com/youzan/vant/pull/2021)
- 支持基于 Less 变量的定制主题方式,不再支持原先的定制主题方式,详见[定制主题](#/en-US/theme). [\#2027](https://github.com/youzan/vant/pull/2027)
**Improvements**
- Sku: 支持预览商品图片 [\#2019](https://github.com/youzan/vant/pull/2019)
- i18n: 支持土耳其语 [\#1998](https://github.com/youzan/vant/pull/1998)
- i18n: 支持繁体中文(台) [\#1999](https://github.com/youzan/vant/pull/1999)
- Icon: 新增 question2 图标 [\#2005](https://github.com/youzan/vant/pull/2005)
- Badge: 新增 change 事件 [\#2017](https://github.com/youzan/vant/pull/2017)
- Switch: 新增 active-color 属性 [\#2013](https://github.com/youzan/vant/pull/2013)
- Switch: 新增 inactive-color 属性 [\#2013](https://github.com/youzan/vant/pull/2013)
- Radio: 选中态颜色调整为蓝色 [\#2018](https://github.com/youzan/vant/pull/2018)
- Checkbox: 选中态颜色调整为蓝色 [\#2018](https://github.com/youzan/vant/pull/2018)
## [v1.3.10](https://github.com/youzan/vant/tree/v1.3.10)
`2018-10-29`