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 8.0.0 #1065

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Release notes

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

v8.0.0

⚠️ Breaking Changes

  • Default week-picker format is changed to week numbers
  • Tabbing out from the overlay will shift focus to the action row button if present
  • highlight prop types are changed to either a configuration object or a function
  • Removed deprecated props
  • id for cell days in the calendar is changed to format value instead ISO date
  • date-fns-tz dependency is removed
  • date-fns is updated to version v3 (#688)

For more info, take a look at the migration guide

🚀 Features

  • Added dp--past and dp--future classes in the calendar (#676)
  • Added range support for week-picker (#700, #665, #283)
  • Added loading prop that adds loading overlay in the menu (#722)
  • Added minMaxRawRange in the range configuration object (#732)

🐛 Bug Fixes

  • Fixed slow year update in text-input mode combined with range (#694)
  • Fixed year 0 on the second solo calendar when the range is within the first calendar (#702)
  • Fixed issue with scroll jump when selecting year range (#705)
  • Fixed unhandled error when using flow with month-picker (#712)
  • Fixed issue where the @update-month-year event is not being triggered in year-picker (#716)
  • Fixed issue where the dp-input slot is not showing on :inline={ input: true } mode (#717)
  • Fixed issue with time update on model-auto with pre-defined v-model (#719)
  • Fixed select button style override by global CSS selectors (#721)
  • Fixed issue with partial-range and predefined v-model not highlighting hovered date and resetting selection (#726)
  • Fixed issue with bypassing [min/max]-time when selected boundary values (#727)
  • Fixed issue with vue compact warnings (#728)
  • Fixed issue with word break on Chinese action button labels (#733)
  • Fixed issue with duplicated calendars when using preset-dates and :multi-calendars="{ solo: true }" (#735)
  • Fixed issue with wrong month selection in month-picker mode when the current date is greater than the days on the selected month (#736, #738)
  • Fixed wrong transitions type (#740)

🔧 Refactor

  • Update the mobile layout if the calendar width is larger than the document width (#690)
  • When tabbing out from overlay, shift focus to the action row button (#695)
  • Debounce on month-change-on-scroll is changed to a variable rate throttle (#725) by @​phillanier
  • Use format instead of ISO date split for day cell id (#729)
  • range prop can now accept configuration object
  • Deprecated the following props in favor of the range configuration object:
    • show-last-in-range
    • no-disabled-range
    • disable-time-range-validation
    • max-range

... (truncated)

Commits
  • 5fed57e chore: Update documentation
  • e198c9b refactor: Add year in week-picker format string
  • c2aa49e fix: Not utilizing disableTimeRangeValidation from default mapper
  • 9eab484 fix: new week-picker value mapper throwing error
  • 2c8f5a6 fix: Initial collapse value set to false
  • f03bbb7 chore: Code cleanup
  • b2bcac8 chore: Remove date-fns-tz dependency (followup)
  • a579db5 refactor!: Update date-fns to v3 (resolves #688)
  • 91732a4 fix: Correct transitions type (fixes #740)
  • 3826865 refactor!: Remove date-fns-tz dependency
  • 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 8 months ago

Superseded by #1072.