v9.0.0
github-actions
released this
19 Dec 06:48
·
8 commits
to refs/heads/master
since this release
Reflect 9.0 #80 (@AlexandrHoroshih)
⚠️ Breaking changes
/ssr
export is removed and/scope
is deprecated - do not use those for SSR anymore, use the main export.- New minimal peer deps verisons:
[email protected]
and[email protected]
🚀 Features
fromTag
- Arbitary callbacks are fully supported in
bind
, even if you use the Fork API of Effector - All operators now have
useUnitConfig
- this object will be directly passed to the underlyinguseUnit
(hook fromeffector-react
calls). Useful in case you need toforceScope
for some reason.