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.2.0 #1086

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

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

Release notes

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

v8.2.0

πŸš€ Feature

  • Add weekDay property to aria-labels prop (#749)

πŸ› Bug Fixes

  • Fixed slow year update in text-input mode combined with range (#694)
  • Fixed issue with the aria-labels prop not being propagated to all components (#748)
  • Fixed issue with [min/max]-range not working in month-picker mode (#758)
  • Fixed hydration mismatch error in Nuxt (#762)
  • Fixed partial-flow with auto-apply not closing the menu (#764)
  • Fixed missing ariaLabels.menu on role="dialog" (#765)
  • Fixed wrong seconds mapping in time-picker range mode (#766)

v8.1.1

πŸ› Bug Fixes

  • Fixed issue with multi-dates in month-picker mode not being validated properly (#744)
  • Fixed issue where multiple dates are expanding the calendar

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)

... (truncated)

Commits
  • cae49c3 refactor: Remove redundant type
  • 62249ca chore: Update documentation
  • 119cc50 chore: Update documentation
  • 47ee66c refactor: Restructure code
  • e48e5f9 refactor: Restructure nested if statement
  • 7e19f73 chore: Update documentation
  • c1d878a style: Run prettier
  • 6aff5f1 chore: Bump version
  • cf7f28a fix: Wrong seconds mapping in time-picker range mode (fixes #766)
  • c70ef18 fix: ariaLabels.menu property not added on dialog (fixes #765)
  • 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 5 months ago

Superseded by #1093.