Skip to content

Releases: PygmySlowLoris/vue-ripple-directive

2.0.1

30 Nov 15:36
Compare
Choose a tag to compare

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

18 Nov 18:30
Compare
Choose a tag to compare

Feature

  • User can set default color for all ripples

1.0.11

24 Jul 10:12
Compare
Choose a tag to compare

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

12 Jul 09:15
Compare
Choose a tag to compare

Fix

  • Variable declaration was using ES6 syntax and code was not transpiled. Changed declaration to ES5.

1.0.8

13 Jun 12:01
Compare
Choose a tag to compare

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

24 May 14:09
Compare
Choose a tag to compare

Fix

Changed ripple.js syntax to ES5 in order to make it works with uglify-js

v.1.0.6

19 May 08:08
Compare
Choose a tag to compare

New

Features

Now accepts modifiers.

  • event
  • transition

E.g.

<th v-ripple.dblclick.800>

1.0.4

12 May 12:35
Compare
Choose a tag to compare

New

  • First release!
  • Accepts different colors