Skip to content

Releases: svecosystem/runed

[email protected]

21 Mar 13:11
c25b136
Compare
Choose a tag to compare

Minor Changes

  • previous: allow passing initial value
    (3bbcb9e)

Patch Changes

  • fix: Fix issues with PersistedState in runes mode.
    (#236)

[email protected]

17 Mar 14:42
8480e22
Compare
Choose a tag to compare

Patch Changes

  • fix(persisted-state): write state to storage even if only a nested property is changed. fixes #224
    (#225)

[email protected]

10 Mar 16:14
cd23cc4
Compare
Choose a tag to compare

Minor Changes

  • feat: add resource that watches dependencies and runs async data fetching
    (#218)

[email protected]

15 Feb 17:31
a33da60
Compare
Choose a tag to compare

Patch Changes

  • fix: package.json default exports (#220)

[email protected]

09 Feb 12:26
ba957a3
Compare
Choose a tag to compare

Patch Changes

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