Releases: svecosystem/runed
Releases · svecosystem/runed
runed@0.24.1
Patch Changes
- fix(persisted-state): write state to storage even if only a nested property is changed. fixes #224
(#225)
runed@0.24.0
Minor Changes
- feat: add
resource
that watches dependencies and runs async data fetching
(#218)
runed@0.23.4
Patch Changes
- fix: package.json default exports (#220)
runed@0.23.2
Patch Changes
- patch: add defined checks in addition to browser for
window
(#212)
runed@0.23.1
Patch Changes
- fix: remove
PURE
from global exports (#200)
runed@0.23.0
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
runed@0.22.0
Minor Changes
-
feat: Configurable globals (window
, document
, navigator
, etc.)
(#186)
-
breaking: Align useGeolocation
API with the Geolocation Web API
(#189)
runed@0.21.0
Minor Changes
Patch Changes
- simplify
IsSupported
internals (#184)