freqtrade / frequi

Freqtrade UI - Frontend for Freqtrade
https://github.com/freqtrade/freqtrade
GNU General Public License v3.0
609 stars 274 forks source link

chore(deps): bump @vuepic/vue-datepicker from 9.0.3 to 10.0.0 #2150

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps @vuepic/vue-datepicker from 9.0.3 to 10.0.0.

Release notes

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

v10.0.0

⚠️ Breaking changes

  • date-fns library is updated to version 4
  • data-test attribute is renamed to data-test-id (#987)
  • alt-position now accepts any returned style and won't do any conversion (#1018)

For more info, take a look at the migration guide

🚀 Features

  • Added two new properties in the config prop
    • mobileBreakpoint allows change of mobile breakpoint (#993)
    • setDateOnMenuClose sets the date on the menu click-away (#1027)
  • Inline date picker will now emit a blur event on click away (#995)
  • Added option to force top or bottom positioning via auto-position prop (#1026)

🐛 Bug Fixes

  • Fixed issue where inline-time-picker with is-24="false" overflows the container (#990)
  • Fixed issue where selecting dates between DST and non-DST timezone results in hours updating every selection (#991)
  • Fixed issue where the marker tooltip is showing on hidden offset dates (#994)
  • Fixed issue where multi-dates select is not working when allowPreventDefault is enabled in the config (#999)
  • Fixed issue where the now button is not working properly in multi-dates mode (#1000)
  • Month range picker doesn't trigger range-start and range-end events properly (#1005) by @​jllavec
  • Fixed issue where allowed-dates are not marking disabled months in month-picker (#1008)
  • Fixed issue with typescript build error (#1023)
  • Fixed issues where on multi-calendars solo mode, next calendar keeps resetting month on range picker (#1025)
  • Fixed the issue where the clock icon is not aligned on the mobile view
Commits
  • a4b050b chore: Update documentation (fixes #998, fixes #1012)
  • 23bbbb7 fix: Disable responsive check on shadow render
  • e8ea4a4 chore: Replace npm-run-all with npm-run-all2
  • 00d4ad9 fix: Type corrections
  • 203d86f feat: Add setDateOnMenuClose in config prop (resolves #1027)
  • eba21dd fix: Multi calendars assignments
  • 72592e1 refactor: Use constant instead of inline string
  • 2956562 feat: Add option to force top or bottom position (resolves #1026)
  • e68e8fc chore: Update eslint config
  • cf34d5f fix: multi-calendars solo next calendar keeps resetting month on range pi...
  • 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)