Releases: effector/reflect
Releases · effector/reflect
v9.2.0
v9.1.1
🐛 Bug Fixes
- Fix type inference for function props and store value #84 (@AlexandrHoroshih)
v9.1.0
🚀 Features
- improvement: bind hooks' callbacks to a scope #82 (@iposokhin)
🐛 Bug Fixes
- Fix variant type inference #83 (@AlexandrHoroshih)
v9.0.0
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:
effector@23.1.0
andeffector-react@23.1.0
🚀 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.
v8.4.0
🚀 Features
This release allows usage of Reflect with Effector 23, but is not yet introducing advanced types support, so Effector 22 is still allowed too
Full-featured support of Effector 23 will come a bit later.
- Allow effector 23 #78 (@AlexandrHoroshih)
v8.3.3
🐛 Bug Fixes
- [Fix]: Add types field #75 (@AlexandrHoroshih)
v8.3.2
v8.3.1
🐛 Bug Fixes
- No weird effector-imports in ESM build #66 (@igorkamyshev)
v8.3.0
📚 Documentation
- Fix formatting typo #62 (@AlexandrHoroshih)
New build system released
previously we announced reflect with the new build system, now we release it
v8.2.1-rc
- Remade build system