Releases: abdel-17/svelte-material-ripple
Releases · abdel-17/svelte-material-ripple
v0.2.0
Breaking Changes
- Remove the following props:
duration
disableFallback
hoverColor
hoverOpacity
pressedColor
pressedOpacity
- Rename the
ref
prop toelement
. - Remove the fallback behavior when JavaScript is not available.
- Drop Svelte 4 support.
Minor Changes
- Add the
for
prop. - Add the
theme
prop, replacinghoverColor
,hoverOpacity
,pressedColor
, andpressedOpacity
.