Vue Ripple Directive Versions Save

Material Ripple Effect as Vue Directive.

2.0.1

6 years ago

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

6 years ago

Feature

  • User can set default color for all ripples

1.0.11

6 years ago

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

6 years ago

Fix

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

1.0.8

6 years ago

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

1.0.7

6 years ago

Fix

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

1.0.6

6 years ago

New

Features

Now accepts modifiers.

  • event
  • transition

E.g.

<th v-ripple.dblclick.800>

1.0.4

7 years ago

New

  • First release!
  • Accepts different colors