Changelog History
Page 7
-
v2.3.5 Changes
July 21, 2020π± π§ Bug Fixes
- ssr: use xs breakpoint on inital render when hydrating (#11842) (56f5668), closes #3436 #7410
- VAutocomplete: removeEventListener when destroyed (#11811) (e7c6ed5)
- VBtnToggle: add missing RTL support in button groups (#11849) (75f2bf3), closes #11793
- VDataTable: respect hide-default-header prop on mobile (#11732) (bb6bfdf), closes #8774
- VDatePicker: allow null value for multiple date picker (#11304) (de7aacd), closes #9529
- VImg: don't error when src is null (e784284), closes #11831
- VProgressCircular: don't apply rotate animation to svg icon (#11868) (e2ed334), closes #11867
- VToolbar: prevent image overflow in webkit and trident (25feaf9), closes #11873
-
v2.3.4 Changes
July 07, 2020 -
v2.3.3 Changes
July 01, 2020π± π§ Bug Fixes
- _reset.css: add removed overflow to html (6663607)
- locales: update hu-Hungarian 1i8n translations (#11719) (ed17793)
- VImg: render gradient when src isn't provided (c0fa6d5), closes #11729
- VImg: stop polling for size when loading fails (be907b5), closes #11026
- VMain: add existing v-content classes for backwards compatibility (#11659) (31912d7)
- VSelect: attach menu scroll handler when loading items async (d9bb128), closes #11675
- VSelect: ensure VMenu's content has scroll listener added (#11725) (a406dd4), closes #11737
- VVirtualscroll: calculate child on mounted instead of created (#11712) (f3c8aa5), closes #11707
-
v2.3.2 Changes
June 24, 2020π± π§ Bug Fixes
- css: change cursor:default selector to [aria-disabled=true] (c64431b), closes #11003
- locales: fa-persian i18n translation (#11679) (f900795)
- types: add VVirtualScroll to lib.d.ts (2c9ad3a), closes #11701
- VChip: outlined hover state (#11628) (d960a34)
- VChip: resolve jumpy animation when toggling active state (f703c9b)
- VSlider: suppress change event on keydown (d51d33f), closes #11569
- VVirtualScroll: re-calculate scroll area when height changes (e601345), closes #11665
-
v2.3.1 Changes
June 17, 2020π± π§ Bug Fixes
- _reset.scss: hide clear icon for search inputs (eeb7492)
- typography: partially revert changes made in e83a203 (8c650e4), closes #11629
- VAutocomplete: select last item when pressing backspace without a prior selection (524c1e8), closes #11639
- VSlideGroup: revert deprecation of show-arrows true (1085c02), closes #11620
- VVirtualScroll: provide correct item index to default slot (#11643) (4dbaec1), closes #11622
-
v2.3.0 Changes
June 12, 2020v2.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-scrollcomponent is designed for scrolling large amounts of uniform data without the performance cost of rendering every available item.v-snackbarandv-sheetnow have access to new props for outlined , shaped , and text variants.The
v-calendarcomponent 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 responsivetypographyclasses. New offerings forscreen-reader,border-radius, andtext-decorationare 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 inputsπ From 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
- π Where is the Vuetify documentation?
- The framework documentation is located at https://vuetifyjs.com
- β¬οΈ Where is the upgrade guide?
- Steps on how to upgrade your application from v2.2.x to v2.3 is located below
- It is recommended to upgrade to the latest version of
v2.2.xbefore upgrading
- β¬οΈ Where can I get help with upgrading?
- The #updating-versions channel in our Discord Community
- Book time with the Vuetify team.
π± β‘ 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 section.
π± π v-virtual-scroll
The new
v-virtual-scrollcomponent 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.Virtual scroll component
π± π v-calendar
The
v-calendarcomponent 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:- Added support for seconds and the JavaScript Date Object.
- β Resolved a
native-onconsole warning
Calendar Events
π± π v-form
It's easier than ever to affect the state of multiple inputs using a single source of truth, the
v-formcomponent. Propagate disabled and readonly states to all children inputs.\<template\>\<!-- v2.2.x --\>\<v-form\>\<v-text-field :disabled="disabled"\>\</v-text-field\>\<v-text-field :disabled="disabled"\>\</v-text-field\>\<v-textarea :disabled="disabled"\>\</v-textarea\>\<v-btn type="submit"\>Submit\</v-btn\>\</v-form\>\</template\> \<template\>\<!-- v2.3 --\>\<v-form :disabled="disabled"\>\<v-text-field\>\</v-text-field\>\<v-text-field\>\</v-text-field\>\<v-textarea\>\</v-textarea\>\<v-btn type="submit"\>Submit\</v-btn\>\</v-form\>\</template\>π± π v-snackbar
The
v-snackbarcomponent will no longer overlap layout components vertically by default.The snackbar can also contain itself horizontally using the app prop:
\<template\>\<v-snackbar app\> ... \</v-snackbar\>\</template\>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.
\<template\>\<!-- .text-h4 defines all breakpoints --\>\<!-- while .text-md-h2 only applies --\>\<!-- on medium size screens and up --\>\<div class="text-h4 text-md-h2"\> Heading \</div\>\</template\>π π Spacing classes
Spacing utility classes now scale up to
64px:\<template\>\<div class="pa-16 mx-16"\>...\</div\>\</template\>π π Screen reader classes
Conditionally render elements using one of the new
screen readersutility classes:\<template\>\<div class="d-sr-only"\>Visually hides elements but will still announce to screen readers.\</div\>\<div class="d-sr-only-focusable"\>Visually hides an element until it is focused.\</div\>\</template\>π π Text decoration classes
Adjust text decoration css property using
text-decorationutility classes:\<template\>\<a href="#" class="text-decoration-none"\>Non-underlined link\</a\>\<div class="text-decoration-line-through"\>Line-through text\</div\>\</template\>Framework
β‘οΈ The core of Vuetify has received some much needed QOL updates for both the
themeandbreakpointservices.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:.primary--text.primary--text.text--darken-1 through 4 .primary--text.text--lighten-1 through 5In 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.import Vue from 'vue'import Vuetify from 'vuetify'Vue.use(Vuetify)export default new Vuetify({theme: {themes: {light: { ... }},options: { variations: false }}})π This end result is significantly fewer generated styles:
Disabling color variations
Breakpoint:
Thebreakpointservice 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:\<template\> // The `sm` value is equivalent to using a value of 960 \<v-navigation-drawer mobile-breakpoint="sm"\> ... \</v-navigation-drawer\>\</template\>Directives
π± π v-click-outside
The
v-click-outsidedirective 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-menuandv-dialog.\<template\>\<div v-click-outside="onClickOutside"\> ... \</div\>\</template\>\<script\>export default {methods: {onClickOutside () {// Perform action}}}\</script\>π± π v-scroll
The
v-scrolldirective has received a QOL change that allows you to easily bind the listener to the containing element:\<template\>\<div v-scroll.self="onScroll"\> ... \</div\>\</template\>\<script\>export default {methods: {onScroll () {// Perform action}}}\</script\>π± π 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-contentis nowv-main- The property mobile-break-point for all components is now mobile-breakpoint (controlled by the breakpoint service)
- 0οΈβ£
v-listandv-sheetnow has a default border radius of 0
π The following Typography classes have been deprecated:
.display-4is now.text-h1.display-3is now.text-h2.display-2is now.text-h3.display-1is now.text-h4.headlineis now.text-h5.titleis now.text-h6.subtitle-1is now.text-subtitle-1.subtitle-2is now.text-subtitle-2.body-1is now.text-body-1.body-2is now.text-body-2.captionis now.text-caption.overlineis now.text-overline
π The following internal classes have been deprecated:
.v-card--flat.v-card--shaped
π π― Release notes
Full Notes
π± π Features
- breakpoint: add global variables/mixin (#11480) (9f6f5a5), closes #6945 #9272
- classes: add new helper classes for border-radius (82dbdbf)
- classes: add support for 16 sizes of margin/padding (bbfe878), closes #10675
- classes: add visually hidden css utility classes (#11258) (9e4c3c8), closes #10914
- classes: create new decoration helper classes (#11035) (bf3fad2)
- directives: expose all options to templates (#10905) (a8d0def), closes #4654
- framework: allow all console messages to be disabled (#10909) (7f99918), closes #10888
- kbd/code: update colors/style, added new variables (47042cd)
- locale: add Finnish translation (#10381) (0ce1a66)
- locale: add Slovak translation (#10328) (59b8422)
- theme: add new option to disable variation generation (d4c311e)
- typography: add break-point functionality to new type classes (#11033) (e83a203)
- v-ripple: hide effect for touch scroll events (#7887) (#10596) (337fd24)
- v-scroll: add self modifier to target the bound element (#11244) (9748731)
- validatable: change logic for disabled and readonly inputs (7e78d75), closes #11504
- VAlert: add closeIcon prop (#11124) (ec151b3)
- VAvatar: integrate roundable mixin (#11435) (8d1eac0)
- VBanner: allow banner text to extend full-width (a3466e0)
- VCalendar: general improvements & category view (#11198) (5ab3d41), closes #8667 #11080 #11093 #11133 #11182
- VCalendar: show week numbers in month-view (#10928) (39177c2), closes #9117
- VDataIterator: emit the page-count event from VData (#10588) (db98a1e)
- VDataTable: add contexmenu:row event for data table (#10989) (26c9ec9), closes #9382
- VDataTable: add groupable property to header items (#11361) (e0215ff), closes #10889
- VDataTable: add item-class property (#11254) (7d1489a), closes #8643
- VDatePicker: native events on day/month/year (#11126) (e706660), closes #5598
- VDatePicker: prev/next month/year icon aria label (#10366) (9c2a8b5), closes #9694
- VFileInput: add new prop hide-input (#11031) (0b256c9), closes #10886
- VForm: add form level disabled prop (#10325) (ccf25e8), closes #1707
- VImg: add themeable support (#11034) (5e13729)
- VImg: remove error logging (755dc3d), closes #6755
- VLazy: add measurable mixin (a3a4e67)
- VMenu: add rounded support to menu content (#11447) (ea52a89), closes #10397
- VPagination: add a11y support (#9926) (042a4bd), closes #9849
- VParallax: add srcset support (e72e78f), closes #1535
- VPicker:
flatandelevationprops for pickers (#10362) (e557759), closes #6006 - VProgressLinear: add new reverse prop (#11259) (b4e16c6), closes #11245
- VSheet: refactor style propagation (#11335) (cbaf955)
- VSnackbar: add applicationable support (#11448) (6098e5f), closes #4468
- VSnackbar: add new properties and improve md2 spec (#11542) (d44b590), closes #5865 #10935
- VVirtualScroll : add new component (#10944) (a1423cd)
π± π§ Bug Fixes
- colorutils.ts: lookbehind regexp causing FF throw error (#11215) (0604b0b), closes #11214
- types: change type import paths (#11314) (2325dd9)
- types: export VueConstructor instead of Component (f9bf635), closes #11463
- VDataTable: header with divider rendered incorrectly in mobile sort select (#11416) (25001a0), closes #11399
- VDataTable: set initial values for sort-desc and group-desc (#11342) (450357d), closes #9685
- VDatePicker, VDataTable: incorrect date picker styling when in data table (#11325) (3fcc67e), closes #7384
- VDatePicker: set proper tableDate if showCurrent is set (#11305) (6aa01a7), closes #6714
- VNavigationDrawer: disable inherit value of background property (#11419) (2974f15), closes #11153
- VSelect: allow tab key down on read-only (#11431) (1c6de0c), closes #11430
- VSimpleCheckbox: pass listeners to component (#11358) (d937f5b), closes #11345
π± π 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.
- π Where is the Vuetify documentation?
-
v2.3.0-beta.9 Changes
June 09, 2020π± π§ Bug Fixes
- validatable: change logic for disabled and readonly inputs (7e78d75), closes #11504
- VDataTable: update child combinator selectors for dense & fixed-header props (#11568) (93a8aac), closes #11566 #11567
- VSimpleTable: change css selector for fixed-header dense tables (1ec7de8), closes #11525
- VSimpleTable: reset table line-height and adjust td dense height (d634514)
π± π Features
-
v2.3.0-beta.8 Changes
June 03, 2020π± π Features
- breakpoint: add global variables/mixin (#11480) (9f6f5a5), closes #6945 #9272
- VMenu: add rounded support to menu content (#11447) (ea52a89), closes #10397
- VSnackbar: add applicationable support (#11448) (6098e5f), closes #4468
- VSnackbar: add new properties and improve md2 spec (#11542) (d44b590), closes #5865 #10935
-
v2.3.0-beta.7 Changes
May 27, 2020π± π§ Bug Fixes
- locales: SK localization fixes and additions (#11497) (29f8bb5)
- spacing: set negative margin baseline to -4px (#11453) (3d2332c)
π± π Features
- directives: expose all options to templates (#10905) (30f67e1), closes #4654
- theme: add new option to disable variation generation (6f037e8)
- VRipple: hide effect for touch scroll events (#7887) (#10596) (ca7605c)
- VAvatar: integrate roundable mixin (#11435) (e80e7e5)
- VCalendar: general improvements & category view (#11198) (f5adad0), closes #8667 #11080 #11093 #11133 #11182
- VCalendar: show week numbers in month-view (#10928) (8820b68), closes #9117
- VDataTable: add groupable property to header items (#11361) (622cf8a), closes #10889
- VSnackbar: add applicationable support (#11448) (2a2203a), closes #4468
-
v2.3.0-beta.6 Changes
May 20, 2020π± π§ Bug Fixes
π± π Features
- VFileInput: add new prop hide-input (#11031) (0b256c9), closes #10886
- VParallax: add srcset support (e72e78f), closes #1535
- π allow all console messages to be disabled (#10909) (7f99918), closes #10888
- Spacing: add support for 16 sizes of margin/padding (bbfe878), closes #10675
- VDatePicker: prev/next month/year icon aria label (#10366) (9c2a8b5), closes #9694
- VForm: add form level disabled prop (#10325) (ccf25e8), closes #1707




