Skip to content

Releases: svecosystem/runed

[email protected]

20 Dec 15:41
a12cd68

Choose a tag to compare

Patch Changes

  • fix(resource): set initial loading state from options fields
    (#341)

  • Refactor IsInViewport to expose the underlying observer directly via an observer property
    (#202) Added a once option to
    useIntersectionObserver to automatically stop observing after the first intersection.

[email protected]

26 Nov 17:34
77ea2f6

Choose a tag to compare

Minor Changes

  • feat(PersistedState): add connect and disconnect methods to control synchronization to storage
    (#359)

  • feat(PersistedState): allow null values (#359)

[email protected]

07 Nov 00:25
d69eb76

Choose a tag to compare

Minor Changes

  • feat(IsIdle): add trackLastActive option to enable users to disable tracking the lastActive
    time (#363) for performance optimizations

Patch Changes

  • fix(useSearchParams): don't treat comma separated strings as arrays unless the field type is array
    (#383)

  • feat(useSearchParams): Date support (#368)

  • feat(useSearchParams): Zod codec support (#368)

  • fix(useSearchParams): back/forward reactivity
    (#383)

[email protected]

14 Oct 21:48
84cf1fc

Choose a tag to compare

Patch Changes

  • fix(useSearchParams): unsafe state mutation
    (#361)

[email protected]

14 Oct 01:10
2831568

Choose a tag to compare

Minor Changes

  • feat: add noScroll option to useSearchParams
    (#353)

  • BREAKING: remove Interval, consolidate features with useInterval
    (#350)

Patch Changes

  • fix: make useInterval's delay prop reactive
    (#350)

  • fix(useSearchParams): correctly handle number types
    (#354)

  • fix(PersistedState): move storage type and sync tab check into subscriber callback
    (#296)

  • fix(useSearchParams): resolve input lag/delay when binding the value to a param
    (#357)

[email protected]

23 Sep 00:24
5ecbd4e

Choose a tag to compare

Minor Changes

  • New Utility: IsDocumentVisibile (#328)

[email protected]

22 Sep 18:12
736db4f

Choose a tag to compare

Minor Changes

  • breaking(validateSearchParams): return an object with searchParams and data, searchParams
    being the (#329) validated URLSearchParams and
    data being the validated object

  • New Utility: onCleanup (#318)

Patch Changes

  • fix(validateSearchParams): fine grained access
    (#329)

[email protected]

21 Sep 01:35
1d6a547

Choose a tag to compare

Minor Changes

  • New Utility: useSearchParams (#266)

  • feat(StateHistory): add clear method to reset the stack
    (#293)

  • New Utility: boolAttr (#251)

Patch Changes

  • fix(IsIdle): use reactive events (#317)

  • fix: use a $derived in Previous (#314)

  • fix: type of event.currentTarget for useEventListener
    (#311)

[email protected]

23 Jul 14:17
46c4e54

Choose a tag to compare

Patch Changes

  • fix(persisted-state): do not make complex objects reactive
    (#270)

[email protected]

14 Jul 12:19
15c27c5

Choose a tag to compare

Minor Changes

  • feat: add interval utilities
    (c7de088)