npm vuetify 1.0.0-beta.3
v1.0.0-beta.3

latest releases: 3.6.1, 3.6.0, 3.5.18...
6 years ago

Breaking changes

#2664 Date and time pickers has been refactored to be more reusable, testable and maintanable. Although the change is quite massive, there are just a couple of breaking changes:

  • v-time-picker now internally stores value in ISO format '15:30' (string, hour and minute with leading '0', 24hr format). It still accepts value as a Date object or in ampm format ('3:30pm'), but when the value is updated the 24hrs ISO string will be emited regardless of the the initial type. The allowedHours prop should use 24hr number. In ampm mode it was possible to do before :allowedHours="[3]", now it should be :allowedHours="[3,15]"
  • No day is selected in the VDatePicker if the value is null (before the current day was selected)

Things we added

  • 2f060f2 v-icon now supports FontAwesome 5
  • 25d3faf Added show-current prop to v-date-picker to hide the current day/month indicator or change it to another day/month
  • #2710 Added support to use a v-list-tile as the root element of the item scoped slot (thanks @Fl0pZz)
  • #2872 Added support for darken and lighten for declared theme values (primary, secondary, etc). Added support for caching and minification of application theme
  • #2946 Added support for events in v-date-picker
  • #2974 Added readonly prop for v-date-picker
  • 25d3faf Added show-current prop to v-date-picker to control the visibility of the current day indicator

Things we changed

  • 0eb7edf Optimized iterations throughout the entire framework
  • fb991b4 Removed deprecated code from v-btn
  • bde8944 v-tabs node parsing will now put non tabs components with v-tabs
  • 7cd0f31 Remove unused fill prop from v-progress-circular
  • #2155 You can now redefine the colors object in stylus
  • #2909 Restructured v-tab styles so that font styling classes can actually change the tab text

Things we fixed

  • ffec22b Fixed a bug where v-avatar was explicitly overwriting bound classes e.g. (<v-avatar :class="['class']")
  • 143e501 Fixed a bug where in some browsers v-expansion-panel was overflowing, causing scrollbars
  • #2773 Fixed a bug where safari was stuck infinitely re-painting the DOM
  • #2791 Fixed a bug where v-select with the chips prop and another autocomplete based prop (autocomplete, tags, combobox) would hide the input when removing chips (thanks @dalevfenton)
  • #2841 Fixed a bug where v-data-table was not checking the select toggle when using the select-all prop (thanks @ReneU)
  • #2878 Fixed a bug where v-select with the combobox prop would change its value to match searchValue when blurred even if an item was already selected (thanks @rokkie)
  • #2977 Fixed a bug where v-select's menu could become 1px offset on the x-axis, causing a small line bleed through (thanks @Phlow2001)

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.