Skip to content

Latest commit

 

History

History
177 lines (91 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

177 lines (91 loc) · 5.14 KB

Changelog

v0.1.8

compare changes

💅 Refactors

  • Remove use of #imports in files (36d5d69)

📖 Documentation

❤️ Contributors

v0.1.7

compare changes

🩹 Fixes

  • deps: Move vueuse/nuxt to deps from dev (c7bb550)

❤️ Contributors

v0.1.6

compare changes

💅 Refactors

  • Change from explicit call to wrapFn to split (a320c14)

🎨 Styles

❤️ Contributors

v0.1.5

compare changes

🩹 Fixes

  • Remove unecessary computed refs, create SplitType on element mount (f0ff847)

❤️ Contributors

v0.1.4

compare changes

🚀 Enhancements

  • Add debounce and refactor types for latest split-type (79e020b)

❤️ Contributors

v0.1.3

compare changes

📖 Documentation

  • types: Added more docs and fixed types (516ac35)

❤️ Contributors

v0.1.2

compare changes

🩹 Fixes

❤️ Contributors

v0.1.1

compare changes

🩹 Fixes

  • Move split-type to dependency (aa8ef2b)

💅 Refactors

❤️ Contributors

v0.1.0

compare changes

🚀 Enhancements

  • ⚠️ Add SplitType native returns to composable output, component props are now reactive (5448f04)

📖 Documentation

  • Update README with new outputs (aa90383)

🏡 Chore

  • Add package.json niceties and add warning to README (6801bda)

⚠️ Breaking Changes

  • ⚠️ Add SplitType native returns to composable output, component props are now reactive (5448f04)

❤️ Contributors

v0.0.2

compare changes

📖 Documentation

  • Add full docs and push strategy, eslintify (5f5e28e)

❤️ Contributors

v0.0.1

🚀 Enhancements

  • First commit (6f73727)
  • Add necessary ingredients (96121d2)
  • Made working composable (2423b7d)
  • Create component (c6766d8)
  • Improve component (1e653b0)
  • Add directive (1fdbbe2)
  • Add @complete and v-slot exposing instance for component, optimise composable (211a7b3)

🩹 Fixes

  • component: Make props optional (01dd1be)
  • Have composable work in mounted and unmounted context, remove onComplete from return and add to options (e87615a)

📖 Documentation

🏡 Chore

❤️ Contributors