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.4.0 #1106

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

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

Release notes

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

v8.4.0

๐Ÿš€ Features

  • Added support for iso format in model-type (#804)
  • Added top-extra slot (#806)
  • Added a second parameter in the internal-model-change event with a matching value in v-model (#808)

๐Ÿ› Bug Fixes

  • Fixed issue with disabled flag on wrapper div causing unwanted behavior in Quasar framework (#800)
  • Fixed wrong borders when hovering weeks in between on ranged week-picker (#807)
  • Fixed issue with wrong classes applied in range mode including missing start and end range classes (#809)

๐Ÿ”ง Refactor

  • Arrow position in the menu will now always match the center of the input or trigger slot (#802)
    • Can be overridden in config prop

v8.3.2

๐Ÿ› Bug Fixes

  • Fixed issue with collapsed [left/right]-sidebar slots (#790)
  • Fixed issue where the date is cleared with clearable="false" in text-input mode (#791)
  • Fixed issue with auto-apply not working in month-picker and year-picker range mode (#794)
  • Fixed teleport prop type order to fix boolean casting (#798) by @โ€‹mcmimik

๐Ÿ”ง Refactor

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)

... (truncated)

Commits
  • 57b20e6 chore: Update documentation
  • fec9373 chore: Update types
  • aae1c57 refactor: Update arrow positioning logic (#802)
  • e3914d8 refactor: Pass action and top extra slot to initial render
  • 80b3b1c chore: Bump version
  • 7354fc6 feat: Add model-value mapped value in internal-model-changed event (resol...
  • f0f35c6 fix: Prevent hover class on selected week
  • 57bbfdb fix: Wrong classes added in range mode (fixes #809)
  • 5373001 fix: Wrong borders when hovering weeks in between on ranged week-picker (fi...
  • 3d88f34 feat: Add top-extra slot (resolves #806)
  • 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)