Releases: svecosystem/runed
Releases · svecosystem/runed
Minor Changes
- feat: add interval utilities
(c7de088
)
Patch Changes
- fix: remove
#version
from persisted & don't recreate proxies
(#279)
Minor Changes
- feat(Debounced): Expose pending state from useDebounce
(#272)
Minor Changes
- breaking: remove
initialSize
and calculate size before first resize
(#262)
Patch Changes
- fix: use
createSubscriber
for ElementSize
util
(#254)
Minor Changes
-
New utility: TextareaAutosize
(#233)
-
New utility: extract
(#233)
-
New utility: ScrollState
(#233)
-
feat: export Getter
and MaybeGetter
types
(#233)
Patch Changes
- change:
extract
types (#233)
Minor Changes
- feat(PressedKeys): add the ability to register a callback to execute when a specified key
combination is pressed. (#239)
Patch Changes
-
chore: add license field to package.json (#238)
-
fix(PersistedState): prevent console errors if typeof window === undefined
(#244)
-
fix(resource): remove redundant equality comparison
(#248)
-
fix(PressedKeys): keys are not cleared after key combination is pressed
(#239)
Minor Changes
- previous: allow passing initial value
(3bbcb9e
)
Patch Changes
- fix: Fix issues with
PersistedState
in runes mode.
(#236)
Patch Changes
- fix(persisted-state): write state to storage even if only a nested property is changed. fixes #224
(#225)