Skip to content

Releases: svecosystem/runed

[email protected]

30 Jan 23:07
36537f8
Compare
Choose a tag to compare

Patch Changes

  • patch: add defined checks in addition to browser for window
    (#212)

[email protected]

15 Jan 18:42
732fe0a
Compare
Choose a tag to compare

Patch Changes

  • fix: remove PURE from global exports (#200)

[email protected]

03 Jan 19:08
4f35ef8
Compare
Choose a tag to compare

Minor Changes

  • feat: onClickOutside (#190)

  • breaking: deprecate Readable in favor of createSubscriber from Svelte
    (#193)

  • breaking: replace useActiveElement with ActiveElement for custom DocumentOrShadowRoot
    options (#193)

Patch Changes

  • breaking: remove IsSupported (#199)

  • internal: remove addEventListener in favor of
    on from Svelte
    (#196)

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