Bump @vuepic/vue-datepicker from 3.6.8 to 5.1.2 #54

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/vuepic/vue-datepicker-5.1.2 into main 2023-05-25 02:16:17 +00:00
dependabot[bot] commented 2023-05-25 01:07:58 +00:00 (Migrated from github.com)

Bumps @vuepic/vue-datepicker from 3.6.8 to 5.1.2.

Release notes

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

v5.1.2

🐛 Bug Fixes

  • Fixed enterSubmit not working with the disabled openMenu option in text-input-options (#390)
  • Fixed type error for transition prop 02b5fcda245324247f16029c25327c41473c0c12 (#391)
  • Fixed issue where textInputOptions.format not reverting to format after parsed date (#392)

v5.1.1

🐛 Bug Fix

  • Removed console.log 1030d83bdad36ef7d683f23778097c678a076bc6 (#389)

🪄Enhancement

  • dp-input slot now has exposed the isMenuOpen prop (#385)

v5.1.0

🚀 Features

  • New events: time-picker-close and am-pm-change (#377, #379)
  • New prop: disable-year-select (#381)

🐛 Bug Fixes

  • Fixed the issue causing the menu to close when auto-apply and text-input are enabled (#380)
  • Fixed double mount issue in the menu components (#383)

v5.0.1

🐛 Bug Fixes

  • Set type="button" on <button> elements (#374)
  • Fix types exports in TS ^5 b4b59d17d6985efe9485cb03082a0c9df61edd38 (#375)

v5.0.0

⚠️ Breaking Changes

  • Now button is moved to the action row
  • sass variables and import are removed
  • Renames:
    • now-button slot is renamed to action-extra
    • action-select slot is renamed to action-buttons
  • prevenDefault is not called on mousedown | pointerdown events anymore in the menu (needs to be set explicitly)

🚀 Features

  • New prop action-row
  • dp-input slot now has exposed all internal input functions (#366)
  • six-weeks support for multiple options (#370)

🐛 Bug Fixes

... (truncated)

Commits
  • 30650ae chore: Update documentation
  • adb331e fix: textInputOptions.format not reverting to default format (fixes #392)
  • cf876a4 fix: Fix enterSubmit not working with disabled openMenu option (fixes #390)
  • ca51b18 chore: Bump version
  • e47c42d Merge pull request #391 from IvanKushchenko/datepicker-props-interface-transi...
  • 02b5fcd Fix VueDatePickerProps interface transitions prop
  • db15210 chore: Update documentation
  • b76bb53 chore: Bump version
  • e999071 feat: Pass isMenuOpen to dp-input slot (resolves #385)
  • 06d135e Merge pull request #389 from F-Node-Karlsruhe/rm-console-log
  • 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 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)
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 3.6.8 to 5.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Vuepic/vue-datepicker/releases"><code>@​vuepic/vue-datepicker</code>'s releases</a>.</em></p> <blockquote> <h2>v5.1.2</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Fixed <code>enterSubmit</code> not working with the disabled <code>openMenu</code> option in <code>text-input-options</code> (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/390">#390</a>)</li> <li>Fixed type error for <code>transition</code> prop 02b5fcda245324247f16029c25327c41473c0c12 (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/391">#391</a>)</li> <li>Fixed issue where <code>textInputOptions.format</code> not reverting to <code>format</code> after parsed date (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/392">#392</a>)</li> </ul> <h2>v5.1.1</h2> <h2>🐛 Bug Fix</h2> <ul> <li>Removed console.log 1030d83bdad36ef7d683f23778097c678a076bc6 (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/389">#389</a>)</li> </ul> <h2>🪄Enhancement</h2> <ul> <li><code>dp-input</code> slot now has exposed the <code>isMenuOpen</code> prop (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/385">#385</a>)</li> </ul> <h2>v5.1.0</h2> <h2>🚀 Features</h2> <ul> <li>New events: <code>time-picker-close</code> and <code>am-pm-change</code> (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/377">#377</a>, <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/379">#379</a>)</li> <li>New prop: <code>disable-year-select</code> (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/381">#381</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fixed the issue causing the menu to close when <code>auto-apply</code> and <code>text-input</code> are enabled (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/380">#380</a>)</li> <li>Fixed double mount issue in the menu components (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/383">#383</a>)</li> </ul> <h2>v5.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Set <code>type=&quot;button&quot;</code> on <code>&lt;button&gt;</code> elements (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/374">#374</a>)</li> <li>Fix types exports in <code>TS ^5</code> b4b59d17d6985efe9485cb03082a0c9df61edd38 (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/375">#375</a>)</li> </ul> <h2>v5.0.0</h2> <h2>⚠️ Breaking Changes</h2> <ul> <li><code>Now</code> button is moved to the action row</li> <li><code>sass</code> variables and import are removed</li> <li>Renames: <ul> <li><code>now-button</code> slot is renamed to <code>action-extra</code></li> <li><code>action-select</code> slot is renamed to <code>action-buttons</code></li> </ul> </li> <li><code>prevenDefault</code> is not called on <code>mousedown | pointerdown</code> events anymore in the menu (needs to be set explicitly)</li> </ul> <h2>🚀 Features</h2> <ul> <li>New prop <code>action-row</code></li> <li><code>dp-input</code> slot now has exposed all internal input functions (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/366">#366</a>)</li> <li><code>six-weeks</code> support for multiple options (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/370">#370</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/30650ae5711c981a7ad24688dcf81cf4a466c564"><code>30650ae</code></a> chore: Update documentation</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/adb331e4e0bd5b40feda0788b53c2e0c7ada132b"><code>adb331e</code></a> fix: <code>textInputOptions.format</code> not reverting to default format (fixes <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/392">#392</a>)</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/cf876a4fab0871648740d22689dba30c7ec34dac"><code>cf876a4</code></a> fix: Fix <code>enterSubmit</code> not working with disabled <code>openMenu</code> option (fixes <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/390">#390</a>)</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/ca51b182c5d281dc51c94bc02a2b4e64090f9eae"><code>ca51b18</code></a> chore: Bump version</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/e47c42df023061adac6096e39b664a4318639c67"><code>e47c42d</code></a> Merge pull request <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/391">#391</a> from IvanKushchenko/datepicker-props-interface-transi...</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/02b5fcda245324247f16029c25327c41473c0c12"><code>02b5fcd</code></a> Fix VueDatePickerProps interface transitions prop</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/db15210b909fc8cd70cdeed7d8e91ee4165fe953"><code>db15210</code></a> chore: Update documentation</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/b76bb53975060b89e06b1400b93e7e4b9ee397e4"><code>b76bb53</code></a> chore: Bump version</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/e9990719e77061b055d5d1f9569ba43f3c4948bd"><code>e999071</code></a> feat: Pass <code>isMenuOpen</code> to <code>dp-input</code> slot (resolves <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/385">#385</a>)</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/06d135e310dba6436b8ecc073eeb1f6350db11cf"><code>06d135e</code></a> Merge pull request <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/389">#389</a> from F-Node-Karlsruhe/rm-console-log</li> <li>Additional commits viewable in <a href="https://github.com/Vuepic/vue-datepicker/compare/v3.6.8...v5.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vuepic/vue-datepicker&package-manager=npm_and_yarn&previous-version=3.6.8&new-version=5.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Sign in to join this conversation.