Skip to content

Releases: abdel-17/svelte-material-ripple

v0.2.0

27 Sep 18:18
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Breaking Changes

  1. Remove the following props:
    • duration
    • disableFallback
    • hoverColor
    • hoverOpacity
    • pressedColor
    • pressedOpacity
  2. Rename the ref prop to element.
  3. Remove the fallback behavior when JavaScript is not available.
  4. Drop Svelte 4 support.

Minor Changes

  1. Add the for prop.
  2. Add the theme prop, replacing hoverColor, hoverOpacity, pressedColor, and pressedOpacity.