⬆️ Update dependency vuetify to v3.6.3 #84

Merged
sebclem merged 1 commits from renovate/vuetify-3.x into main 2024-05-03 10:24:31 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies minor 3.5.17 -> 3.6.3

Release Notes

vuetifyjs/vuetify (vuetify)

v3.6.3

Compare Source

🔄 Reverts

v3.6.2

Compare Source

🔧 Bug Fixes

v3.6.1

Compare Source

See v3.6 Release here

🚀 Features
  • VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline: promote from labs (c8a03cd)
🔧 Bug Fixes
  • VSnackbar: return correct children (5056034)

v3.6.0

Compare Source

v3.6.0 (Nebula)

Welcome to the v3.6.0 release of Vuetify!


Hero

💪 Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

📑 Upgrade guide

  • If you want to opt out of the mobile data table view, set the mobile prop to false
  • Remove any manual imports of Labs components that were promoted as of this release

🏅 Component promotions

The following components have been promoted to the core framework from labs:

confirm-edit

The confirm edit component is a powerful tool that allows you to confirm changes to a field before they are saved. This is especially useful in scenarios where you want to prevent accidental changes to a field.

empty-state

The empty state component is a simple way to display a message when a list or page is empty. This is useful for informing users that there is no data to display.

fab

The floating action button is a layout aware component that is always visible on the screen. It can also be used inline in conjunction with cards and lists.

sparkline

The sparkline component is a simple way to display a small chart inline with text. This is useful for displaying trends or other data in a compact format.

speed-dial

The speed dial component is a floating action button that expands into a menu of actions. This is useful for providing quick access to common actions in a compact format.

💯 Release notes

🚀 Features
🔧 Bug Fixes
  • layout: translate full amount if element and layout size is 0 (99ea55d)
  • VDataTable: add missing scss variable for loading opacity (69b5cc8)
  • VDialog: adjust styling to better match material spec (383bbdc)
  • VNavigationDrawer: don't restrict elementSize when location is top or bottom (1ee802d)
  • VOverlay: move targetRef out of props (5e40cc8), closes #​19685
🧪 Labs

v3.5.18

Compare Source

🔧 Bug Fixes
  • locale: ko translations (#​19687) (a063f94)
  • useDirectiveComponent: cannot read properties of undefined (#​19693) (b9a588f)
  • VDatePicker: stay on current month when selecting multiple (2d13e36)
  • VSnackbar: make touchstart listener passive (24d1066)
  • VSnackbar: conditionally load layout styles (9504efa), closes #​19717
🧪 Labs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vuetify](https://vuetifyjs.com) ([source](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | dependencies | minor | [`3.5.17` -> `3.6.3`](https://renovatebot.com/diffs/npm/vuetify/3.5.17/3.6.3) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.6.3`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.3) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.2...v3.6.3) ##### :arrows_counterclockwise: Reverts - Revert "fix(VDataTable): selection duplication ([#&#8203;18908](https://github.com/vuetifyjs/vuetify/issues/18908))" ([0ad2992](https://github.com/vuetifyjs/vuetify/commit/0ad29920f63faf27ca2dfe6ed6ea3405ed6d9b61)), closes [#&#8203;18908](https://github.com/vuetifyjs/vuetify/issues/18908) ### [`v3.6.2`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.2) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.1...v3.6.2) ##### :wrench: Bug Fixes - **VDataTable:** select all showing when not enabled on mobile ([#&#8203;19727](https://github.com/vuetifyjs/vuetify/issues/19727)) ([0825e2d](https://github.com/vuetifyjs/vuetify/commit/0825e2dece85325b1d54a087dfe398238706b032)) - **VDatePicker:** wrong month displayed in header ([#&#8203;19721](https://github.com/vuetifyjs/vuetify/issues/19721)) ([b0d42c9](https://github.com/vuetifyjs/vuetify/commit/b0d42c9f2b1fe7795ca62bd12d64294bc2cf9518)), closes [#&#8203;19126](https://github.com/vuetifyjs/vuetify/issues/19126) - **VFileInput:** update:modelValue emit value ([002ae8d](https://github.com/vuetifyjs/vuetify/commit/002ae8d553275dfaea5c461bbed2e854293f8e21)) - **VHover:** null isHovering by default ([#&#8203;19623](https://github.com/vuetifyjs/vuetify/issues/19623)) ([75ed37b](https://github.com/vuetifyjs/vuetify/commit/75ed37b6eeda4434c73bd2089e2fa528ce6323d6)), closes [#&#8203;19601](https://github.com/vuetifyjs/vuetify/issues/19601) ### [`v3.6.1`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.1) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.0...v3.6.1) ### See v3.6 Release [here](https://vuetifyjs.com/en/getting-started/release-notes/?version=v3.6.0) ##### :rocket: Features - **VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline:** promote from labs ([c8a03cd](https://github.com/vuetifyjs/vuetify/commit/c8a03cd924d9f12cf818bb910a76f16cee822a38)) ##### :wrench: Bug Fixes - **VSnackbar:** return correct children ([5056034](https://github.com/vuetifyjs/vuetify/commit/50560341e363ff554a634bb417df571c1650a33f)) ### [`v3.6.0`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.0) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.5.18...v3.6.0) <h1 id="release-introduction" class="text-h4">v3.6.0 (Nebula)</h1> Welcome to the v3.6.0 release of Vuetify! *** ![Hero](https://cdn.vuetifyjs.com/docs/images/release-banners/nebula-36.png) <h3 id="support-vuetify-development">💪 Support Vuetify Development</h3> Vuetify is an open source MIT project that has been made possible due to the generous contributions by our [sponsors and backers](https://vuetifyjs.com/introduction/sponsors-and-backers/). If you are interested in supporting this project, please consider: - [Requesting Enterprise Support](https://support.vuetifyjs.com/) - [Sponsoring John on Github](https://github.com/users/johnleider/sponsorship) - [Sponsoring Kael on Github](https://github.com/users/kaelwd/sponsorship) - [Supporting the team on Open Collective](https://opencollective.com/vuetify) - [Becoming a sponsor on Patreon](https://www.patreon.com/vuetify) - [Making a one-time donation with Paypal](https://paypal.me/vuetify) <h2 id="table-of-contents">📖 Table of Contents</h2> - [#Important links](#user-content-important-links) - [#Upgrade guide](#user-content-upgrade-guide) - [#Component promotions](#user-content-component-promotions) - [#Release notes](#user-content-release-notes) <h2 id="important-links">❗️ Important links</h2> - 📄 [Docs](https://vuetifyjs.com/) - 🚨 [Issues](https://issues.vuetifyjs.com/) - 🏬 [Store](https://store.vuetifyjs.com/) - 🎮 [Play](https://play.vuetifyjs.com/) - 💬 [Discord](https://community.vuetifyjs.com) - 🗑️ [Bins](https://bin.vuetifyjs.com/) <h2 id="upgrade-guide">📑 Upgrade guide</h2> - If you want to opt out of the mobile data table view, set the **mobile** prop to **false** - Remove any manual imports of Labs components that were promoted as of this release <h2 id="release-notes">🏅 Component promotions</h2> The following components have been promoted to the core framework from labs: - [VConfirmEdit](https://vuetifyjs.com/components/confirm-edit/) ![confirm-edit](https://github.com/vuetifyjs/vuetify/assets/9064066/ef81fdcb-08e7-4708-9d6f-c0e34e39f915) The confirm edit component is a powerful tool that allows you to confirm changes to a field before they are saved. This is especially useful in scenarios where you want to prevent accidental changes to a field. - [VEmptyState](https://vuetifyjs.com/components/empty-states/) ![empty-state](https://github.com/vuetifyjs/vuetify/assets/9064066/b9c837d5-2fe2-49d5-8dae-115384a69a7d) The empty state component is a simple way to display a message when a list or page is empty. This is useful for informing users that there is no data to display. - [VFab](https://vuetifyjs.com/components/floating-action-buttons/) ![fab](https://github.com/vuetifyjs/vuetify/assets/9064066/465b906e-dd1c-440b-9841-38c573c43373) The floating action button is a layout aware component that is always visible on the screen. It can also be used inline in conjunction with cards and lists. - [VSparkline](https://vuetifyjs.com/components/sparklines/) ![sparkline](https://github.com/vuetifyjs/vuetify/assets/9064066/2afd583b-8113-4986-b770-c4af464a9e2f) The sparkline component is a simple way to display a small chart inline with text. This is useful for displaying trends or other data in a compact format. - [VSpeedDial](https://vuetifyjs.com/components/speed-dials/) ![speed-dial](https://github.com/vuetifyjs/vuetify/assets/9064066/819a076f-c057-4ba6-8076-0ccdd2a71702) The speed dial component is a floating action button that expands into a menu of actions. This is useful for providing quick access to common actions in a compact format. <h2 id="release-notes">💯 Release notes</h2> ##### :rocket: Features - **display:** add explicit prop that overrides mobile state ([fafc39f](https://github.com/vuetifyjs/vuetify/commit/fafc39f5d27cf0d6c5870bd18b43d84622ed6d11)) - **framework:** support css cascade layers ([#&#8203;19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4)) - **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92)) - **VDataTable:** add mobile view ([#&#8203;19431](https://github.com/vuetifyjs/vuetify/issues/19431)) ([66880ce](https://github.com/vuetifyjs/vuetify/commit/66880ce3a2a7899d4c63372713fca14971beb06f)) - **VLayout:** add dimension support ([0114108](https://github.com/vuetifyjs/vuetify/commit/01141086f3482b40f03457a59de11fa6c8229210)) - **VNavigationDrawer:** add new persistent prop ([#&#8203;19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e)) - **VSlideGroup:** replace css transform with native scroll ([#&#8203;17286](https://github.com/vuetifyjs/vuetify/issues/17286)) ([93bd7b5](https://github.com/vuetifyjs/vuetify/commit/93bd7b554284b074c5add2e6ef14f65cb9f27660)) ##### :wrench: Bug Fixes - **layout:** translate full amount if element and layout size is 0 ([99ea55d](https://github.com/vuetifyjs/vuetify/commit/99ea55d2debbab3c7941b9a8b2070258261d8c48)) - **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612)) - **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d)) - **VNavigationDrawer:** don't restrict elementSize when location is top or bottom ([1ee802d](https://github.com/vuetifyjs/vuetify/commit/1ee802dbcd25e38ad8be627ba531d680df5d1f04)) - **VOverlay:** move targetRef out of props ([5e40cc8](https://github.com/vuetifyjs/vuetify/commit/5e40cc89fd1d944bcc338802e4ed286dacc7fbda)), closes [#&#8203;19685](https://github.com/vuetifyjs/vuetify/issues/19685) ##### :test_tube: Labs - **VDateInput:** add new component ([#&#8203;19680](https://github.com/vuetifyjs/vuetify/issues/19680)) ([e9d132f](https://github.com/vuetifyjs/vuetify/commit/e9d132ffe6050e4acac3bf455083b3a1a03957fc)) - **VPullToRefresh:** add new component ([#&#8203;19666](https://github.com/vuetifyjs/vuetify/issues/19666)) ([1816775](https://github.com/vuetifyjs/vuetify/commit/18167753354c30ee88fc1a08588193c530ac2d40)) - **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366)) ### [`v3.5.18`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.5.18) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.5.18) ##### :wrench: Bug Fixes - **locale:** ko translations ([#&#8203;19687](https://github.com/vuetifyjs/vuetify/issues/19687)) ([a063f94](https://github.com/vuetifyjs/vuetify/commit/a063f9495053da27b5fa06f05ad26bb2d036fab0)) - **useDirectiveComponent:** cannot read properties of undefined ([#&#8203;19693](https://github.com/vuetifyjs/vuetify/issues/19693)) ([b9a588f](https://github.com/vuetifyjs/vuetify/commit/b9a588fe8a634dcd80546edf4124873e497cf494)) - **VDatePicker:** stay on current month when selecting multiple ([2d13e36](https://github.com/vuetifyjs/vuetify/commit/2d13e368eb998b13f40feb64e687f586aecfd2cc)) - **VSnackbar:** make touchstart listener passive ([24d1066](https://github.com/vuetifyjs/vuetify/commit/24d1066408d58479422bec9fd2bd94c7b578b82b)) - **VSnackbar:** conditionally load layout styles ([9504efa](https://github.com/vuetifyjs/vuetify/commit/9504efad850198bdf6062b02db12879b4bf125f2)), closes [#&#8203;19717](https://github.com/vuetifyjs/vuetify/issues/19717) ##### :test_tube: Labs - **VCalendar:** remove background for week view mode ([#&#8203;19681](https://github.com/vuetifyjs/vuetify/issues/19681)) ([1ce2879](https://github.com/vuetifyjs/vuetify/commit/1ce28790b08e6bc887cfb6bf52a8472a5041b114)), closes [#&#8203;18988](https://github.com/vuetifyjs/vuetify/issues/18988) - **VSpeedDial:** remove mode designator on transition ([2c726a5](https://github.com/vuetifyjs/vuetify/commit/2c726a52d479c4333df832290917fd1775f7b0f1)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-05-02 03:09:00 +02:00
⬆️ Update dependency vuetify to v3.6.2
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/pr/preview Pipeline was successful
2a34487f08
Owner

Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-84.surge.sh

<!--woodpeckerci-plugin-surge-preview--> Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-84.surge.sh
renovate-bot force-pushed renovate/vuetify-3.x from 2a34487f08 to dfc3996ede 2024-05-03 03:05:01 +02:00 Compare
renovate-bot changed title from ⬆️ Update dependency vuetify to v3.6.2 to ⬆️ Update dependency vuetify to v3.6.3 2024-05-03 03:05:09 +02:00
sebclem merged commit 8894670e8b into main 2024-05-03 10:24:31 +02:00
sebclem deleted branch renovate/vuetify-3.x 2024-05-03 10:24:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/Claptrap-ui#84
No description provided.