Skip to content

Releases: svecosystem/runed

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)

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)