mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-09 01:32:27 +03:00
docs: update changelog cn
This commit is contained in:
@@ -1,3 +1,78 @@
|
||||
# [2.10.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.2...v2.10.0) (2019-02-12)
|
||||
|
||||
|
||||
### 新功能
|
||||
|
||||
* 添加属性default-value作为打开日历的默认时间 ([#94](https://github.com/mengxiong10/vue2-datepicker/issues/94)) ([4ff6945](https://github.com/mengxiong10/vue2-datepicker/commit/4ff6945))
|
||||
* 输入框有焦点的时候自动打开日历选择, 失去焦点时关闭 ([3bcedf5](https://github.com/mengxiong10/vue2-datepicker/commit/3bcedf5))
|
||||
|
||||
|
||||
|
||||
## [2.9.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.1...v2.9.2) (2019-02-10)
|
||||
|
||||
|
||||
### 修复Bug
|
||||
|
||||
* 选择年的面板的标题显示错误 ([#245](https://github.com/mengxiong10/vue2-datepicker/issues/245)) ([7bc2785](https://github.com/mengxiong10/vue2-datepicker/commit/7bc2785))
|
||||
|
||||
|
||||
|
||||
## [2.9.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.0...v2.9.1) (2019-02-01)
|
||||
|
||||
|
||||
### 修复Bug
|
||||
|
||||
* 修复当绑定的值是null时格式化字符串返回的时间错误 ([#244](https://github.com/mengxiong10/vue2-datepicker/issues/244)) ([92243ab](https://github.com/mengxiong10/vue2-datepicker/commit/92243ab))
|
||||
|
||||
|
||||
|
||||
# [2.9.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.8.1...v2.9.0) (2019-01-29)
|
||||
|
||||
|
||||
### 新功能
|
||||
|
||||
* 支持自定义格式化函数 ([c801516](https://github.com/mengxiong10/vue2-datepicker/commit/c801516))
|
||||
|
||||
|
||||
|
||||
## [2.8.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.8.0...v2.8.1) (2019-01-24)
|
||||
|
||||
|
||||
### 修复Bug
|
||||
|
||||
* 点击外部关闭监听的函数从捕获改成冒泡, 可以用stopPropagation 阻止关闭 ([054758e](https://github.com/mengxiong10/vue2-datepicker/commit/054758e))
|
||||
|
||||
|
||||
# [2.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.7.0...v2.8.0) (2019-01-13)
|
||||
|
||||
|
||||
### 新功能
|
||||
|
||||
* 添加属性 `valueType` 格式化绑定值 ([dd6f2ea](https://github.com/mengxiong10/vue2-datepicker/commit/dd6f2ea))
|
||||
|
||||
| 可选值 | 描述
|
||||
|-----------------|---------------------------------------
|
||||
| date | 返回的绑定值是Date对象
|
||||
| timestamp | 返回的绑定值是时间戳数字
|
||||
| format | 返回的绑定值是通过`format`属性格式化的值
|
||||
|
||||
|
||||
# [2.7.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.3...v2.7.0) (2019-01-08)
|
||||
|
||||
### 新功能
|
||||
|
||||
* 在mx-calendar元素上添加class去表明现在的窗口类型(mx-clendar-panel-(year, date, time, month)) ([#219](https://github.com/mengxiong10/vue2-datepicker/issues/219)) ([1d0a67b](https://github.com/mengxiong10/vue2-datepicker/commit/1d0a67b))
|
||||
* 添加新的属性inputAttr 去自定义input 的属性 ([2381089](https://github.com/mengxiong10/vue2-datepicker/commit/2381089))
|
||||
|
||||
|
||||
|
||||
## [2.6.4](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.3...v2.6.4) (2018-12-19)
|
||||
|
||||
|
||||
### 修复Bug
|
||||
|
||||
* 修复当手动清空输入框时间没有改变 ([39d2c40](https://github.com/mengxiong10/vue2-datepicker/commit/39d2c40))
|
||||
|
||||
## [2.6.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.2...v2.6.3) (2018-12-08)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user