v0.15.0-beta.5
Pre-release
Pre-release
·
15695 commits
to dev
since this release
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:
- Ability to set display through helper classes d-{flex|inline-flex|block|inline-block}
- Can now properly nest
v-layoutandv-flex - Only 1
v-containerelement is needed in order to specify the spacing between all children grid components v-containerno 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.- The documentation for grids have been significantly improved providing more examples and use-cases.
Things we fixed
- #1382 Fixed a bug where
v-selectdid not work properly with the placeholder prop - #1511 Fixed bug where
v-toolbarwas not merged properly and didn't scroll off screen when using the scroll-off-screen prop - #1510 Fixed a bug where
v-time-pickerwas not properly setting the background color to the middle circle element - #1517 Fixed a bug where
v-iconwas not properly inheriting colors - e483aa2 Fixed a bug where the line-height was not set properly for
v-list-tile-titleandv-list-tile-sub-title
Things you fixed
#1515 Fixed a bug where disabled dates on v-date-picker where not receiving the proper styles