Releases: svecosystem/runed
Releases · svecosystem/runed
runed@0.37.1
20 Dec 15:41
Compare
Sorry, something went wrong.
No results found
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.
runed@0.37.0
26 Nov 17:34
Compare
Sorry, something went wrong.
No results found
runed@0.36.0
07 Nov 00:25
Compare
Sorry, something went wrong.
No results found
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 )
runed@0.35.1
14 Oct 21:48
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix(useSearchParams): unsafe state mutation
(#361 )
runed@0.35.0
14 Oct 01:10
Compare
Sorry, something went wrong.
No results found
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 )
runed@0.34.0
23 Sep 00:24
Compare
Sorry, something went wrong.
No results found
Minor Changes
New Utility: IsDocumentVisibile (#328 )
runed@0.33.0
22 Sep 18:12
Compare
Sorry, something went wrong.
No results found
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 )
runed@0.32.0
21 Sep 01:35
Compare
Sorry, something went wrong.
No results found
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 )
runed@0.31.1
23 Jul 14:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix(persisted-state): do not make complex objects reactive
(#270 )
runed@0.31.0
14 Jul 12:19
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: add interval utilities
(c7de088 )