UNPKG

@wilkr/alpine-ripple

Version:

Ripple effect (materialize) for Alpine.js.

41 lines (23 loc) 1.34 kB
# Changelog All notable changes to `alpine-ripple` will be documented in this file. ## v1.1.2 - 2023-04-03 ### What's Changed - Use `passive` option for `touchstart` and `touchmove` event listeners **Full Changelog**: https://github.com/rawilk/alpine-ripple/compare/v1.1.1...v1.1.2 ## v1.1.1 - 2023-01-31 ### What's Changed - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/alpine-ripple/pull/3 - Make ripple click effect inherit border radius from its parent element **Full Changelog**: https://github.com/rawilk/alpine-ripple/compare/v1.1.0...v1.1.1 ## v1.1.0 - 2023-01-26 ### What's Changed - NPM: Bump @babel/core from 7.20.5 to 7.20.7 by @dependabot in https://github.com/rawilk/alpine-ripple/pull/1 - Add `overflow:hidden` to base ripple element - Add new `x-ripple-focus` directive for keyboard focus pulsating ripple effect - Add new `focusedClass` config option for the ripple focus directive - Add more event listeners to the `x-ripple` directive, such as `keydown` and `touchstart` for better handling of the ripple effect ### New Contributors - @dependabot made their first contribution in https://github.com/rawilk/alpine-ripple/pull/1 **Full Changelog**: https://github.com/rawilk/alpine-ripple/compare/v1.0.0...v1.1.0 ## v1.0.0 - 2022-12-16 initial release