2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 01:52:27 +03:00
Files
vue2-datepicker/CHANGELOG.md
T
mengxiong10 a2b5509b8c 2.13.1
2019-10-22 09:35:21 +08:00

11 KiB

2.13.1 (2019-10-22)

Bug Fixes

2.13.0 (2019-10-14)

Bug Fixes

  • removed stoppropagation (864ab83)
  • the clickoutside don't work sometimes (#326) (d9619f8)

Features

  • add prop icon-day to set calendar icon day (62c3d60)

2.12.0 (2019-06-25)

Features

2.11.2 (2019-05-15)

Bug Fixes

2.11.1 (2019-04-30)

Bug Fixes

  • close popup after select range (5823f85)

2.11.0 (2019-04-09)

Bug Fixes

  • clickoutside bad when use append-to-body (#291) (9bb6046)

Features

2.10.3 (2019-03-14)

Bug Fixes

2.10.2 (2019-03-14)

Bug Fixes

  • pick minute will affect the hour (#168) (2afed88)
  • remove the append background (e7775d6)

Performance Improvements

  • remove IE 10's clear button X (6a990d8)

2.10.1 (2019-03-11)

Performance Improvements

  • change the entity name to entity number (dbbba6b)

2.10.0 (2019-02-12)

Features

  • add prop default-value for calendar default date (#94) (4ff6945)
  • show the popup on focus and close it on blur (3bcedf5)

2.9.2 (2019-02-10)

Bug Fixes

  • the display error of the year panel header (#245) (7bc2785)

2.9.1 (2019-02-01)

Bug Fixes

  • stringify function returns a error value,when date is null (#244) (92243ab)

2.9.0 (2019-01-29)

Features

  • support custom format function (c801516)

2.8.1 (2019-01-24)

Bug Fixes

  • clickoutside event listener change capturing to bubbling (054758e)
  • use refs instead of children array (f43e3a3)

2.8.0 (2019-01-13)

Features

  • add valueType to format binding value (dd6f2ea)

2.7.0 (2019-01-08)

Bug Fixes

  • when clear input(not use clear button) the date value not changed (39d2c40)

Features

  • add class to .mx-calendar indicating the different panel (#219) (1d0a67b)
  • add prop inputAttr (2381089)

2.6.4 (2018-12-19)

Bug Fixes

  • when clear input(not use clear button) the date value not changed (39d2c40)

2.6.3 (2018-12-08)

Bug Fixes

  • fix unable set value later when range is ture (#209) (97289d1)

2.6.2 (2018-10-30)

Bug Fixes

  • calendar-change trigger in right time (b1a5a41)

Features

  • add calendar-change event (ef9314e)

2.6.1 (2018-10-17)

Bug Fixes

  • prevent popup internal click event from affecting the outside (de177d8)

Features

  • when use script type, install automatic (a310f59)

2.6.0 (2018-10-11)

Bug Fixes

Features

2.5.0 (2018-10-05)

Features

2.4.3 (2018-09-28)

Bug Fixes

Features

  • emit clear event for the clear button (e0776b6)

2.4.0 (2018-08-08)

Features

  • add prop time to show only time picker (1046731)

2.3.2 (2018-08-07)

Features

2.2.0 (2018-08-06)

Bug Fixes

  • set input autocomplete off (264458c)

Features

  • add event 'change-calendar-year' 'change-calendar-month' (bc80708)

2.1.0 (2018-07-24)

Bug Fixes

  • fecha.format need a date (1e54efc)
  • shortcut date changed to function (5cf6c72)

Features

  • add the slot footer slot-scope to confirm event (43d9fd7)
  • export the fecha to use (ac958d4)

2.0.0 (2018-06-16)

Features

  • Add clearable used to show clear icon
  • Add slot calendar-icon to custom calendar icon
  • Add slot header and footer to custom popup area
  • disabledDays supports custom functions

Breaking changes

  • Refactored code. This may fail if you hacked the code
  • 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
  • remove custom-formatter
  • editable default value changes from false to true, now supports range
  • select the year or month panel will not change the value(Because it causes many problems when set the not-before or not-after)