Things we changed
- #4162 Updated to webpack 4, this should not affect anything. Proper tree-shaking still to come, we're still using commonjs modules for now.
Things we fixed
- #4124 Fixed regression where
v-slider
could not set step to 0 - #4088 Fixed regression where
v-autocomplete
was not propagating the content-class prop - #4122 Fixed a bug where data-iterable mixin was referencing a computed prop in the created lifecycle hook, causing the synced pagination prop to display the incorrect totalItems
- #4130 Fixed a bug (partial regression) where assigning null (or any falsey value) to error-messages would throw an error and cause the field to be in an error state
- #4134 Partially reverted a11be7a to restore
v-icon
inheriting color fromv-btn
while still removing color animation when using disabled - #4140 Removed a style for the deprecated
v-list-item
component that was applying opacity tov-list-tile
- #4141 Fixed a bug where
v-progress-linear
was not properly positioned when using the loading prop on enclosed inputs, outline and solo - #4146 Fixed regression where
v-radio-group
's label was not being displayed - #4147 Fixed regression where very long messages were being clipped in
v-messages
(all input fields) - #4152
v-list-tile
will no longer emit click events when disabled - #4159 Fixed a bug where the cspNonce option was not being properly set when using
vue-meta
ornuxt
- #4163 Fixed and exception when
v-menu
is destroyed soon after opening - #4155 Corrected the type exports in colors.d.ts