Skip to content

Releases: svecosystem/runed

[email protected]

20 Dec 19:36
318a41d
Compare
Choose a tag to compare

Minor Changes

  • feat: Configurable globals (window, document, navigator, etc.)
    (#186)

  • breaking: Align useGeolocation API with the Geolocation Web API
    (#189)

[email protected]

19 Dec 23:20
9e28ddd
Compare
Choose a tag to compare

Minor Changes

  • breaking: deprecate MediaQuery in favor of Svelte's MediaQuery
    (#184)

  • breaking: deprecate Store in favor of Svelte's fromStore and toStore
    (#184)

Patch Changes

  • simplify IsSupported internals (#184)

[email protected]

18 Dec 17:57
f6455d9
Compare
Choose a tag to compare

Minor Changes

  • feat: Context - a type-safe wrapper around the Svelte
    Context API.
    (#178)

  • feat: IsInViewport (#181)

[email protected]

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

Minor Changes

[email protected]

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)

[email protected]

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)

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