Skip to content

Commit bb91abd

Browse files
committed
docs: update changelog
1 parent 65c5762 commit bb91abd

File tree

2 files changed

+139
-27
lines changed

2 files changed

+139
-27
lines changed

CHANGELOG.md

Lines changed: 89 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,71 @@
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+
252
# [2.5.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.3...v2.5.0) (2018-10-05)
353

54+
455
### Features
556

657
* add panel-change event ([5cdba7b](https://github.com/mengxiong10/vue2-datepicker/commit/5cdba7b))
758

859

9-
<a name="2.4.3"></a>
60+
1061
## [2.4.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.0...v2.4.3) (2018-09-28)
1162

1263

1364
### Bug Fixes
1465

1566
* fix the selectTime 'am' and 'pm' ([8e475b3](https://github.com/mengxiong10/vue2-datepicker/commit/8e475b3))
1667
* IE compatibility ([fefed17](https://github.com/mengxiong10/vue2-datepicker/commit/fefed17))
68+
* timeType default ([38a657b](https://github.com/mengxiong10/vue2-datepicker/commit/38a657b))
1769
* 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))
1870
* 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))
1971

@@ -22,53 +74,69 @@
2274

2375
* emit `clear` event for the clear button ([e0776b6](https://github.com/mengxiong10/vue2-datepicker/commit/e0776b6))
2476

25-
<a name="2.4.0"></a>
77+
78+
2679
# [2.4.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.3.2...v2.4.0) (2018-08-08)
2780

2881

2982
### Features
3083

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+
3287

33-
<a name="2.3.2"></a>
3488
## [2.3.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.2.0...v2.3.2) (2018-08-07)
3589

90+
3691
### Features
3792

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+
3996

40-
<a name="2.2.0"></a>
4197
# [2.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.1.0...v2.2.0) (2018-08-06)
4298

99+
43100
### Bug Fixes
44101

45102
* set input autocomplete off ([264458c](https://github.com/mengxiong10/vue2-datepicker/commit/264458c))
46103

104+
47105
### Features
48106

49107
* add event 'change-calendar-year' 'change-calendar-month' ([bc80708](https://github.com/mengxiong10/vue2-datepicker/commit/bc80708))
50108

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))
53118

54119
### Features
55120

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)
57127

58-
<a name="2.0.0"></a>
59-
# [2.0.0]() (2018-06-16)
60128

61129
### Features
62130

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
67135

68136
### Breaking changes
69137

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`)

CHANGELOG.zh-CN.md

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,60 @@
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
5+
6+
* 修复手动输入范围时无法成功的问题 ([#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
14+
15+
* `calendar-change`事件在正确的时候触发 ([b1a5a41](https://github.com/mengxiong10/vue2-datepicker/commit/b1a5a41))
16+
17+
18+
### 新功能
19+
20+
* 添加 `calendar-change` 事件 ([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
28+
29+
* 阻止组件的事件冒泡到外面 ([de177d8](https://github.com/mengxiong10/vue2-datepicker/commit/de177d8))
30+
31+
32+
### 新功能
33+
34+
* script直接引用的时候自动注册组件 ([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
42+
43+
* 修复快捷方式的颜色 ([ac4aa87](https://github.com/mengxiong10/vue2-datepicker/commit/ac4aa87))
44+
45+
46+
### 新功能
47+
48+
* 添加属性 `appendToBody` ([e26e1f5](https://github.com/mengxiong10/vue2-datepicker/commit/e26e1f5))
49+
50+
251
# [2.5.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.3...v2.5.0) (2018-10-05)
352

453
### 新功能
554

655
* 添加 `panel-change` 事件 ([5cdba7b](https://github.com/mengxiong10/vue2-datepicker/commit/5cdba7b))
756

857

9-
<a name="2.4.3"></a>
1058
## [2.4.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.4.0...v2.4.3) (2018-09-28)
1159

1260
### 修复Bug
@@ -29,14 +77,12 @@
2977

3078
* 添加属性`type``time`的时候只显示时间组件
3179

32-
<a name="2.3.2"></a>
3380
## [2.3.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.2.0...v2.3.2) (2018-08-07)
3481

3582
### 新功能
3683

3784
* 添加属性 `date-format` 格式化时间组件头部和日期的tooltip
3885

39-
<a name="2.2.0"></a>
4086
# [2.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.1.0...v2.2.0) (2018-08-06)
4187

4288
### 修复bug
@@ -48,7 +94,6 @@
4894
* 添加时间'change-calendar-yeaer', 'change-calendar-month'方便联动两个窗口
4995

5096

51-
<a name="2.1.0"></a>
5297
# [2.1.0]() (2018-07-24)
5398

5499

@@ -57,7 +102,6 @@
57102
* 添加`type` 支持月和年的单独选择
58103

59104

60-
<a name="2.0.0"></a>
61105
# [2.0.0]() (2018-06-16)
62106

63107
### 新功能

0 commit comments

Comments
 (0)