v1.0.0-alpha.2
Pre-release
Pre-release
·
14759 commits
to dev
since this release
Highlight
User @Phlow2001 refactored our duplicate algorithm for v-select, increasing performance by 540%! f89ba2b. This release also contains the changes from 0.17.4
Things we added
- Added theme support to input groups that support the solo prop (
v-text-field,v-select) - Added a new prop to
v-menu, attach. Accepts [Boolean, String, Object], more information here - 11d0a5e The scroll-off-screen prop in
v-toolbarcan now be dynamically toggled - b49c980 All routable implementing components now support an object for the ripple prop
Things we changed
- b8d72ab When using the app prop, components will automatically be set to fixed. This can still be overwritten by explicitly defining the absolute prop.
- 8936e19 Improved the scroll-threshold behavior in
v-toolbar
Things we fixed
- 9f17ac0 Fixed a bug where icons in a
v-list-groupwere text-selectable on mobile - 5acd07e Fixed a bug where
v-navigation-drawerwas closing for any touch event - #2679 Fixed a bug where
v-navigation-drawerwas improperly removing layout padding - #2684 Fixed alignment for
v-list-tile-actionwhen using selection-controls (v-radio,v-switch,v-checkbox) - #2697 Fixed a bug where
v-selectwith the autocomplete prop would clear its input when tabbing out
Things you changed
- 606de4d Converted
v-btn-toggleto use the new registrable mixin (thanks @Phlow2001)