Skip to content

Releases: svecosystem/runed

[email protected]

03 Jul 08:49
296c835
Compare
Choose a tag to compare

Minor Changes

  • feat: Add FiniteStateMachine (#111)

[email protected]

01 Jul 17:47
62d245d
Compare
Choose a tag to compare

Minor Changes

  • feat: IsFocusWithin (#103)

[email protected]

23 Jun 19:18
ccd9e39
Compare
Choose a tag to compare

Minor Changes

  • allow setting immediately and cancelling Debounced update (#96)

  • feat: IsIdle (#94)

  • allow passing multiple events to useEventListener (#96)

  • allow cancelling debounce fn (#96)

  • update watch utility (#83)

Patch Changes

  • fix animationFrames (#91)

  • Fix isIdle errors (#96)

[email protected]

12 Jun 16:22
87bf056
Compare
Choose a tag to compare

Patch Changes

  • fix animationFrames (#89)

[email protected]

12 Jun 09:53
6032717
Compare
Choose a tag to compare

Minor Changes

  • add AnimationFrames (#78)

[email protected]

06 Jun 17:10
7f0cc38
Compare
Choose a tag to compare

Minor Changes

  • feat: useIntersectionObserver (#73)

Patch Changes

  • fix: ensure "add" utility exports types as well (#74)

[email protected]

04 Jun 10:46
4331a20
Compare
Choose a tag to compare

Patch Changes

  • rename match to matches in MediaQuery (#69)

[email protected]

02 Jun 23:22
d5c7e36
Compare
Choose a tag to compare

Minor Changes

  • add ElementRect (#67)

  • feat: useStore (#50)

  • add useMutationObserver (#67)

  • add useResizeObserver (#67)

  • return cleanup from watch (#67)

Patch Changes

  • rename match to matches in MediaQuery (#67)

[email protected]

23 May 22:15
dd3b8de
Compare
Choose a tag to compare

Minor Changes

  • add PressedKeys utility (#58)

Patch Changes

  • fix active element erroring on SSR (#60)

  • fix active element not being up to date outside effects (#55)

[email protected]

11 May 23:28
c7da659
Compare
Choose a tag to compare

Minor Changes

  • add Debounced utility (#48)

  • BREAKING: Remove box (#48)

Patch Changes

  • Change useMounted to IsMounted (#48)

  • change useSupported to IsSupported (#48)

  • change useElementSize to ElementSize (#48)

  • change useActiveElement to activeElement (#48)

  • change useStateHistory to StateHistory (#48)

  • change usePrevious to Previous (#48)