diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c47889bd5..fe8965e91d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,25 @@ All notable changes to this project will be documented in this file. See [standa * **Uploader:** update delete icon style ([#4712](https://github.com/youzan/vant/issues/4712)) ([aeee6b9](https://github.com/youzan/vant/commit/aeee6b97d18dfe6aca7b34f2ad8fe3bc27d9c450)) +### Bug Fixes + +* **Rate:** incorrect height caused by inline-block ([#4693](https://github.com/youzan/vant/issues/4693)) ([02a9171](https://github.com/youzan/vant/commit/02a9171453d6be42de78b31ea2c3e39532c435f5)) +* **Slider:** pseudo element may casue body overflow-x ([#4699](https://github.com/youzan/vant/issues/4699)) ([e1f8801](https://github.com/youzan/vant/commit/e1f88014d6f2d3cc6b259dfb44d4a33a7bbafbef)) +* router err maybe undefined ([#4704](https://github.com/youzan/vant/issues/4704)) ([49471e8](https://github.com/youzan/vant/commit/49471e845eac3ba1e19c182574b23239b83bdf1d)) + +## [2.3.0](https://github.com/youzan/vant/compare/v2.2.7...v2.3.0) (2019-10-15) + + +### Features + +* **ActionSheet:** add description prop ([#4691](https://github.com/youzan/vant/issues/4691)) ([9f52368](https://github.com/youzan/vant/commit/9f523682e00d28d3b6c2e3405bb1bbd80652aaac)) +* **Slider:** add slide animation ([#4700](https://github.com/youzan/vant/issues/4700)) ([696c9d7](https://github.com/youzan/vant/commit/696c9d71d5f37f55ac1fedc5ee4ca87b3a311dbe)) +* **Slider:** improve click area ([#4701](https://github.com/youzan/vant/issues/4701)) ([4ea506c](https://github.com/youzan/vant/commit/4ea506c55950e4e0af986dd0c73fc9e9a8e47e14)) +* **Style:** add multi-line ellipsis classes ([#4690](https://github.com/youzan/vant/issues/4690)) ([79322ea](https://github.com/youzan/vant/commit/79322ea8922ea5016f31b790ea0a70e7fa6c51ad)) +* **Uploader:** add border-radius ([#4709](https://github.com/youzan/vant/issues/4709)) ([bed2ca5](https://github.com/youzan/vant/commit/bed2ca506392d40fa071f436de9552c5abd83118)) +* **Uploader:** update delete icon style ([#4712](https://github.com/youzan/vant/issues/4712)) ([aeee6b9](https://github.com/youzan/vant/commit/aeee6b97d18dfe6aca7b34f2ad8fe3bc27d9c450)) + + ### Bug Fixes * **Rate:** incorrect height caused by inline-block ([#4693](https://github.com/youzan/vant/issues/4693)) ([02a9171](https://github.com/youzan/vant/commit/02a9171453d6be42de78b31ea2c3e39532c435f5)) diff --git a/package.json b/package.json index 9edd95bdedb..a9448d6861d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/vant", - "version": "2.2.7", + "version": "2.3.0", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js",