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.1.0 #1072

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

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

Release notes

Sourced from @โ€‹vuepic/vue-datepicker's releases.

v8.1.0

๐Ÿš€ Features

  • The timezone prop is extended with the configuration object
  • Added fixedStart and fixedEnd range support to month-picker (#742)

๐Ÿ› Bug Fixes

  • Fixed slow year update in text-input mode combined with range (#694)
  • Fixed issue with time update on model-auto with pre-defined v-model (#719)
  • Fixed issue causing stretched menu after device rotation (#739)

๐Ÿ”ง Refactor

  • โš ๏ธ Timezone validation rewrite
    • (Pottentionaly breaking), make sure to check the updated configuration
  • Rewritten internal handling of props that provide date values
  • Deprecated prop emit-timezone

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)

... (truncated)

Commits
  • 1c2c90a chore: Update documentation
  • e2b7be6 chore: Bump version
  • 2076b14 test: Adjust test cases
  • 29a1e01 refactor: Code cleanup
  • 4d4f7f5 fix: Stretched menu after device rotation (fixes #739)
  • 4b58f5c feat: Add fixedStart and fixedEnd range support to month-picker (reso...
  • b61e1ed fix: Failing test
  • b0e62fd chore: Update types
  • 485b532 fix: Time not updating on model-auto with provided single date in v-model...
  • 43839c9 fix: Calendar freeze when year is out of range (fixes #694)
  • 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 6 months ago

Superseded by #1079.