Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps @vuepic/vue-datepicker from 11.0.2 to 12.1.0.

Release notes

Sourced from @​vuepic/vue-datepicker's releases.

v12.1.0

🚀 Features

  • Added support for arrow-navigation in multi-calendars mode (#1086)
  • Added support for multiple range separators in text-input (#1096)
  • Added option to disable auto range start/end switch (#1114)
  • Added applyOnBlur property in text-input configuration (#1182)
  • Added WeekStart enum export by @​ChronosMasterOfAllTime (#1199)
  • Improve UI/UX for fixed start/end range hover and extending the range (#1200)
  • Added formatValue to the action-preview slot props (#1207)
  • Exposed selectDate and disabled flag to action-buttons slot (#1207)
  • Exposed internal refs dpMenuRef, dpWrapMenuRef and inputRef (#1209)
  • Added options to floating prop for customizing shift and flip middleware behaviour (#1215)

🐛 Bug Fixes

  • Fixed issue where action-extra slot is displayed inline when the sidebar slot is provided (#1202)
  • Fixed issue with missing {hours/minutes/seconds}Increment in time-config prop type definition (#1203)
  • Fixed issue with vitest failing tests when using global.stubs.teleport from vue-test-utils (#1206)
  • Fixed issue with failing to properly parse text-input date when the pattern includes short year (#1208)

🔧 Refactor

  • arrow-navigation will now start from the active element instead of top-left (#1118)
  • Refactor slot propagation across components, added type exports per mode for [left/right]-sidebar and month-year slot props

v12.0.5

🐛 Bug Fixes

  • Fixed issue with menu re-rendering while in the open state (#1192)
  • FIxed issue where de-selecting multi-dates breaks time object (#1194)
  • Fixed issue with menu not opening when centered prop is enabled by @​alexpopovme (#1195)
  • Fixed issue with calendar days shifting depending on the OS timezone (#1198)

🔧 Refactor

  • boolean HTML attributes are removed from DOM when the value is false (#1191)

v12.0.4

🐛 Bug Fixes

  • Fixed issue where multi-calendars navigation in inline mode remounts calendar on position update (#1183)
  • Fixed issue where end time resets on range date select (#1184)
  • Fixed wrong type definition for action-row slot props (#1185)
  • Fixed issue where "blur" event is being emitted on every click outside (#1186)
  • Fixed issue where clearing text-input value with auto-apply emits an empty string (#1187)
  • Fixed issue where auto-apply on range select doesn't close the menu (#1188)
  • Fixed wrong type for updateTime function in time-picker slot (#1189)
  • Fixed issue where setDateOnMenuClose triggers update:model-value to be emitted on every click outside (#1190)

... (truncated)

Commits
  • 30d8154 docs: Update docs build
  • ae336a8 docs: Update docs build
  • 7654bc6 chore: Bump version
  • 41593fb docs: Mark features available in the new version
  • 848962b feat: Expose options to floating prop for customizing shift and flip mi...
  • cfae074 feat: Expose internal refs (resolves #1209)
  • 3ffa318 fix: Use simpler regex for text-input
  • 444dae9 feat: Expose internal refs (resolves #1209)
  • 5772452 chore: Update readme
  • 572c401 fix: Unable to properly parse text-input date when the pattern includes sho...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 11.0.2 to 12.1.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Changelog](https://github.com/Vuepic/vue-datepicker/blob/main/CHANGELOG.md)
- [Commits](Vuepic/vue-datepicker@v11.0.2...v12.1.0)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant