npm vuetify 0.15.0-beta.5
v0.15.0-beta.5

latest releases: 3.6.3, 3.6.2, 3.6.1...
6 years ago

Documentation

Cleaned up numerous sections, added new examples for grid and text-fields

Things I potentially broke

I realized today that the grid system was fundamentally broken for applying the proper gutters between flex items. I also realized that some of the baseline functionality of flex-box was not actually available to the developer. In light of this, I made a few tweaks that could potentially break your layout depending on your current setup. Some of the new features are:

  1. Ability to set display through helper classes d-{flex|inline-flex|block|inline-block}
  2. Can now properly nest v-layout and v-flex
  3. Only 1 v-container element is needed in order to specify the spacing between all children grid components
  4. v-container no longer has a gutter by default. This means that if you were relying on it to give row spacing between elements, you will need to specifically designate the grid-list property on the container.
  5. The documentation for grids have been significantly improved providing more examples and use-cases.

Things we fixed

  • #1382 Fixed a bug where v-select did not work properly with the placeholder prop
  • #1511 Fixed bug where v-toolbar was not merged properly and didn't scroll off screen when using the scroll-off-screen prop
  • #1510 Fixed a bug where v-time-picker was not properly setting the background color to the middle circle element
  • #1517 Fixed a bug where v-icon was not properly inheriting colors
  • e483aa2 Fixed a bug where the line-height was not set properly for v-list-tile-title and v-list-tile-sub-title

Things you fixed

#1515 Fixed a bug where disabled dates on v-date-picker where not receiving the proper styles

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.