Skip to content

Latest commit

 

History

History
179 lines (105 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

179 lines (105 loc) · 7.19 KB

Changelog

v0.0.8

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.0.7

compare changes

🚀 Enhancements

  • Support stacking ripple animation by creating a span element inside bounded elements when triggered (6ef7453)

🩹 Fixes

  • Ensure that only transitions fired by ripple bounded elements get their styles removed on transitionend (3277325)

❤️ Contributors

v0.0.6

compare changes

🩹 Fixes

  • Improve mounting of handlers (595c92a)

📖 Documentation

🏡 Chore

  • package: Add description (ae059f0)
  • playground: Use primary emerald by default (dd4ffc6)
  • playground: Adjust style (6b75d0b)
  • playground: Wrap codes (f8d533f)
  • playground: Update icons and add github link (d8f00ab)
  • Lint (2e264de)
  • playgroud: Adjust dosc styles (bc632a1)

❤️ Contributors

v0.0.5

compare changes

💅 Refactors

🏡 Chore

❤️ Contributors

v0.0.4

compare changes

🩹 Fixes

  • Improve effect for layouts using dataset instead of class (a1263ca)
  • type: Module options type (24c2a94)

🏡 Chore

  • playground: Test with layout and page transition enabl (594a3be)
  • playground: Test with async setup (530deda)
  • Lint (2c786f5)

❤️ Contributors

v0.0.3

compare changes

🩹 Fixes

  • Plugin and directive hooks (db21b14)

🏡 Chore

❤️ Contributors

v0.0.2

compare changes

🩹 Fixes

  • Ripples on layout stop working after page change (193170a)

🏡 Chore

❤️ Contributors

v0.0.1

🚀 Enhancements

  • Nuxt-ripple (b1fb0f9)
  • Add scale support for directive and update config options + refactor types (7bfc866)

🩹 Fixes

  • playground: Missing generateDynamic on mounted (8043387)
  • Set listener when event listener is added only (1d506e4)
  • playground: Demo link (a302abc)
  • Set attributes to dynamic added elements (cdf9781)
  • Fix bugs, optimize plugin utils and improve playground (cfecf18)

💅 Refactors

  • plugin: Refine (f3943fe)
  • Composable behavior (ec20fac)
  • Improve plugin config handling and use object directives for overrides (1e082cb)
  • Improve composable + update playground demo (d15916b)

📖 Documentation

🏡 Chore

❤️ Contributors