Skip to content

Releases: Vuepic/vue-datepicker

v4.0.1

17 Feb 15:08
af77265
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed disabled auto-position not recalculating position on scroll
  • Fixed the wrong type for the alt-position function (comment)
  • Fixed wrong positioning (comment 1, comment 2)

v4.0.0

16 Feb 20:00
c300499
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Datepicker will use regular DOM order to place the menu instead of the teleport
    • teleport prop is removed
    • alt-position boolean prop is removed
  • Custom components props are removed
  • week-numbers prop is extended to support custom function and local mode, boolean value is removed (#276, #282)

🐛 Bug Fixes

  • Fixed wrong positioning issue on mobile
  • Fixed event handlers' interference with other components (#270)
  • Fixed the issue where the menu stays in its initial position when a direct parent is scrollable (#253)

🔧 Refactor

  • tooltip-[open/close] event will send full marker object (#279)

v3.6.8

08 Feb 17:29
e17d6b9
Compare
Choose a tag to compare

🚀 Features

  • New events added [open/close]-tooltip and invalid-fixed-range (#264, #266)
  • model-type will now work with month-picker and time-picker (#268)

🐛 Bug Fixes

  • Fixed view sync with multi-calendars and preset-ranges (#261)
  • Fixed no-disabled-range not working with fixed-start or fixed-end (#263)
  • Fixed preview-format not being reactive (#267)
  • Fixed param typo in the marker-tooltip slot

🔧 Refactor

  • Allow partial parsing on range text-input (#262)
  • (⚠️ potentially breaking if you changed overlay css) Overlay button will not overlap content in overlays (#269)

v3.6.7

01 Feb 21:07
19eaf05
Compare
Choose a tag to compare

🐛 Bug fix

  • Revert date-fns-tz update (#260)

v3.6.6

01 Feb 19:30
7112b34
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed issue when loading the library in vue-cli (#226, #218)
  • Fixed auto-apply not working after switching month or year (#245)
  • Fixed issue with hidden month-picker when sidebar slots are used (#249)
  • Fixed issue where the selected value view in week-picker mode is not shown when opening calendar (#251)
  • Fixed issue where day slot was active on hide-offset-dates (#255)
  • Fixed issue where external model-value change is not synced (#256)
  • Fixed the update-month-year event not emitting when scrolling over the calendar 441f96e (#257)
  • Fixed error on assigning start-date on multi-calendars mode (#259)

🔧 Refactor

  • Mark times outside min and max time disabled (#254)

v3.6.5

14 Jan 12:37
ec3b316
Compare
Choose a tag to compare

🚀 Feature

  • New method to programmatically set month and year view (#227)

🐛 Bug Fixes

  • Fixed issue with horizontal auto-positioning on mobile view (#225)
  • Fixed error when unselecting all dates in multi-dates mode 05fc017 (#236)
  • Fixed issue where markers are shown on hidden offset dates (#238)
  • Fixed stopDefault preventing click events from slots (#241)
  • Fixed missing support for text-input in multi-dates mode (#242)

🔧 Refactor

  • Expose disabled state to action-row slot (#228)
  • Respect flow on auto-apply (#235)
  • Added support for prevent-min-max-navigation in month-picker mode (#240)

v3.6.4

02 Jan 17:42
3654b30
Compare
Choose a tag to compare

🚀 Feature

  • Make disabled-dates work with month-picker (#214)

🐛 Bug Fixes

  • Fixed issue where watcher caused weird behavior in multi-calendars mode (#216)
  • Fixed issue with the end time in range resetting to the current time (#217)
  • Fixed dp__cell_highlight_active class not being applied (#220)
  • Fixed issue when changing months while the calendar is above the input causing it to drop down

v3.6.3

11 Dec 22:07
35f50d7
Compare
Choose a tag to compare

🧹 Chore

  • Reverted type declarations into index.d.ts because the JetBrains IDEs do not recognize the auto-generated ones.

v3.6.2

11 Dec 13:14
10a7346
Compare
Choose a tag to compare

🚀 Features

  • New slots added [month/year]-overlay and [month/year]-overlay-header (#211)

🔧 Refactor

  • Bump Vite to v4
  • Include all generated types in dist folder

v3.6.1

06 Dec 17:26
9ced745
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed ... not a default export error in nuxt and vue-cli (#202, #205, #210)
  • Prevent v-model emitting on input focus with inline-with-input and auto-apply props combination (#203)

🔧 Refactor

  • Auto-generate type definitions on build 160008d (#206)