Skip to content

Releases: svecosystem/runed

runed@0.24.1

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)

runed@0.24.0

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)

runed@0.23.4

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

Patch Changes

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

runed@0.23.3

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

Patch Changes

runed@0.23.2

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

Patch Changes

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

runed@0.23.1

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

Patch Changes

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

runed@0.23.0

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)

runed@0.22.0

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)

runed@0.21.0

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)

runed@0.20.0

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)