Releases: justintaddei/v-wave
Releases · justintaddei/v-wave
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2024-09-11)
⚠ BREAKING CHANGES
- the wave effect will be disabled if
prefers-reduced-motion:
set toreduce
unlessrespectPrefersReducedMotion
isfalse
. - the disabled attr now disables the wave effect on the element and removed the ability to disable the wave effect by passing
false
to the directive - Nuxt 2 module entry moved from
v-wave/nuxt
tov-wave/nuxt/v2
Features
- active wave on synthetic clicks (#783) (cb0f1dc)
- add disabled and respectDisabledAttribute options (3a1fc6a), closes #543
- add support Nuxt 3 (c3b8576)
- added waitForRelease (to let waves dissolve immediately) (#746) (3efecb3), closes #604
- option to stop propagation of waves to parent elements (e2a3dd9), closes #544
- respectPrefersReducedMotion (#745) (5edc0a5), closes #740
Bug Fixes
- deps: bump @nuxt/kit from 3.10.0 to 3.10.1 (a3cddb0)
- deps: bump @nuxt/kit from 3.10.1 to 3.10.2 (f5ab3f0)
- deps: bump @nuxt/kit from 3.10.2 to 3.10.3 (384cec7)
- deps: bump @nuxt/kit from 3.10.3 to 3.11.0 (6491b64)
- deps: bump @nuxt/kit from 3.11.0 to 3.11.1 (8c36a57)
- deps: bump @nuxt/kit from 3.11.1 to 3.11.2 (de7b11d)
- deps: bump @nuxt/kit from 3.11.2 to 3.12.1 (a2c7602)
- deps: bump @nuxt/kit from 3.12.1 to 3.12.2 (e61e144)
- deps: bump @nuxt/kit from 3.8.2 to 3.9.0 (0892877)
- deps: bump @nuxt/kit from 3.9.0 to 3.9.1 (3d5c566)
- deps: bump @nuxt/kit from 3.9.1 to 3.9.2 (8dab91f)
- deps: bump @nuxt/kit from 3.9.2 to 3.9.3 (88c4ecf)
- deps: bump @nuxt/kit from 3.9.3 to 3.10.0 (a2ddcce)
- deps: bump actions/cache from 3 to 4 (eef04f1)
- deps: bump actions/checkout from 3 to 4 (41753a0)
- deps: bump actions/setup-node from 3.8.0 to 3.8.1 (06b684f)
- deps: bump actions/setup-node from 3.8.1 to 4.0.0 (5d1fca2)
- deps: bump actions/setup-node from 4.0.0 to 4.0.1 (f0f55aa)
- deps: bump actions/setup-node from 4.0.1 to 4.0.2 (c6c7dc3)
- deps: bump braces from 3.0.2 to 3.0.3 (6d0cf8c)
- deps: bump dependabot/fetch-metadata from 1 to 2 (4bea55f)
- deps: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (4dce01e)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (e42ad21)
- deps: bump pnpm/action-setup from 2 to 4 (461d3a2)
- deps: bump tar from 6.2.0 to 6.2.1 (c06fa35)
- error in projects without both deps and devDeps (f0e8d17)
- nuxt3 typescript support in nuxt.config.ts (9aa28ec)
- wave container not being reused (24c56d8)
Miscellaneous Chores
- release 3.0.0 (e154243)