Skip to content

Releases: matthias-vogt/legitRipple.js

v1.1.0

29 Nov 19:12
Compare
Choose a tag to compare

Added touchDelay option

v1.0.0

28 Nov 01:14
Compare
Choose a tag to compare

First official stable release ;)

Breaking changes:

  • removed .longOpacity and .longDrop classes from CSS
  • changed fixedPos API

Additions:

  • added short delay before triggering ripples on touch devices to enable scrolling past ripple elements without triggering them (fixes #9)
  • added will-change to CSS
  • added bower install option

Internal changes:

  • restructured JS
  • abstracted touch event handling
  • now using semantic versioning