Releases: andyleach/vue-flash
Releases · andyleach/vue-flash
Bug Fix
Remove unnecessary v-show that broke exit transitions
Special thanks to @fredrivett for his pull request fixing a bug in exit transitions for our notifications. You can read more about it here: #11 (comment)
Customizable Flash Classes And Icons
This release is thanks to the inspiration of @olivierdrot thanks so much for taking the time that you did to make a PR to Vue-Flash.
What's included:
- Support for completely custom classes through a prop called
types
which is an object of all alert/notification classes that might be used. This removes the limit on what classes can be used so you could theoretically have an infinite number of different alert/notification types. - Icon support. This functionality behaves the same way that classes using a prop called
icons
, with an additional prop calleddisplayIcons
to determine whether icons should be turned on. - Updated documentation
2.0.0
Transitions
1.0.3 Transitions and Updated Readme