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.3.1 #1093

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

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

Release notes

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

v8.3.1

πŸ› Bug fix

  • Resolved range selecting issue introduced in v8.3.0

v8.3.0

πŸš€ Features

  • Added support for dragging and selecting on multi-dates (#780)
    • multi-dates prop can now accept configuration object
  • timezone prop can now accept convertModel property (#773)

πŸ› Bug Fixes

  • Fixed issue where format-locale is being ignored when parsing text-input (#768)
  • Fixed issue where filters are not being applied in month-picker mode (#769)
  • Fixed issue where year numbers are not formatted based on locale (#775)
  • Fixed issue where arrow-navigation does not jump to the next/previous row on left/right navigation (#776)
  • Fixed issue where the date hover effect is missing in different modes (#777)
  • Fixed issue where partial-range is not working with fixed-start/end (#781)
  • Fixed issue where selectOnFocus doesn't select the value with custom format on text-input (#782)

πŸ”§ Refactor

  • Revert v-model to timezone conversion before v8.1.0 (can be opted out via config) (#773)
  • Deprecated prop multi-dates-limit

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

... (truncated)

Commits
  • f5dcdcd chore: Bump version
  • f30669a chore: Update documentation
  • 5aa7ca7 chore: Bump version
  • 51fe676 fix: Resolve range select issue introduced in c9b602d8d20cc08c45a25c4753ac6...
  • dbe0010 chore: Remove source files uploaded to npm
  • edb0ee0 chore: Update documentation
  • 7e0c602 chore: Bump version, update dependencies
  • ca84f73 refactor: Reduce function complexity
  • d152019 chore: Lint files
  • c9b602d feat: Add support for drag and select on multi-dates (resolves #780)
  • 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 #1106.