Skip to content

Commit 96cf1ed

Browse files
committed
3.4.0
1 parent 3c2e00e commit 96cf1ed

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="3.4.0"></a>
2+
# [3.4.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.3.1...v3.4.0) (2020-03-06)
3+
4+
5+
### Bug Fixes
6+
7+
* fix open event fired multiple times ([be26d2a](https://github.com/mengxiong10/vue2-datepicker/commit/be26d2a))
8+
* mobile support for date range ([#419](https://github.com/mengxiong10/vue2-datepicker/issues/419)) ([3c2e00e](https://github.com/mengxiong10/vue2-datepicker/commit/3c2e00e))
9+
* popup doesn't reposition when scrolling in Firefox ([#427](https://github.com/mengxiong10/vue2-datepicker/issues/427)) ([2d50e75](https://github.com/mengxiong10/vue2-datepicker/commit/2d50e75))
10+
11+
12+
### Features
13+
14+
* add `calendar-change` event ([#432](https://github.com/mengxiong10/vue2-datepicker/issues/432)) ([17d2262](https://github.com/mengxiong10/vue2-datepicker/commit/17d2262))
15+
* add `pick` event when date clicked ([#429](https://github.com/mengxiong10/vue2-datepicker/issues/429)) ([2fb9e67](https://github.com/mengxiong10/vue2-datepicker/commit/2fb9e67))
16+
* ignore whitespace around separator on manual range input ([#416](https://github.com/mengxiong10/vue2-datepicker/issues/416)) ([376a7ef](https://github.com/mengxiong10/vue2-datepicker/commit/376a7ef))
17+
18+
19+
120
<a name="3.3.1"></a>
221
## [3.3.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.3.0...v3.3.1) (2020-02-18)
322

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.3.1",
14+
"version": "3.4.0",
1515
"scripts": {
1616
"dev": "parcel ./example/dev.html --open --port 2235",
1717
"build:index": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)