Skip to content

Releases: svecosystem/runed

[email protected]

05 Dec 18:36
01b5a9f
Compare
Choose a tag to compare

Patch Changes

  • fix: AnimationFrames (#168)

[email protected]

05 Dec 00:56
0f52670
Compare
Choose a tag to compare

Patch Changes

  • Refactored public methods to use prototype-based bound functions instead of arrow functions for
    (#161) better inheritance and reduced memory
    usage

[email protected]

03 Dec 01:30
f3e5fe4
Compare
Choose a tag to compare

Patch Changes

  • widen the type of element getter args to HTMLElement | undefined | null
    (#157)

  • ensure explicit return types for utilities (#157)

  • fix: isIdle.current should be readonly (#157)

[email protected]

01 Dec 19:30
c3b8f41
Compare
Choose a tag to compare

Minor Changes

  • Add PersistedState (#113)

[email protected]

25 Nov 15:04
ed82c2e
Compare
Choose a tag to compare

Patch Changes

  • docs: add jsdoc comments to the Debounced state util (#140)

  • fix: useDebounce race condition (#139) (#146)

[email protected]

29 Sep 20:08
191b7cb
Compare
Choose a tag to compare

Patch Changes

  • fix: add a browser check in MediaQuery (#137)

[email protected]

03 Sep 23:02
9878f23
Compare
Choose a tag to compare

[email protected]

13 Aug 20:36
4a4a107
Compare
Choose a tag to compare

Patch Changes

  • fix: avoid writing to state in media-query getter (#122)

  • Replace $state.frozen with $state.raw (#130)

[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)