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.3.0 #1026

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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

Release notes

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

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

  • Fixed issue with time validation not working properly when validating only time (#612)
  • Fixed prop type for teleport (#618 )
  • Fixed tab out issue when the menu is in an open state on text-input (#622)
  • Fixed issue with multi-dates not working in year-picker mode (#628)

🔧 Refactor

  • Reduced bundle size by optimizing date-fns imports f7148021064edd9dc2c542f7d96a925b08b0e1bf, d0c465afcfb7588d47d12eec859d526c27f5dd6f (#626, #627) by @​MacFJA
    • ES: -101.42 kB (-35%) and 16.99 kB (-27%) compressed
    • UMD: -67.87 kB (-32%) and 14.49 kB (-27%) compressed
    • IIFE: -3 kB (-0.01%) and 0.56 kB (-1%) compressed
  • Added id attribute to date cells in the calendar (#630)
Commits
  • bee8aef chore: Update documentation
  • 1cafcdf refactor: Code cleanup
  • 057d4fa chore: Update documentation
  • 64d22e2 fix: Correct type
  • 9066986 fix: start-date not working in month-picker mode (fixes #650)
  • cb86c08 chore: Update dependencies
  • 268b84e fix: Tab out not closing the menu (fixes #664)
  • b2caf39 fix: Missing min and max range validation on range text-input (fixes #660)
  • 0b649ff chore: Update dependencies
  • edc645b chore: Update dependencies
  • 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 #1028.