Releases: Omnistac/zedux
Releases · Omnistac/zedux
v1.2.2
Fixes:
atoms
: disable ecosystem.find()
fuzzy search if params are passed (#103)
v1.2.2-rc.0
Fixes:
atoms
, react
: useAtomSelector - subscribe to the new selector before destroying the old (#101)
v1.2.1
Fixes:
core
: allow store-extending classes to have array state types (#96)
core
: always notify effects subscribers when a hydration has metadata (#98)
v1.2.0
Fixes:
react
: improve types for AtomProvider (#92)
v1.2.0-rc.1
Fixes:
react
: handle unstable inline selector results in useAtomSelector
(#88)
v1.2.0-rc.0
This release featured a near-full rewrite of the useAtomInstance
and useAtomSelector
hooks. They should be stable, but we're releasing a release candidate version first to verify
New Features:
atoms
, react
: remove uSES usages and support strict mode (#86)
v1.1.1
New Features:
atoms
: give atom instances access to their real template type (#81)
atoms
: make ecosystem.find()
do a fuzzy search when no exact match (#79)
v1.1.0
Republish of v1.1.0-rc.0 with no additional changes since the release candidate looks good
New Features:
atoms
: add runOnInvalidate
option to injectPromise
(#69)
atoms
: deprecate injectInvalidate
(prefer injectSelf
) (#70)
core
: micro-optimize iterating and removing store subscribers (#76)
Fixes:
atoms
: make query atoms retain data (#68)
core
: point core package's field to the correct file (#75)
react
: fix multiple renderers cross-window React warning (#72)
atoms
, immer
, machines
: prevent injectors from consuming hydrations (#71)
v1.1.0-rc.0
New Features:
atoms
: add runOnInvalidate
option to injectPromise
(#69)
atoms
: deprecate injectInvalidate
(prefer injectSelf
) (#70)
core
: micro-optimize iterating and removing store subscribers (#76)
Fixes:
atoms
: make query atoms retain data (#68)
core
: point core package's field to the correct file (#75)
react
: fix multiple renderers cross-window React warning (#72)
atoms
, immer
, machines
: prevent injectors from consuming hydrations (#71)
v1.0.3
Fixes:
atoms
: let the WeakMap clean up selector ref keys (#66)
atoms
: make data retention consistent across injectPromise
and api(promise)
(#65)