This repository was archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
⬆️ Update dependency vuetify to v2 (vuetify-1.x) #129
Open
renovate
wants to merge
1
commit into
vuetify-1.x
Choose a base branch
from
renovate/vuetify-1.x-vuetify-2.x
base: vuetify-1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/justhannes/nuxt-typescript-vuetify/bkribq8a5 [Deployment for eccc795 failed] |
703281b
to
da36fef
Compare
da36fef
to
9768301
Compare
9768301
to
200ff44
Compare
200ff44
to
4c84612
Compare
4c84612
to
22da40b
Compare
22da40b
to
c2da8df
Compare
c2da8df
to
e2a2aef
Compare
e2a2aef
to
d8b3dc2
Compare
d8b3dc2
to
6f89a3a
Compare
6f89a3a
to
ab4c8c4
Compare
e40c335
to
9256ab8
Compare
9256ab8
to
7a09d27
Compare
7a09d27
to
5e8ae80
Compare
5e8ae80
to
071654d
Compare
071654d
to
2247442
Compare
2247442
to
eccc795
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
1.5.24
->2.3.15
Release Notes
vuetifyjs/vuetify
v2.3.15
Compare Source
🔧 Bug Fixes
v2.3.14
Compare Source
🔧 Bug Fixes
v2.3.13
Compare Source
v2.3.12
Compare Source
v2.3.11
Compare Source
v2.3.10
Compare Source
v2.3.9
Compare Source
v2.3.8
Compare Source
v2.3.7
Compare Source
v2.3.6
Compare Source
v2.3.5
Compare Source
v2.3.4
Compare Source
v2.3.3
Compare Source
🔧 Bug Fixes
v2.3.2
Compare Source
🔧 Bug Fixes
v2.3.1
Compare Source
🔧 Bug Fixes
e83a203
(8c650e4), closes #11629v2.3.0
Compare Source
v2.3.0 Liberator
👀 Pre-amble
Before continuing, please take a moment read the following:
Short and sweet, Vuetify has grown too big for one developer and Vuetify want's to hire Andrew Henry (Core Team), and I need your help. If Vuetify has ever helped you in any way, this is me phoning a friend to help us bring Andrew on as a full-time OSS developer. You can help by sponsoring Vuetify on Open Collective.
Our goal is 60k a year, or ~5k per month
. This is less than an entry level developer position in the United States and I know that we can do it. Sponsors also receive unique rewards such as chat and email support, priority GitHub issues, and more.🏆 TLDR: Help Vuetify hire Andrew Henry
📖 Table of Contents
#Release Introduction
#Important Links
#New Components & Features
#Documentation Updates
#Upgrade Guide
#Release Notes
#Known Issues
#I need help! 🆘
💥 Release Introduction
Welcome to the official v2.3.0 release! After over 6 months and 30 patches for v2.2.x, the Vuetify team is proud to bring the next version of the framework. Liberator contains with over 40 new features, quality of life changes, a11y improvements, and more. These updates focus on preparing v2.x.x for Long-term Support (LTS). As the team transitions into full v3 development and the completion of a built from the ground up documentation experience, we look forward to your continued support. The community is what makes Vuetify and we love you all 💖 Without any further ado, the highlights of the next release! 🎉
A new challenger has appeared 💪—The new
v-virtual-scroll
component is designed for scrolling large amounts of uniform data without the performance cost of rendering every available item.v-snackbar
andv-sheet
now have access to new props for outlined, shaped, and text variants.The
v-calendar
component recieved massive updates including a new calendar type, category. The event slot received an big overhaul and month-view calendars can now show week numbers. Scale your headings and other text with the new responsivetypography
classes. New offerings forscreen-reader
,border-radius
, andtext-decoration
are also available.We've normalized how readonly inputs interact with focus and it is now possible to tab through all readonly components. Natively,
<input>
elements for checkbox and radio do not support the readonly attribute as part of the HTML5 specification. However, this behavior is present by default in text inputs and created a weird user experience when tabbing through readonly content.<v-form>
now propagates disabled and readonly states to its registered children inputs. This reduced the amount of code needed to accomplish simple tasks like disabling multiple inputsFrom everyone on the team, we hope that you enjoy the 🎊 v2.3 release and thank you for using Vuetify!
🎉 Join the conversation in our Discord community and connect with thousands of developers across the world.
—John Leider
Have questions? Check out our Frequently Asked Questions or join our Discord community.
❗️ Important Links
Documentation
Become a Github Sponsor (supports the author)
Become a Patreon Sponsor (supports the author)
Support the Core Team on Open Collective (supports the development team)
Become a subscriber on Tidelift (supports the author, John)
Community Discord
Twitter
Store
Vuetify Consulting
🤚 FAQ
v2.2.x
before upgrading⚡ New Components & Features
The next version of Vuetify is chalked full of new features, improvements, and bug fixes. Below is a summary of the more prominent changes. For detailed information on all of the changes, navigate to the [Release Notes](#user-content-release-notes) section. ##### [🔗 v-virtual-scroll](https://vuetifyjs.com/en/components/virtual-scrollers/)The new
v-virtual-scroll
component provides a clean interface for handling larges amount of uniform data. This was an unexpected addition to v2.3 and has NOT been implemented in any components such asv-select
,v-data-table
, and others. For v3, the virtual scroll component will provide a much needed baseline for handling long lists and table rows.The
v-calendar
component received substantial updates for version 2.3 that vastly expand its capabilities and covered use cases. A new category view has been added with a myriad of functionality from new events, slots, and more. The new first-time prop allows you to specify the first time displayed on the day view calendar. In addition, the calendar received multiple quality of life changes and bug fixes:native-on
console warningIt's easier than ever to affect the state of multiple inputs using a single source of truth, the
v-form
component. Propagate disabled and readonly states to all children inputs.🔗 v-snackbar
The
v-snackbar
component will no longer overlap layout components vertically by default.The snackbar can also contain itself horizontally using the app prop:
A new scoped slot
action
has been added that provides attributes forv-btn
styling.The timeout property now accepts strings and is converted using
Number
.The following SASS variables have been added
The following new props have been added:
Helper classes
We've added new utility classes to help you do more with less in your application. New responsive typography allows you to effortlessly scale font-size based on the browser
viewport
. Spacing intervals (pl-1
,ma-3
) now support up to 16 intervals.🔗 Text and typography classes
New text classes based off of the MD2 specification make it easier than ever to scale your application's text over a variety of screen sizes and viewports.
🔗 Spacing classes
Spacing utility classes now scale up to
64px
:🔗 Screen reader classes
Conditionally render elements using one of the new
screen readers
utility classes:🔗 Text decoration classes
Adjust text decoration css property using
text-decoration
utility classes:Framework
The core of Vuetify has received some much needed QOL updates for both the
theme
andbreakpoint
services.Theme:
When the Vuetify theme service generates classes for your application's colors, (e.g.
.primary--text
), it also creates variations for each color name:In practice, these generated styles are largely not used. If you do not utilize classes such as
.primary--text text--lighten-2
, it is ecommended that you disable theme variations. This is configurable viatheme.options
.This end result is significantly fewer generated styles:
Breakpoint:
The
breakpoint
service now globally controls the mobile-breakpoint property for components such asv-navigation-drawer
,v-slide-group
,v-banner
, andv-data-iterator
. This new service featureThe mobile-breakpoint property (renamed from mobile-break-point for some components)
In addition, the breakpoint service allows you to specific a breakpoint by it's string name, (e.g.
xs
,sm
,md
,lg
, andxl
) as shown below:Directives
🔗 v-click-outside
The
v-click-outside
directive has existed for a very long time within the framework but hasn't been made public until today! This provides the exact same functionality that is availble in components such asv-menu
andv-dialog
.🔗 v-scroll
The
v-scroll
directive has received a QOL change that allows you to easily bind the listener to the containing element:🔗 v-ripple
Ripples will now show when pressing the enter key when focused on the element.
📑 Upgrade guide
Liberator contains a few small upgrades for deprecated functionality. Don't worry, these upgrades are BACKWARDS compatible. If you experience anything that suggests otherwise, please reach out to us in our Discord community.
General Changes
v-content
is nowv-main
v-list
andv-sheet
now have a default border radius of 0The following Typography classes have been deprecated:
.display-4
is now.text-h1
.display-3
is now.text-h2
.display-2
is now.text-h3
.display-1
is now.text-h4
.headline
is now.text-h5
.title
is now.text-h6
.subtitle-1
is now.text-subtitle-1
.subtitle-2
is now.text-subtitle-2
.body-1
is now.text-body-1
.body-2
is now.text-body-2
.caption
is now.text-caption
.overline
is now.text-overline
The following internal classes have been deprecated:
.v-card--flat
.v-card--shaped
The following changes have been made to
v-snackbar
to closer matchmd
spec:6000
to5000
to match specification.0
to-1
.💯 Release notes
Full Notes
##### 🚀 Featuresflat
andelevation
props for pickers (#10362) (e557759), closes #6006🔧 Bug Fixes
🆘 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.2.34
Compare Source
🔧 Bug Fixes
v2.2.33
Compare Source
🔧 Bug Fixes
v2.2.32
Compare Source
🔧 Bug Fixes
v2.2.31
Compare Source
🔧 Bug Fixes
🔄 Reverts
v2.2.30
Compare Source
🔧 Bug Fixes
v2.2.29
Compare Source
🔧 Bug Fixes
v2.2.28
Compare Source
🔧 Bug Fixes
v2.2.27
Compare Source
🔧Bug Fixes
🔄 Reverts
v2.2.26
Compare Source
🔧 Bug Fixes
v2.2.25
Compare Source
🔄 Bug Fixes
revert "fix(VCalendar): don't use nativeOn on native elements (#11112)"
v2.2.24
Compare Source
🔧 Bug Fixes
v2.2.23
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.