diff --git a/CHANGELOG.md b/CHANGELOG.md index d6110ba..d5115c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,50 @@ ## Changelog + +## [2.3.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.2.0...v2.3.2) (2018-08-07) + +### Features + +* add prop `date-format` to format time header and date tooltip ([3c27647](https://github.com/mengxiong10/vue2-datepicker/commit/3c27647)) + +### 新功能 + +* 添加属性 `date-format` 格式化时间组件头部和日期的tooltip + + +# [2.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.1.0...v2.2.0) (2018-08-06) + +### Bug Fixes + +* set input autocomplete off ([264458c](https://github.com/mengxiong10/vue2-datepicker/commit/264458c)) + +### Features + +* add event 'change-calendar-year' 'change-calendar-month' ([bc80708](https://github.com/mengxiong10/vue2-datepicker/commit/bc80708)) + +### 修复bug +* 设置input的autocomplete为off避免下拉框的干扰 + +### 新功能 + +* 添加时间'change-calendar-yeaer', 'change-calendar-month'方便联动两个窗口 + + + +# [2.1.0]() (2018-07-24) + +### Features + +* Add `type` year and month + +### 新特性 +* 添加`type` 支持月和年的单独选择 + + # [2.0.0]() (2018-06-16) -### New features +### Features * Add `clearable` used to show clear icon * Add slot `calendar-icon` to custom calendar icon @@ -31,13 +72,3 @@ * 移除了`custom-formatter` * `editable` 默认由false改成true, 现在日历范围也支持手动修改 * 当选择年或月的面板的时候不会修改日期(因为当设置了`not-before`或者`not-after`的时候会引发很多问题和bug) - - -# [2.1.0]() (2018-07-24) - -### New features - -* Add `type` year and month - -### 新特性 -* 添加`type` 支持月和年的单独选择