Open
Conversation
590b157 to
b77229f
Compare
b77229f to
b9251d5
Compare
8965f8d to
65e8ba7
Compare
5dbb2f5 to
a844c27
Compare
a844c27 to
5081fd3
Compare
5081fd3 to
c7a59b4
Compare
c7a59b4 to
d22d695
Compare
d22d695 to
f7b7201
Compare
f7b7201 to
1b350ea
Compare
1b350ea to
2229347
Compare
2229347 to
6fcaa69
Compare
6fcaa69 to
0f3dbf0
Compare
0f3dbf0 to
55846cc
Compare
c1e4200 to
87950c7
Compare
87950c7 to
17b72e8
Compare
17b72e8 to
5cce81f
Compare
5cce81f to
fc51ca1
Compare
0ca8572 to
4122e56
Compare
4122e56 to
72e4b4e
Compare
72e4b4e to
1be5f7e
Compare
1be5f7e to
92415fa
Compare
92415fa to
77226ce
Compare
6428dbb to
dc4397e
Compare
dc4397e to
2e53613
Compare
2e53613 to
4ebe50e
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.0.0-next-20220226.0→3.3.0Release Notes
vuetifyjs/vuetify (vuetify)
v3.3.0Compare Source
v3.3.0 (Icarus)
Welcome to the v3.3.0 release of Vuetify!
This MINOR release is meant to coincide with Vue v3.3 and includes a few new features and bug fixes.
The v-bottom-sheet component has hit labs and is ready for testing:
It is a modified version of v-dialog that extends from the bottom of the screen.
The group composable's model now respects selection order:
We cleaned up the Forms validation documentation and added greater control over when an input is validated.
The new
lazyoption skips validation on mount allowing you to avoid unnecessary rule invocation.The following is a table of the different validation options:
validate-on="input""blur""submit""lazy"*Uses the behavior of whatever it's combined with.
In addition, we ported over auto-select-first from v2, added loading indicators to all Data Table variants, and added Data Iterators to labs.
The team is now shifting focus to v2.7 Nirvana-lts and v3.4 (Blackguard); while also preparing to move Date Pickers and Calendars to Labs and promoting Data Tables to the core framework. These updates bring Vuetify 3 dangerously close to feature parity with Vuetify 2 and will mark a major milestone in the Vuetify 3 release cycle.
Once we have completed the above, it will free up the team to work on shoring up our GitHub issues and adding new features and functionality. Speaking of issues, in preparation for LTS, the team has been on an absolute tear triaging and dispositioning:
We hope that you enjoy this release and we look forward to rounding out the year with some exciting updates.
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-list-itemis deprecated, just use color (they did the same thing anyway)v-imgnow has an automatic width and height, so you can probably remove some flex styles and explicit dimensions💯 Release notes
🚀 Features
clientWidth/clientHeightoptions (178b013), closes #17252auto-select-firstprop (#17257) (ffb0852), closes #9270 #13788 #15528 #16508rgb()/hsl()/hsv()swatches (42f7cbd), closes #8833🔧 Bug Fixes
!defaultdeclaration (c38c018)🧪 Labs
BREAKING CHANGES
🆘 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.2.5Compare Source
🔧 Bug Fixes
v3.2.0Compare Source
v3.2.0 (Orion)
Welcome to the v3.2.0 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-btncomponents 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
MyBtncomponent in any template it will be rendered as av-btnwith 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-tabis now text💯 Release notes
🚀 Features
🔧 Bug Fixes
🧪 Labs
BREAKING CHANGES
titleprop is nowtextvisibleItemshas 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.16Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
🧪 Labs
v3.1.15Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.14Compare Source
🔧 Bug Fixes
useProxiedModel()(#17102) (f448836)🧪 Labs
v3.1.13Compare Source
This release may break some subcomponent defaults, for example
VTabs > VSlideGroupshould now just be set onVTabsinstead.🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
🔄 Reverts
v3.1.9Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
v3.1.8Compare Source
🔧 Bug Fixes
🧪 Labs
🔬 Code Refactoring
v3.1.7Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.6Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.5Compare Source
🔧 Bug Fixes
🧪 Labs
v3.1.4Compare Source
🔧 Bug Fixes
🔬 Code Refactoring
v3.1.3Compare 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 was generated by Mend Renovate. View the repository job log.