Releases: PygmySlowLoris/vue-ripple-directive
Releases · PygmySlowLoris/vue-ripple-directive
2.0.1
Breaking changes
- Now the ripple position is absolute positioned to it's parent relative position. It's fundamental that the element that has the directive it's
position: relative
. Even though if the element has no relative position the directive will change it's position temporary to relative and then try to return it's old position property.
1.1.0
Feature
- User can set default color for all ripples
1.0.11
Fix
- Fixed bug regarding issue #8. Managed to reproduce error.
The timeout was producing a latency effect when trying to removeChild
of parentNode
.
1.0.9
Fix
- Variable declaration was using ES6 syntax and code was not transpiled. Changed declaration to ES5.
1.0.8
Enhancement
- Now the directive will be trigger by default with a
mousedown
event (#4).
- Only if
mousedown
event it's present the ripple will not be removed until mouseup
v1.0.7
Fix
Changed ripple.js syntax to ES5 in order to make it works with uglify-js
v.1.0.6
New
Features
Now accepts modifiers.
E.g.
<th v-ripple.dblclick.800>
1.0.4
New
- First release!
- Accepts different colors