Releases: svecosystem/runed
Releases · svecosystem/runed
runed@0.31.1
Patch Changes
- fix(persisted-state): do not make complex objects reactive
(#270)
runed@0.31.0
Minor Changes
- feat: add interval utilities
(c7de088
)
runed@0.29.2
Patch Changes
- fix: remove
#version
from persisted & don't recreate proxies
(#279)
runed@0.29.0
Minor Changes
- feat(Debounced): Expose pending state from useDebounce
(#272)
runed@0.28.0
Minor Changes
- breaking: remove
initialSize
and calculate size before first resize
(#262)
Patch Changes
- fix: use
createSubscriber
for ElementSize
util
(#254)
runed@0.27.0
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)
runed@0.26.0
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)
runed@0.25.0
Minor Changes
- previous: allow passing initial value
(3bbcb9e
)
Patch Changes
- fix: Fix issues with
PersistedState
in runes mode.
(#236)