Update dependency vuetify to v2.4.11 #20
Merged
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.3.2
->2.4.11
Release Notes
vuetifyjs/vuetify
v2.4.11
Compare Source
🔧 Bug Fixes
v2.4.10
Compare Source
🔧 Bug Fixes
v2.4.9
Compare Source
🔧 Bug Fixes
v2.4.8
Compare Source
🔧 Bug Fixes
v2.4.7
Compare Source
🔧 Bug Fixes
v2.4.6
Compare Source
🔧 Bug Fixes
v2.4.5
Compare Source
🔧 Bug Fixes
sk
translation (#13135) (de9aa5d)v2.4.4
Compare Source
🔧Bug Fixes
v2.4.3
Compare Source
🔧 Bug Fixes
v2.4.2
Compare Source
🔧 Bug Fixes
v2.4.1
Compare Source
🔧 Bug Fixes
v2.4.0
Compare Source
v2.4.0 Endurance
The latest release (Endurance) brings multiple bug fixes, features, and quality of life changes to the Vuetify. Long awaited features such as the plain property for
v-btn
, new slots forv-carousel
, and support for a globally defined icon component. In addition, we added support for 2 new locales, Azerbaijani and Central Kurdish, improved accessibility in thev-menu
component, and new typography css classes.We resolved numerous issues related to components and features we are building in Vuetify 3 right now! If you haven't yet, check out John's talk from Vue Conf Toronto Online 2020 with more information about what to expect with the upcoming release. Keep an eye out for updates pertaining to Titan in the coming weeks.
If you have questions regarding v3, connect with us in the Vuetify Discord.
-John Leider-
Supporting Vuetify
Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
📖 Table of Contents
#Release Introduction
#Important Links
#Upgrade Guide
#Release Notes
#I need help! 🆘
Have questions? Check out our Frequently Asked Questions or join our Discord community.
❗ Important Links
Vuetify Store
Documentation
Report a Bug
Community Discord
Twitter
🤚 FAQ
📑 Upgrade guide
v-row
now has negative vertical margins in addition to the existing horizontal ones in order to fix spacing when grid components are nested (issue #11408). This change is known to cause layout problems in some cases but should be easy to fix. Discussion about this can be found in #12848.Workarounds for #11408
If you were applying your own negative margins or overriding the
v-col
padding you will need to remove these workarounds now that the bug has been fixed.Non-grid elements in
v-row
There is now no space between the two cards in the following example:
The second card needs to be either wrapped in its own
v-col
or haveclass="my-6"
added to match the grid gutters.The recommended grid structure is below, anything else is not officially supported.
💯 Release notes
v2.3.23 - v2.4.0
##### 🔧 Bug Fixes * **Grid:** collapse vertical gutters ([d0f25fc](https://togithub.com/vuetifyjs/vuetify/commit/d0f25fc59b29c385a6910dc48a111df811da3bdf)), closes [#11408](https://togithub.com/vuetifyjs/vuetify/issues/11408) * **Inputs:** reset value to null instead of undefined ([#12373](https://togithub.com/vuetifyjs/vuetify/issues/12373)) ([8e5554d](https://togithub.com/vuetifyjs/vuetify/commit/8e5554d11828258cb51e25b8bbf17808d6a8730a)), closes [#7429](https://togithub.com/vuetifyjs/vuetify/issues/7429) * **VChip:** add close button aria-label ([#12384](https://togithub.com/vuetifyjs/vuetify/issues/12384)) ([9cd505d](https://togithub.com/vuetifyjs/vuetify/commit/9cd505d026a7f851f02a5b513a1d48fa2cc590d6)) ##### 🚀 Featurestext-pre
helper class (7a03376)text-pre-wrap
utility class (#11772) (bf78f62), closes #11761<code>
styles (7877bef)shrink-on-scroll
(#12516) (8c5ee02), closes #12514hideSliders
prop (#12618) (e35d79b), closes #11138cellClass
property to headers (#11775) (8d06d45)index
prop initem*
slots (#12605) (9daeb16), closes #10646isMobile
prop in scoped slots (#12604) (e1720a8), closes #11330show-adjacent-months
prop (#12603) (8f1cf64), closes #12237counter
scoped slot (#12634) (ed46cfb), closes #9548prev
andnext
slots (#12602) (a0140b0), closes #3235v2.4.0
##### 🔧 Bug Fixes * **Grid:** collapse vertical gutters ([d0f25fc](https://togithub.com/vuetifyjs/vuetify/commit/d0f25fc59b29c385a6910dc48a111df811da3bdf)), closes [#11408](https://togithub.com/vuetifyjs/vuetify/issues/11408) ##### 🚀 Featurescounter
scoped slot (#12634) (ed46cfb), closes #9548v2.4.0-beta.0
##### 🔧 Bug Fixes🚀 Features
text-pre
helper class (7a03376)text-pre-wrap
utility class (#11772) (bf78f62), closes #11761<code>
styles (7877bef)shrink-on-scroll
(#12516) (8c5ee02), closes #12514hideSliders
prop (#12618) (e35d79b), closes #11138cellClass
property to headers (#11775) (8d06d45)index
prop initem*
slots (#12605) (9daeb16), closes #10646isMobile
prop in scoped slots (#12604) (e1720a8), closes #11330show-adjacent-months
prop (#12603) (8f1cf64), closes #12237prev
andnext
slots (#12602) (a0140b0), closes #3235🆘 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 #release-migration channel.
v2.3.23
Compare Source
🔧 Bug Fixes
v2.3.22
Compare Source
🔧Bug Fixes
v2.3.21
Compare Source
🔧 Bug Fixes
🔄 Reverts
v2.3.20
Compare Source
🔧 Bug Fixes
#12672
v2.3.19
Compare Source
🔧 Bug Fixes
v2.3.18
Compare Source
🔧 Bug Fixes
🔄 Reverts
v2.3.17
Compare Source
🔧 Bug Fixes
v2.3.16
Compare Source
🔧 Bug Fixes
v2.3.15
Compare Source
🔧 Bug Fixes
v2.3.14
Compare Source
🔧 Bug Fixes
v2.3.13
Compare Source
🔧 Bug Fixes
v2.3.12
Compare Source
Reverts
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.