pressbooks / pressbooks-book-directory-fe

A Vue.js frontend for the Pressbooks Directory
0 stars 1 forks source link

build(deps): bump @vuepic/vue-datepicker from 7.2.0 to 7.4.0 #1028

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps @vuepic/vue-datepicker from 7.2.0 to 7.4.0.

Release notes

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

v7.4.0

πŸš€ Feature

  • Exposed openMenu, closeMenu and toggleMenu functions to the dp-input slot (#673)

πŸ› Bug Fixes

  • Fixed missing week-numbers prop object type definition (#667)
  • Fixed issue with focusing out from the input field and not focusing on the next/previous element (#668)
  • Fixed issue with flow not working in month-picker mode (#669)

πŸ”§ Refactor

  • Added debounce on month-change-on-scroll (#671)
  • Added conditional operators on global event listeners (#672)

v7.3.0

πŸš€ Features

  • Expose toggleMenu function (#644)
  • Added support for preset-dates in month-picker mode (#647)
  • Extended week-numbers prop to allow hiding on weeks with only offset dates (#648)
  • New property added in the config prop tabOutClosesMenu (#664)

πŸ› Bug fixes

  • Fixed missing date 31 when the timezone is used where the 31st is the only date in the last week of the month (#641)
  • Fixed validation issue when using the timezone and [min/max]-date (#642)
  • Fixed issue where markers are not positioned properly when timezone is used (#643)
  • Fixed issue where the multi-calendars solo option jumps months on new selection (#649)
  • Fixed issue where start-date is ignored on year-picker and month-picker modes (#650)
  • Fixed issue with multi-dates containing pre-defined disabled dates not updating v-model value (#651)
  • Fixed menu open when used inside web components 962b70522e27235bc8cec8429281febd75c0726c (#657) by @​LouisAndrew
  • Fixed [min/max] range validation not working in text-input mode (#660)
  • Fixed issue where menu closes on overlay click when used inside <label> tag (#661)
  • Fixed issue with tabbing out of the menu not closing the menu (#664)

πŸ”§ Refactor

  • Deprecated prop types string | function for week-numbers prop

v7.2.2

πŸ› Bug Fixes

  • Fixed issue with nuxt installation (revert bundle optimization) (#634, #635)
  • Fixed disabled state for time-picker in inline mode (#636)
  • Fixed CSS on the highlighted date when using week-picker (#637)

v7.2.1

πŸ› Bug Fixes

... (truncated)

Commits
  • 8050dc8 chore: Update documentation
  • c31b53b chore: Bump version
  • 1122bf1 feat: Expose menu actions to dp-input slot (resolves #673)
  • fba610d refactor: Add debounce on calendar month-change-on-scroll (fixes #671)
  • 2261738 fix: Add conditional operator for event listener (fixes #672)
  • 2a23dd8 chore: Remove redundant type assertion
  • d4eff4d chore: Bump version
  • ce2628f fix: flow not working in month-picker mode (fixes #669)
  • bcd8bc9 chore: Remove unused import
  • 4292a19 fix: Test failing
  • 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 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)
dependabot[bot] commented 9 months ago

Superseded by #1052.