Releases: Omnistac/zedux
Releases · Omnistac/zedux
v2.0.0-rc.5
v2.0.0-rc.4
Fixes:
stores
: restore previous store scheduler instead of clearing (#229)
v2.0.0-rc.3
v2.0.0-rc.2
Fixes:
react
: fix import path inAtomProvider
(#224)
v2.0.0-rc.1
v2.0.0-rc.0
New Features:
- Breaking Change
atoms
,stores
: improvefindAll
, ions, and clean up types, properties, and deprecations (#212) - Breaking Change
atoms
,stores
: renamegetInstanceId
togetNodeId
and add ascope
option (#211) - Breaking Change
machines
,stores
: rename store-based APIs and types in the stores package (#213)
v2.0.0-beta.8
v2.0.0-beta.7
Fixes:
react
: remove react package dep on core package (#206)
v2.0.0-beta.6
New Features:
- Breaking Change
atoms
: support@atom
node type filter infindAll
anddehydrate
(#204) - Breaking Change
atoms
,stores
: use a singly-linked list for evaluation reasons (#202) - Breaking Change
atoms
,react
,stores
: standardize id generation (#201) - Breaking Change
atoms
,core
,immer
,machines
,react
,stores
: separate sync and async schedulers (#200)
v2.0.0-beta.5
New Features:
- Breaking Change
atoms
: rename atom flags to tags (#188) - Breaking Change
atoms
: use consistent terminology for observers and sources (#197) - Breaking Change
atoms
,stores
: implementinjectHydration
; removemanualHydration
(#195) - Breaking Change
atoms
,react
: rework ecosystem resets and internal module state (#190) - Breaking Change
atoms
,immer
,machines
,react
,stores
: de-underscore-prefix atom promise properties; move_isEvaluating
to store atoms (#196) - Breaking Change
atoms
,core
,immer
,machines
,react
: remove atoms package's dependency on core package (#191) atoms
: wrap exports andinjectCallback
in current atom's scope (#187)react
: check forReact.use
before using; partially support React 18 (#198)
Fixes:
react
: only rerender inuseAtomInstance
if subscribed (#185)