Skip to content

Releases: andyleach/vue-flash

Bug Fix

27 Mar 20:19
9bf8120
Compare
Choose a tag to compare

Solved bug fix that allowed .alert-wrap from preventing window clicks

Remove unnecessary v-show that broke exit transitions

17 Jul 12:20
Compare
Choose a tag to compare

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

27 Jun 12:33
Compare
Choose a tag to compare

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:

  1. 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.
  2. Icon support. This functionality behaves the same way that classes using a prop called icons, with an additional prop called displayIcons to determine whether icons should be turned on.
  3. Updated documentation

2.0.0

01 Jun 19:56
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/andyleach/vue-flash

Transitions

22 May 21:22
Compare
Choose a tag to compare
1.0.3

Transitions and Updated Readme