Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 891 Bytes

@zayne-labs/toolkit

0.2.0

Minor Changes

  • fed62e5: feat: Add zustand context creation utility

    BREAKING CHANGE: The useAnimateElementRefs hook is now exported from the react/hooks/index.ts file.

0.1.5

Patch Changes

  • 03c07e5: fixed missing export for useAnimateElementRef

0.1.4

Patch Changes

  • 57cee2a: update a few types
  • 151873e: fixes to wrong export

0.1.3

Patch Changes

  • 76b44b8: update types and move a few files arounf

0.1.2

Patch Changes

  • 93b3038: add class resolver to hook

0.1.2

Patch Changes

  • ad7f779: move classResolver to hook

0.1.1

Patch Changes

  • 0a28fe5: relaxed ts requirements for cn prop on useDragScroll
  • db6a02c: remove isPrefersDarkMode from constants

0.1.0

Minor Changes

  • 38435f3: added useDragScroll hook

0.0.1

Patch Changes

  • 8350b67: initial release