npm vuetify 1.1.0-rc.1
v1.1.0-rc.1

latest releases: 3.7.2, 3.7.1, 3.7.0...
6 years ago

Docs (WIP) and support

Documentation
Support

Upgrade guide

See v1.1.0-alpha.0, complete guide coming with stable release.

Things we added

  • #4286 Added prepend-inner prop to v-text-field
  • #4309 Added v-combobox component. <v-select combobox> and <v-select tags> are deprecated and should be replaced with <v-combobox> and <v-combobox multiple> respectively. combobox and tags props don't work now with <v-autocomplete> anymore (breaking change if you're coming from 1.1 alpha/beta version)
  • #4319 Added support for vue-i18n integration

Things we changed

  • #4003 v-container with the fill-height prop will now only affect the first v-layout as opposed to all (thanks @mitar)
  • #4281 {location}-icon-cb props are being deprecated in favor of @click:{location}
  • #4300 Converted multiple sections of the framework to use the convertToUnit helper function. v-progress-linear's height prop now accepts units, for example height="2em"

Things we fixed

  • 2388874 Fixed word breaks in v-message
  • 1ba4a17 Fixed list margins in v-toolbar
  • #3197 Restored save/open/close/cancel events on v-edit-dialog
  • #3641 Converted v-tabs to compare numbers when value is derived from index
  • #4098 Fixed regression that caused v-select with the placeholder prop to not show
  • #4196 v-time-picker will no longer switch to minutes when clicking a disabled hour
  • #4215 Removed a deprecated style that caused issues with v-input when used within a v-card-action
  • #4217 Fixed a bug where no-data-text wasn't displayed when item slot was provided v-select-list
  • #4220 Fixed a bug where the no-data slot was not working with the combobox or tags prop on v-autocomplete
  • #4232 Fixed v-textarea's resize handler position
  • #4245 Fixed a bug with vuetify.goTo and IE11
  • #4258 Fixed a regression from a4b5ce8 that caused v-flex to not take the full width of a column layout
  • #4271 Fixed v-text-field prefix size
  • #4273 Fixed a bug that caused v-autocomplete's search to reset while searching
  • #4275 Fixed a bug that caused long v-select items to force the input to a new line
  • #4278 Fixed a bug that caused hover styles when hovering prepend|append-outer icons
  • #4282 Fixed scoped style attribute pass through for detachable components (v-tooltip, v-menu, v-dialog)
  • #4305 Fixed v-toolbar gutters at various resolutions to now match v-container
  • #4314 Fixed a bug in v-radio-group that caused overflow when using the label prop
  • #4327 Fixed RTL mode for v-date-picker, v-carousel and pagination (v-pagination, v-data-iterator, v-data-table)
  • #4331 Fixed v-input alignment within v-toolbar
  • #4337 Fixed regression of v-counter showing when provided undefined

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.