Skip to content

Latest commit

 

History

History
312 lines (176 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

312 lines (176 loc) · 11.2 KB

Changelog

v1.0.0-beta.2

compare changes

🚀 Enhancements

  • Add BakedPresetsArray to all baked functions, fix rotate crash (2de8b20)

🩹 Fixes

  • docs: Correct configuration (d53e11f)

❤️ Contributors

v1.0.0-beta.1

compare changes

🩹 Fixes

📖 Documentation

❤️ Contributors

v1.0.0-beta.0

compare changes

🚀 Enhancements

  • ⚠️ Revitalize baked format (39b5220)
  • Finish new baked format (b65c469)
  • Finish custom bakes in config (#2)
  • createInfiniteMarquee: Create composable (804411a)
  • directives: Add new directives (#6)

🩹 Fixes

  • useLocomotive: Have locomotive scroll in wrapper than in window (2d72538)
  • useLocomotive, useInfiniteMarquee: Locomotive types, infinite marquee implies child (52c7fdb)

💅 Refactors

  • More typesafety, multiple build type fixes (b290a91)

📖 Documentation

  • Update path (91fceb5)
  • roadmap: Update roadmap (bdcf1f8)
  • directives: Reorganize directives and update docs (8964563)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Revitalize baked format (39b5220)

❤️ Contributors

v0.3.1

compare changes

🩹 Fixes

  • Move all working code to runtime/ fixes (#4)

📖 Documentation

  • useLocomotive: Add component (1044f7b)
  • useBendyWendyTransition, useOffsetTransition: Add component, composable (f870c50)

❤️ Contributors

v0.3.0

compare changes

🚀 Enhancements

  • ⚠️ Simplify runtime to single folder (55244cc)
  • ⚠️ Add separate components page, change naming scheme of custom transitions (368f6a0)

🩹 Fixes

  • directives: Fix locations for baked (ec3afcd)
  • Generic types are pushed to src (5fe16b5)
  • Change directives location, move deps (8bb8467)

💅 Refactors

  • baked: Move baked/ to utils (1319f96)

📖 Documentation

⚠️ Breaking Changes

  • ⚠️ Simplify runtime to single folder (55244cc)
  • ⚠️ Add separate components page, change naming scheme of custom transitions (368f6a0)

❤️ Contributors

v0.2.0

compare changes

🚀 Enhancements

  • useGenericTransition: Create 1-2-3 transitions (b59ff97)
  • useGenericTransition: Simplify composable (a7b9268)
  • docs: Add docs website (e5d2984)
  • ⚠️ Change baked locations, add baked option to directive (9920cc6)

🩹 Fixes

📖 Documentation

  • README: Add docs link (f9a4a7a)
  • website: Make README as the vitepress pages (6685423)
  • fix: Dead link (da55a42)
  • index: Add link (169032c)
  • vitepress: Complete auto-generate docs (0801d64)
  • vitepress: Simplify route rewrite (ea6fd14)
  • Add more (520e295)
  • vitepress: GenerateSidebar function (bf0cf5b)
  • vitepress: Add SEO (ead0671)
  • index.md: Fix get started (4618634)
  • README: Remove redundant documentation (bb5fc2b)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Change baked locations, add baked option to directive (9920cc6)

❤️ Contributors

v0.1.9

compare changes

🚀 Enhancements

  • useBakedTransition: Add new composable (369cfe5)
  • useGenericTransition: Add composable for generic from-to transitions (0dbe5a1)

📖 Documentation

  • useBakedTransition, useGenericTransition: Add tsdoc (267df27)

❤️ Contributors

v0.1.8

compare changes

🚀 Enhancements

  • InfiniteMarquee: Add pauseOnHover and acceleration (bbb6309)

❤️ Contributors

v0.1.7

compare changes

🚀 Enhancements

  • Add transition helpers, improve transition testing (6b7fa65)
  • Do not reinvoke gsap functions on window resize (384a603)

🩹 Fixes

💅 Refactors

  • Change location of composables, update docs (704a273)

❤️ Contributors

v0.1.6

compare changes

🩹 Fixes

  • useGsap: Fix types for timeline (140d184)

❤️ Contributors

v0.1.5

compare changes

v0.1.4

compare changes

🩹 Fixes

  • Import gsap alone for side-effects (ed1476a)

❤️ Contributors

v0.1.3

compare changes

🩹 Fixes

  • Proper global typing of gsap (9752d51)

❤️ Contributors

v0.1.2

compare changes

🩹 Fixes

❤️ Contributors

v0.1.1

compare changes

🚀 Enhancements

  • Add transitions, fix types (a033d2a)

❤️ Contributors

v0.1.0

🚀 Enhancements

  • First commit (702f6a5)
  • InfiniteMarquee component (b9e5125)
  • Add useSplitTextAnimation composable and directive (ece3e8b)
  • ⚠️ Change word-split to split-animate, full functionality (e6b59ef)
  • Add animate (82c2dfa)
  • ⚠️ Add useGsap (c28266c)
  • Make smoothscroll fully functional (573e533)
  • Add scrolltrigger for translate (98cc636)
  • Separate baked and generic animation composables (f594377)
  • composables/useGsap: Create workable version of timeline (4e51a09)
  • transitions: Add transitions, stabilise infinite marquee (6e6d739)

💅 Refactors

  • Add defineTween for creating types (635bc07)

⚠️ Breaking Changes

  • ⚠️ Change word-split to split-animate, full functionality (e6b59ef)
  • ⚠️ Add useGsap (c28266c)

❤️ Contributors