v1.1.0-beta.1
Pre-release
Pre-release
·
13931 commits
to dev
since this release
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-slidercould not set step to 0 - #4088 Fixed regression where
v-autocompletewas 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-iconinheriting color fromv-btnwhile still removing color animation when using disabled - #4140 Removed a style for the deprecated
v-list-itemcomponent that was applying opacity tov-list-tile - #4141 Fixed a bug where
v-progress-linearwas 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-tilewill no longer emit click events when disabled - #4159 Fixed a bug where the cspNonce option was not being properly set when using
vue-metaornuxt - #4163 Fixed and exception when
v-menuis destroyed soon after opening - #4155 Corrected the type exports in colors.d.ts