Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vuetify to v2.4.2 #74

Merged
merged 1 commit into from
Jan 9, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuetify (source) 2.3.16 -> 2.4.2 age adoption passing confidence

Release Notes

vuetifyjs/vuetify

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 for v-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 the v-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.

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:

<v-row>
  <v-col>
    <v-card></v-card>
  </v-col>
  <v-card></v-card>
</v-row>

The second card needs to be either wrapped in its own v-col or have class="my-6" added to match the grid gutters.

The recommended grid structure is below, anything else is not officially supported.

<v-container>
  <v-row>
    <v-col>
      <!-- Other elements go here -->
    </v-col>
  </v-row>
</v-container>

💯 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)) ##### 🚀 Features
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) ##### 🚀 Features
v2.4.0-beta.0 ##### 🔧 Bug Fixes
🚀 Features

🆘 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

v2.3.19

Compare Source

🔧 Bug Fixes

v2.3.18

Compare Source

🔧 Bug Fixes
🔄 Reverts

v2.3.17

Compare Source

🔧 Bug Fixes

Renovate 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.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from f9fe2a2 to 7363673 Compare November 17, 2020 16:16
@renovate renovate bot changed the title Update dependency vuetify to v2.3.17 Update dependency vuetify to v2.3.18 Nov 17, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 7363673 to 30cd6b5 Compare November 24, 2020 20:48
@renovate renovate bot changed the title Update dependency vuetify to v2.3.18 Update dependency vuetify to v2.3.19 Nov 24, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 30cd6b5 to 818e9a2 Compare December 8, 2020 21:36
@renovate renovate bot changed the title Update dependency vuetify to v2.3.19 Update dependency vuetify to v2.3.20 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 818e9a2 to 178dd25 Compare December 9, 2020 21:50
@renovate renovate bot changed the title Update dependency vuetify to v2.3.20 Update dependency vuetify to v2.3.21 Dec 9, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 178dd25 to e0dc9da Compare December 23, 2020 00:29
@renovate renovate bot changed the title Update dependency vuetify to v2.3.21 Update dependency vuetify to v2.3.22 Dec 23, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from e0dc9da to 1727186 Compare December 23, 2020 16:16
@renovate renovate bot changed the title Update dependency vuetify to v2.3.22 Update dependency vuetify to v2.3.23 Dec 23, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 1727186 to 92a7dc2 Compare December 23, 2020 16:40
@renovate renovate bot changed the title Update dependency vuetify to v2.3.23 Update dependency vuetify to v2.4.0 Dec 23, 2020
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from 92a7dc2 to d387eac Compare January 6, 2021 02:35
@renovate renovate bot changed the title Update dependency vuetify to v2.4.0 Update dependency vuetify to v2.4.1 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/vuetify-2.x branch from d387eac to 3694050 Compare January 6, 2021 21:11
@renovate renovate bot changed the title Update dependency vuetify to v2.4.1 Update dependency vuetify to v2.4.2 Jan 6, 2021
@megos megos merged commit dd4f9a5 into master Jan 9, 2021
@renovate renovate bot deleted the renovate/vuetify-2.x branch January 9, 2021 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants