|
1 |
| -<a name="2.5.0"></a> |
| 1 | +## [2.6.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.2...v2.6.3) (2018-12-08) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* fix unable set value later when range is ture ([#209](https://github.com/mengxiong10/vue2-datepicker/issues/209)) ([97289d1](https://github.com/mengxiong10/vue2-datepicker/commit/97289d1)) |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +## [2.6.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.1...v2.6.2) (2018-10-30) |
| 11 | + |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* `calendar-change` trigger in right time ([b1a5a41](https://github.com/mengxiong10/vue2-datepicker/commit/b1a5a41)) |
| 16 | + |
| 17 | + |
| 18 | +### Features |
| 19 | + |
| 20 | +* add `calendar-change` event ([ef9314e](https://github.com/mengxiong10/vue2-datepicker/commit/ef9314e)) |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +## [2.6.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.0...v2.6.1) (2018-10-17) |
| 25 | + |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | + |
| 29 | +* prevent popup internal click event from affecting the outside ([de177d8](https://github.com/mengxiong10/vue2-datepicker/commit/de177d8)) |
| 30 | + |
| 31 | + |
| 32 | +### Features |
| 33 | + |
| 34 | +* when use script type, install automatic ([a310f59](https://github.com/mengxiong10/vue2-datepicker/commit/a310f59)) |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +# [2.6.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.5.0...v2.6.0) (2018-10-11) |
| 39 | + |
| 40 | + |
| 41 | +### Bug Fixes |
| 42 | + |
| 43 | +* fix shortcut color ([ac4aa87](https://github.com/mengxiong10/vue2-datepicker/commit/ac4aa87)) |
| 44 | + |
| 45 | + |
| 46 | +### Features |
| 47 | + |
| 48 | +* add prop `appendToBody` ([e26e1f5](https://github.com/mengxiong10/vue2-datepicker/commit/e26e1f5)) |
| 49 | + |
| 50 | + |
| 51 | + |
2 | 52 | # [2.5.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.3...v2.5.0) (2018-10-05)
|
3 | 53 |
|
| 54 | + |
4 | 55 | ### Features
|
5 | 56 |
|
6 | 57 | * add panel-change event ([5cdba7b](https://github.com/mengxiong10/vue2-datepicker/commit/5cdba7b))
|
7 | 58 |
|
8 | 59 |
|
9 |
| -<a name="2.4.3"></a> |
| 60 | + |
10 | 61 | ## [2.4.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.0...v2.4.3) (2018-09-28)
|
11 | 62 |
|
12 | 63 |
|
13 | 64 | ### Bug Fixes
|
14 | 65 |
|
15 | 66 | * fix the selectTime 'am' and 'pm' ([8e475b3](https://github.com/mengxiong10/vue2-datepicker/commit/8e475b3))
|
16 | 67 | * IE compatibility ([fefed17](https://github.com/mengxiong10/vue2-datepicker/commit/fefed17))
|
| 68 | +* timeType default ([38a657b](https://github.com/mengxiong10/vue2-datepicker/commit/38a657b)) |
17 | 69 | * when select time picker option close popup ([#154](https://github.com/mengxiong10/vue2-datepicker/issues/154)) ([12907ad](https://github.com/mengxiong10/vue2-datepicker/commit/12907ad))
|
18 | 70 | * year and month disable don't right ([#169](https://github.com/mengxiong10/vue2-datepicker/issues/169)) ([42bc068](https://github.com/mengxiong10/vue2-datepicker/commit/42bc068))
|
19 | 71 |
|
|
22 | 74 |
|
23 | 75 | * emit `clear` event for the clear button ([e0776b6](https://github.com/mengxiong10/vue2-datepicker/commit/e0776b6))
|
24 | 76 |
|
25 |
| -<a name="2.4.0"></a> |
| 77 | + |
| 78 | + |
26 | 79 | # [2.4.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.3.2...v2.4.0) (2018-08-08)
|
27 | 80 |
|
28 | 81 |
|
29 | 82 | ### Features
|
30 | 83 |
|
31 |
| -* add `type` time to show only time picker ([1046731](https://github.com/mengxiong10/vue2-datepicker/commit/1046731)) |
| 84 | +* add prop `time` to show only time picker ([1046731](https://github.com/mengxiong10/vue2-datepicker/commit/1046731)) |
| 85 | + |
| 86 | + |
32 | 87 |
|
33 |
| -<a name="2.3.2"></a> |
34 | 88 | ## [2.3.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.2.0...v2.3.2) (2018-08-07)
|
35 | 89 |
|
| 90 | + |
36 | 91 | ### Features
|
37 | 92 |
|
38 |
| -* add prop `date-format` to format time header and date tooltip ([3c27647](https://github.com/mengxiong10/vue2-datepicker/commit/3c27647)) |
| 93 | +* add prop `date-format` ([3c27647](https://github.com/mengxiong10/vue2-datepicker/commit/3c27647)) |
| 94 | + |
| 95 | + |
39 | 96 |
|
40 |
| -<a name="2.2.0"></a> |
41 | 97 | # [2.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.1.0...v2.2.0) (2018-08-06)
|
42 | 98 |
|
| 99 | + |
43 | 100 | ### Bug Fixes
|
44 | 101 |
|
45 | 102 | * set input autocomplete off ([264458c](https://github.com/mengxiong10/vue2-datepicker/commit/264458c))
|
46 | 103 |
|
| 104 | + |
47 | 105 | ### Features
|
48 | 106 |
|
49 | 107 | * add event 'change-calendar-year' 'change-calendar-month' ([bc80708](https://github.com/mengxiong10/vue2-datepicker/commit/bc80708))
|
50 | 108 |
|
51 |
| -<a name="2.1.0"></a> |
52 |
| -# [2.1.0]() (2018-07-24) |
| 109 | + |
| 110 | + |
| 111 | +# [2.1.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.0.0...v2.1.0) (2018-07-24) |
| 112 | + |
| 113 | + |
| 114 | +### Bug Fixes |
| 115 | + |
| 116 | +* fecha.format need a date ([1e54efc](https://github.com/mengxiong10/vue2-datepicker/commit/1e54efc)) |
| 117 | +* shortcut date changed to function ([5cf6c72](https://github.com/mengxiong10/vue2-datepicker/commit/5cf6c72)) |
53 | 118 |
|
54 | 119 | ### Features
|
55 | 120 |
|
56 |
| -* Add `type` year and month |
| 121 | +* add the slot footer slot-scope to confirm event ([43d9fd7](https://github.com/mengxiong10/vue2-datepicker/commit/43d9fd7)) |
| 122 | +* export the fecha to use ([ac958d4](https://github.com/mengxiong10/vue2-datepicker/commit/ac958d4)) |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | +# [2.0.0](https://github.com/mengxiong10/vue2-datepicker/compare/9df1fe0...v2.0.0) (2018-06-16) |
57 | 127 |
|
58 |
| -<a name="2.0.0"></a> |
59 |
| -# [2.0.0]() (2018-06-16) |
60 | 128 |
|
61 | 129 | ### Features
|
62 | 130 |
|
63 |
| -* Add `clearable` used to show clear icon |
64 |
| -* Add slot `calendar-icon` to custom calendar icon |
65 |
| -* Add slot `header` and `footer` to custom popup area |
66 |
| -* `disabledDays` supports custom functions |
| 131 | +- Add `clearable` used to show clear icon |
| 132 | +- Add slot `calendar-icon` to custom calendar icon |
| 133 | +- Add slot `header` and `footer` to custom popup area |
| 134 | +- `disabledDays` supports custom functions |
67 | 135 |
|
68 | 136 | ### Breaking changes
|
69 | 137 |
|
70 |
| -* Refactored code. This may fail if you hacked the code |
71 |
| -* `format` default value changes from yyyy-MM-dd to YYYY-MM-DD, now the parsing tokens are similar to the moment.js, not supports lowercase yyyy |
72 |
| -* remove `custom-formatter` |
73 |
| -* `editable` default value changes from false to true, now supports range |
74 |
| -* select the year or month panel will not change the value(Because it causes many problems when set the `not-before` or `not-after`) |
| 138 | +- Refactored code. This may fail if you hacked the code |
| 139 | +- `format` default value changes from yyyy-MM-dd to YYYY-MM-DD, now the parsing tokens are similar to the moment.js, not supports lowercase yyyy |
| 140 | +- remove `custom-formatter` |
| 141 | +- `editable` default value changes from false to true, now supports range |
| 142 | +- select the year or month panel will not change the value(Because it causes many problems when set the `not-before` or `not-after`) |
0 commit comments