Skip to content

Releases: svecosystem/runed

runed@0.19.0

16 Dec 04:30
c750824
Compare
Choose a tag to compare

Minor Changes

  • Breaking: Set minimum peer dep to svelte@5.7.0 or greater to support
    createSubscriber API
    (#177)

  • Enable PersistedState to be used in .svelte.[ts|js] files
    (#177)

runed@0.18.0

06 Dec 22:15
f7cbda7
Compare
Choose a tag to compare

Minor Changes

  • feat: add runScheduledNow and updateImmediately to Debounced
    (#142)

Patch Changes

  • fix: PersistedState - only listen for the 'storage' event if using 'local' storage
    (#159)

runed@0.17.0

05 Dec 20:41
6fc4c67
Compare
Choose a tag to compare

Minor Changes

  • change: handle boolean conversion within IsSupported to improve DX
    (#165)

  • feat: useGeolocation (#165)

runed@0.16.3

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

Patch Changes

  • fix: AnimationFrames (#168)

runed@0.16.2

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

runed@0.16.1

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)

runed@0.16.0

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

Minor Changes

  • Add PersistedState (#113)

runed@0.15.4

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)

runed@0.15.3

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

Patch Changes

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

runed@0.15.2

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

Patch Changes