mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-16 15:30:35 +03:00
3.0.1
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
<a name="3.0.1"></a>
|
||||
## [3.0.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.0...v3.0.1) (2019-11-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* clear event not triggering ([#369](https://github.com/mengxiong10/vue2-datepicker/issues/369)) ([06e158e](https://github.com/mengxiong10/vue2-datepicker/commit/06e158e))
|
||||
* ie compatibility ([99a4abd](https://github.com/mengxiong10/vue2-datepicker/commit/99a4abd))
|
||||
* update date-format-parse to fix negative year ([5ca30f8](https://github.com/mengxiong10/vue2-datepicker/commit/5ca30f8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* export the inner components ([6060330](https://github.com/mengxiong10/vue2-datepicker/commit/6060330))
|
||||
|
||||
|
||||
|
||||
<a name="3.0.0"></a>
|
||||
|
||||
# [3.0.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.0-beta.1...v3.0.0) (2019-11-10)
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue2-datepicker",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
"/locale",
|
||||
"/index.*"
|
||||
],
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"scripts": {
|
||||
"dev": "parcel ./example/dev.html --open --port 2235",
|
||||
"build:index": "rollup -c",
|
||||
|
||||
Reference in New Issue
Block a user