Open greenkeeper[bot] opened 5 years ago
dependency
vuetify was updated from 1.5.24
to 2.2.19
.dependency
vuetify was updated from 1.5.24
to 2.2.20
.dependency
vuetify was updated from 1.5.24
to 2.2.21
.dependency
vuetify was updated from 1.5.24
to 2.2.22
.dependency
vuetify was updated from 1.5.24
to 2.2.23
.dependency
vuetify was updated from 1.5.24
to 2.2.24
.dependency
vuetify was updated from 1.5.24
to 2.2.25
.dependency
vuetify was updated from 1.5.24
to 2.2.26
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
dependency
vuetify was updated from 1.5.24
to 2.2.27
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
dependency
vuetify was updated from 1.5.24
to 2.2.28
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
dependency
vuetify was updated from 1.5.24
to 2.2.29
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
dependency
vuetify was updated from 1.5.24
to 2.2.30
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
dependency
vuetify was updated from 1.5.24
to 2.2.31
.
The dependency vuetify was updated from
1.5.16
to2.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: johnjleider License: MIT
Release Notes for v2.0.0
v2.0.0 Arcadia
Welcome to the official version 2.0 release of Vuetify! Before getting into the actual release introduction, I wanted to take a moment of your time to talk about project sponsorship and a unique opportunity that I've been fortunate enough to be a part of.
Version 2.0 represents the culmination of 8 months of development. Through the combined efforts of numerous developers, we have been able to bring the largest update we have ever had β the framework has never felt better.
Github has recently released a new program called Github Sponsors, something I've been fortunate enough to receive a beta invite for. Some of you know that I currently run a Patreon campaign for the same purpose. With my invite, I have started to transition supporters to the new platform due to the amazing benefits that Github is offering. What that is in a nutshell:
With that being said, I wanted to quickly talk about the 3 pillars of support available with sponsorship and highlight how it can benefit developers and businesses that use Vuetify.
Single developer
Company
Enterprise
The generous fund matching program from Github provides a rare opportunity for me to be able to invest more into the Vuetify ecosystem and continue to provide developers with a polished and expansive library for Vue.
Thank you for your support and please consider sponsoring the project.
If you have any questions, please do not hesitate to reach out to me in the community. Thank you for using Vuetify!
βJohn
#Release Introductionπ
#Important Links
#New Components & Features
#Documentation Updates
#Upgrade Guide
#Release Notes
#Known Issues
#I need help!
Hello and welcome to the v2.0 release, Arcadia. It has been almost 8 months since development kicked off and I believe we have accomplished something very special. As described in my talk in last year's VueConf TO presentation, we have performed a massive overhaul to every aspect of the framework, making it easier to use and maintain.
This is only a small list of overall framework improvements from quality of life changes, to new features and functionality (outside of the MD2 improvements). The documentation has been massively updated with over 250 new examples, tons of updated information on how to use the framework's internals, details on long-term support, an extended roadmap and a better API display for components. We have also setup a process for exporting the component api for vetur so that it is easier for us to keep it up to date.
I have also teamed up with Vue Mastery to bring high-quality tutorials into the Vuetify ecosystem. This video series has been developed around using version 2, is taught by Ben Hong and is perfect for new and experienced Vuetify developers alike. Make sure to check it out!
Since early alpha, we have been working with the community on small and large projects to ensure we have an easy and managable upgrade process from v1.5. Kael has even created an eslint-plugin to make the process of upgrading to the new grid even easier. If you run into any issues that do not appear to be covered in the Upgrade guide, please reach out to a developer in the release migration channel.
I'd like to give a huge thank you to everyone for your unwaivering support and for enabling me to work on open source as a full-time job. For the first time in the framework's history, I feel like we have a solid base for maintaining and developing new features and I've never been more excited for the future. Finally, while this release was an effort by many Vuetify developers, I would like to send a special thank you to some that went above and beyond in ensuring the v2 release was as polished as possible. In no particular order:
Thank you everyone for using Vuetify!
βJohn
Documentation
Becoming a Github Sponsor (supports the author, John)
Becoming a backer on OpenCollective (supports the development team)
Become a subscriber on Tidelift (supports the author, John)
Consulting with the author, John
Community discord
Twitter
Medium publication
Shop
<v-card>
)boolean
true or false.β‘ New Components & Features
Brand new component that was created to better scope the functionality of
v-toolbar
. All existing scrolling techniques and app functionality fromv-toolbar
has been moved. New scrolling techniques such as collapsing bar, scroll shrink and more have been added.Brand new component introduced in MD2. You can find more information in the banner specification.
Brand new component for grouping multiple
v-chip
s together in a column or row based format.Brand new component designed to making color selection a breeze. With 5 available formats, hex, hexa, rgba, hsla and hsva,
v-color-picker
can accommodate a wide variety of use cases.The long awaited and highly anticipated file upload component. The
v-file-input
is aimed to replacing the default functionality and behavior of a regular<input type="file">
. It features a multitude of customization options for tweaking the way selections are displayed, all of the available styling ofv-text-field
and more.<show gif of last example, looks the best>
Developers notes: You may be wondering about 2 things: built in upload support and drag-and-drop. There will be an upcoming second component,
v-upload
that is designed to have a more visual interface for manipulating file uploads and will support xml requests. With its introduction, we will be bringing drag-and-drop to both upload components.Brand new component for grouping multiple
v-list-item
s together.A staple feature that was previously integrated as part of dialogs and navigation-drawers has been abstracted into its own component for consumption.
Meant to be a replacement for a generic
table
element.A new group component designed to provide the functionality of
v-item-group
within a custom slide interface.Version 2 contains non backwards compatible breaking changes. This includes previously deprecated functionality from v1.x.x. These breaking changes are noted in the console for the corresponding components.
The existing grid is still operational and has an eslint plugin to help with migration. This plugin can also be used to help upgrade to the new grid.
Upgrade now!
Bootstrap
Vuetify must now be instantiated and passed to the initial Vue instance. This is similar to how vue-router and vuex are bootstrapped.
Full Install
A-La-Carte Install (vuetify-loader)
Framework
The following components are now lazy by default. This means they will not render their content until they are explicitly activated. This drastically improves performance but may not be wanted depending upon your application's needs (i.e. For SEO purposes). To return to the previous behavior, use the eager prop.
v-badge
v-menu
v-tooltip
v-dialog
v-bottom-sheet
Theme
Now supports dark/light theme variants. The dark property has been moved into the theme property. Will dynamically change when toggling $vuetify.theme.dark. If only using one variant, you only need to define its colors.
Icons
Icon and iconfont declaration is now scoped under the icons property.
If you want to use a custom iconfont, you must set it up in the initial Vuetify options now.
Goto (scrolling helper)
Import location has changed. Must be explicitly bootstrapped with the Vuetify instance to use in vue-router scroll-behavior. Example of how to do this here. Reference documentation for scroll-behavior usage here.
Lang
The translator function t is now nested under the lang property.
Grid
The grid has been rebuilt modeled after bootstrap. The existing grid still works and needs some slight modifications. Kael has created an eslint plugin to help with this process.
.text-xs-center
is nowtext-center
as it applies to all screen widths unless overridden.d-flex
no longer have extra flex rules applied. This can be done manually with.flex-grow-1
.fluid
β.container--fluid
.scroll-y
β.overflow-y-auto
.hide-overflow
β.overflow-hidden
.show-overflow
β.overflow-visible
.no-wrap
β.text-no-wrap
.ellipsis
β.text-truncate
.left
β.float-left
.right
β.float-right
Use the following regex to update spacing classes:
Styles
The main framework styles are now important automatically.
Must install the sass package
Do not install node-sass, it is not the correct library.
Typography
The root font-size (per MD2 specification) is now 16px.
Event names
All event names has been changed from camelCase to kebab-case:
update:searchInput
βupdate:search-input
update:inputValue
βupdate:input-value
update:miniVariant
βupdate:mini-variant
update:pickerDate
βupdate:picker-date
update:selectingYear
βupdate:selecting-year
tableDate
βupdate:table-date
update:returnValue
βupdate:return-value
Activators
v-tooltip
,v-menu
,v-dialog
,v-list-group
andv-bottom-sheet
must now be bound using the new v-slot syntax.Regular activator
Nested activator
Unit tests
Testing with Vuetify is now similar to that of vue-router and vuex.
Form Input Validation
All form inputs default to white when using the dark prop unless the application is explicitly set to dark mode.
Removed Component Properties
These are previous deprecations from earlier versions that have now been removed:
<v-text-field textarea>
will no longer render<v-textarea>
<v-select autocomplete>
will no longer render<v-autocomplete>
<v-select combobox>
will no longer render<v-combobox>
<v-select overflow>
will no longer render<v-overflow-btn>
<v-select segmented>
will no longer render<v-overflow-btn segmented>
<v-select editable>
will no longer render<v-overflow-btn editable>
<v-text-field textarea>
will no longer render a<v-textarea>
Individual Components
These are the changes required for existing components.
v-app
.application
β.v-application
v-alert
v-carousel
v-btn
v-chip
v-bottom-nav
v-bottom-nav
tov-bottom-navigation
v-bottom-navigation
<v-btn>
colorv-bottom-sheet-transition
Developer notes: Was never explicitly listed in API
v-btn
v-carousel
v-chip
v-data-iterator
&v-data-table
Data table (and iterator) have been rewritten from the ground up to be both easier to use and to allow for more flexibilty in more advanced use cases. This has resulted in a number of breaking changes. Some of these are shared between both components while some are unique to each.
Shared
v-data-iterator
v-data-table
<tr>
element. Previously this was optional.v-expansion-panel
et alv-expansion-panel
βv-expansion-panels
v-expansion-panel-content
βv-expansion-panel
v-expansion-panel-header
v-expansion-panel-content
v-footer
class="pa-0"
v-jumbotron
v-list
et alv-list-tile
βv-list-item
v-list-tile-action
βv-list-item-action
v-list-tile-avatar
βv-list-item-avatar
v-list-tile-content
βv-list-item-content
v-list-tile-title
βv-list-item-title
v-list-tile-sub-title
βv-list-item-subtitle
v-list-group
v-list-item
s in the activator slotv-list-item
for activatorsv-list-item-content
/v-list-item-title
etc insteadv-navigation-drawer
v-select
,v-autocomplete
,v-combobox
,v-overflow-btn
The item scoped slot value of
{ tile }
is now{ attrs, on }
. is now bound similar to thev-menu
activator slot.v-select
v-speed-dial
v-tabs
v-tabs-items
v-tabs
model when nested. Must have :value or v-model explicitly bound.Developer notes: The tabs-items component does not have to be provided and is only necessary for custom implementations.
v-text-field
,v-select
,v-textarea
,v-autocomplete
,v-combobox
Below is a consolidated list of changes made in v2. Every component that has a MD2 specification has been updated to match (with the exception of the known issues below). Every component that has a MD1 specification (and not 2) has been re-verified and updated to ensure that it matches the previous spec.
New Components
New components are listed under the New Components & Features section.
Framework
.v-application
Grid & Helper classes
.pr-n4
appliesmargin-right: -16px
.pa-md-6
,.justify-lg-center
,.order-sm-first
,.float-lg-right
etc.flex-grow-1
and.flex-shrink-0
instead of.grow
/.shrink
.ps-md-6
, '.me-1' (s
stands forstart
,e
stands forend
),.text-start
etc.v-application
- it means that they won't interfere with similarly named classes from other frameworks if they are used outside of the Vuetify applicationTypography
.subtitle-1
.subtitle-2
.overline
Vetur Support
Alerts
Badges
BottomNavigation
BottomNavigation
Breadcrumbs
Calendars
Cards
Carousels
Checkboxes
Chips
router-link
v-avatar
flush along edgesComboboxes
Data Tables
Date Pickers
Dividers
Dialogs
Expansion Panels
Form Inputs
Icons
Images
Inputs
Lists
v-list
v-list-item
width and rounds the cornersv-list-group
v-list-item-title
Menus
Navigation Drawers
Parallaxes
Progress Linear
Ratings
Selects
Developer notes:
v-autocomplete
,v-combobox
andv-overflow-btn
all benefit from a11y updatesSheets
Sliders
Sparklines
Tabs
Text Fields
Developer notes:
v-select
,v-textarea
,v-file-input
,v-autocomplete
andv-combobox
all benefit from the updated style propertiesTextareas
Timelines
TimePickers
Toolbars
Treeviews
v-treeview
selects nodes. There are two modes available: leaf and independentWindows
v-window-item
when using touch swipeIndividual Releases
Below are the changes from beta.9 to release:
β Reverts
β BREAKING CHANGES
For the previous alpha/betas, check out the below releases:
Releases
π± Known Issues
Here is a list of known issues that were not able to be resolved before the official release. There is no need to create an issue, these are explicitly tracked and will be resolved in an upcoming patch.v-data-table
<v-btn fab>
v-speed-dial
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.
Commits
The new version differs by 1293 commits.
ccd3fb5
chore(release): publish v2.0.0
7130ba1
docs(Roadmap): complete v2.0 and highlight v2.1
ab84263
docs: final clean-up before release
6249ceb
docs(roadmap): update
71771da
fix(VList): disabled pointer events for disabled item
294fa0c
docs(VSelect): Update API for 2.0 (#7904)
cb8b8a0
docs: fixed markdown in faq
6ec3461
docs(CoreVersions): update language
62f6fd5
refactor(grid): move v-spacer to a separate file
dc14041
refactor(VRow): change .form-row to .row--dense
6f502df
docs: remove row from v-layout
7f9d060
docs: add grid-list-xl to v-form > v-container
b67610f
revert: fix(VForm): apply grid-list-lg to nested containers
c6a3ac9
chore: use cross-spawn for build and dev scripts
d3c47e1
refactor(VContainer): use BEM for fluid
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: