fix(deps): update dependency vuetify to v3 #192
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.15
->3.2.5
Release Notes
vuetifyjs/vuetify
v3.2.5
Compare Source
🔧 Bug Fixes
v3.2.4
Compare Source
🔧 Bug Fixes
0a681c8
(243aba5), closes #17344🔬 Code Refactoring
v3.2.3
Compare Source
🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
v3.2.2
Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
v3.2.1
Compare Source
🚀 Features
v3.2.0
Compare Source
v3.2.0 (Orion)
Welcome to the v3.2 release of Vuetify! The team has been hard at work on some exciting new updates and we're excited to finally get it into your hands!
Orion has a huge focus on improving the defaults engine and giving users more tools to customize their application. We started by adding support for global class and style defaults; then hooked it up to virtual components.
For example, you can set the default class for all
v-btn
components to bemy-btn
:The same is possible for virtual components as well. Simply alias a core component and reference it by its name in the config object:
Whenever you use the
MyBtn
component in any template it will be rendered as av-btn
with the default props applied:Finally, we made our defaults composable publicly available. Now you can hook your custom components into the defaults engine and configure your entire application from a single source.
The defaults composable also works with nested configurations. This works in any combination of virtual, custom, and core Vuetify components.
For example, you can create a custom component that modifies the default behavior of its children:
Some other big feature updates in this release include:
With v3.2 complete, the team is preparing for v2.7-lts (Nirvana) and the next v3 release, Icarus. We've recently updated our roadmap to be more transparent about our plans for the future; as well as improve the information about each release. Also, we've drastically improved the performance of the documentation and added new tools, such as 🎮Vuetify Play, to all component examples.
We hope that you enjoy this release as much as we have enjoyed working on it.
Until next time,
John Leider
💪 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
❗️ Important Links
📑 Upgrade guide
v-tab
is now text💯 Release notes
🚀 Features
🔧 Bug Fixes
🧪 Labs
BREAKING CHANGES
title
prop is nowtext
visibleItems
has been removed🆘 I need help!
If you are stuck and need help, don't fret! We have a very large and dedicated community that is able to provide help 24/7. Come to the #vuetify-3-help channel.
v3.1.16
Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
🧪 Labs
v3.1.15
Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.14
Compare Source
🔧 Bug Fixes
useProxiedModel()
(#17102) (f448836)🧪 Labs
v3.1.13
Compare Source
This release may break some subcomponent defaults, for example
VTabs > VSlideGroup
should now just be set onVTabs
instead.🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
🔄 Reverts
v3.1.12
Compare Source
🔧 Bug Fixes
aria-role
withrole
(#16977) (3155c2e)🧪 Labs
🔬 Code Refactoring
🔄 Reverts
v3.1.11
Compare Source
🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
v3.1.10
Compare Source
🔧 Bug Fixes
🔄 Reverts
v3.1.9
Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
v3.1.8
Compare Source
🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
v3.1.7
Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.6
Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.5
Compare Source
🔧 Bug Fixes
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.
This PR has been generated by Renovate Bot.