Skip to content

v1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnleider johnleider released this 08 Dec 00:28
· 12409 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-toolbar can 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-group were text-selectable on mobile
  • 5acd07e Fixed a bug where v-navigation-drawer was closing for any touch event
  • #2679 Fixed a bug where v-navigation-drawer was improperly removing layout padding
  • #2684 Fixed alignment for v-list-tile-action when using selection-controls (v-radio, v-switch, v-checkbox)
  • #2697 Fixed a bug where v-select with the autocomplete prop would clear its input when tabbing out

Things you changed

  • 606de4d Converted v-btn-toggle to use the new registrable mixin (thanks @Phlow2001)

Things you fixed

  • #2239 Fixed a bug on Mobile Firefox where v-select would trigger text selection controls (thanks @qw3n)
  • #2544 Fixed a bug where v-navigation-drawer would not close properly on iOS devices (thanks @jingzheshan)
  • #2707 Fixed a bug where v-pagination was caching its items (thanks @onlyurei)