docs(changelog): 2.9.0-beta.4

This commit is contained in:
chenjiahan
2020-07-02 16:14:20 +08:00
parent 598f7478dc
commit fcf5623c44
2 changed files with 82 additions and 0 deletions

View File

@@ -10,6 +10,47 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
- Minor versionreleased every one to two months, including backwards compatible features.
- Major versionincluding breaking changes and new features.
### [v2.9.0-beta.4](https://github.com/youzan/vant/compare/v2.9.0-beta.3...v2.9.0-beta.4)
`2020-07-02`
**Feature**
- Icon: add enlarge icon [1c97b1](https://github.com/youzan/vant/commit/1c97b1837f3f16f339773133b5e78b8a200c57f5)
- Image: add default slot [#6613](https://github.com/youzan/vant/issues/6613)
- ImagePreview: add swipeTo method [#6596](https://github.com/youzan/vant/issues/6596)
- ImagePreview: add get-container prop [39b5be](https://github.com/youzan/vant/commit/39b5beeac0d4a7e74866cb92eb9e4644872cf41a)
- NoticeBar: optimize replay delay [022196](https://github.com/youzan/vant/commit/02219625fb94384865b79cf27ecea5ae0c4f3bb0)
- Sku: add lazy-load prop [#6598](https://github.com/youzan/vant/issues/6598)
- Sku: add show-header-image prop [#6598](https://github.com/youzan/vant/issues/6598)
- Sku: support large image mode [#6598](https://github.com/youzan/vant/issues/6598)
- Sku: enable close-on-click-overlay prop by default [#6631](https://github.com/youzan/vant/issues/6631)
- TreeSelect: add selected-icon prop [#6615](https://github.com/youzan/vant/issues/6615)
**style**
- ActionSheet: update description style [#6586](https://github.com/youzan/vant/issues/6586)
- AddressEdit: adjust label width [#6591](https://github.com/youzan/vant/issues/6591)
- AddressEdit: area picker use round popup [#6584](https://github.com/youzan/vant/issues/6584)
- Button: adjust small button size [#6371](https://github.com/youzan/vant/issues/6371)
- ContactEdit: adjust label width [a77ebe](https://github.com/youzan/vant/commit/a77ebe11d722a3f242ef8e4125bb94629a56b81f)
- Field: label color updated to gray-7 [#6581](https://github.com/youzan/vant/issues/6581)
- Field: label width adjusted to 6em [#6583](https://github.com/youzan/vant/issues/6583) [#6589](https://github.com/youzan/vant/issues/6589)
- ImagePreview: adjust index position [#6650](https://github.com/youzan/vant/issues/6650)
- Picker: optimize option disabled cursor [#6579](https://github.com/youzan/vant/issues/6579)
- Rate: the default color is adjusted to red [#6373](https://github.com/youzan/vant/issues/6373)
- Uploader: update failed icon [#6653](https://github.com/youzan/vant/issues/6653)
**Bug Fixes**
- ImagePreview: fix longpress error on mobile safari [#6660](https://github.com/youzan/vant/issues/6660)
- ImagePreview: fix incorrect position after scale [#6656](https://github.com/youzan/vant/issues/6656)
- Field: fix label word wrap [#6590](https://github.com/youzan/vant/issues/6590)
- NumberKeyboard: fix eliminate tap delay on safari [#6667](https://github.com/youzan/vant/issues/6667)
- Picker: disabled not work in cascade mode [#6580](https://github.com/youzan/vant/issues/6580)
- Picker: revert add @picker-option-height var [#6663](https://github.com/youzan/vant/issues/6663)
- Stepper: fix incorrect button disable status [#6652](https://github.com/youzan/vant/issues/6652)
### [v2.8.7](https://github.com/youzan/vant/compare/v2.8.6...v2.8.7)
`2020-06-19`