eolant / vuetify-toast-snackbar

Basic Vue toast service that uses Vuetify Snackbar component.
MIT License
127 stars 36 forks source link

Replace the "flat" prop of close button in "text" #18

Closed lorro closed 5 years ago

lorro commented 5 years ago

This is also a change from Vuetify1 to Vuetify2. The "flat" prop of VBtn has been renamed to "text".

[Vuetify] [BREAKING] 'flat' has been removed, use 'text' instead. For more information, see the upgrade guide https://github.com/vuetifyjs/vuetify/releases/tag/v2.0.0#user-content-upgrade-guide

Also the prop 'auto-height' has been removed

[Vuetify] [REMOVED] 'auto-height' has been removed. You can safely omit it.

eolant commented 5 years ago

@lorro thanks! I double checked the docs and it looks like text property isn't required as icon already does it.

Designates the button as icon - round and flat

hamzamihaidanielx commented 4 years ago

And, when can we expect a fix for this? I'm using it too...