npm vuetify 0.17.0-beta.3
v0.17.0-beta.3

latest releases: 3.6.0-beta.0.0, 3.5.17, 3.6.0-alpha.2...
6 years ago

DEV Documentation Here

Things we broke

  • v-navigation-drawer must be specifically designated as absolute or fixed
  • v-navigation-drawer now has the resize watcher enabled by default, must be disabled with either disable-resize-watcher or stateless
  • removed the persistent prop from v-navigation-drawer. it is now the default state
  • v-tabs has had its theme declaration (light|dark) move to v-tabs-bar

Things we added

  • d6a2582 v-select will now properly escape text values
  • da6bec6 Added open-on-clear prop to v-select which will re-open the v-select's menu when cleared (closed by default now)
  • 0614a23 v-switch can now be swiped to toggle it on touch devices
  • #2314 - Added stateless prop to v-navigation-drawer. when this prop is used, the drawer will only change its state if the developer does.
  • Added the colorable mixin to v-pagination, v-bottom-nav

Things we changed

  • #2430 Navigation drawer states have been redone to better align with the MD spec.
    • The default behaviour is now persistent on large screens and temporary on small ones, and the persistent prop has been removed
    • Navigation drawers are no longer fixed by default, that will have to be set now for most cases
    • The absolute prop will now size the drawer correctly to match the main content height
    • An overlay will now be created when dynamically switching to temporary mode
  • #2391 Item text in select menus will now be escaped to prevent HTML injection
  • #2402 v-date-picker will now have the correct header colour when using the dark theme

Things we fixed

  • #2417 Fixed a bug where inputs with hide-details would still show error messages
  • #2103 Fixed a bug where the v-select arrow would sometimes point in the wrong direction
  • #2445 Fixed a bug where native form validation methods would be shown when trying to submit a v-form
  • #2437 Fixed a bug where a v-btn with an href would have the incorrect text colour
  • #2437 Fixed v-btn text color (was broke in beta)
  • #2254 #2401 #2100 #2411 Refactored v-select (surprise!) to fix multiple underlying issues with state
  • #2321 Fixed a bug where components implementing the routable mixin were defining href to be javascript:; if none was provided

Things you fixed

  • #2342 Fixed a bug where v-text-field would only validate on blur (thanks @azaars)

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.