effector 21.0.0effector 21.0.0• Add object form of
split for pattern-matching without additional forwards
Try itYou can match directly to store api as well:
Try itsplit in documentationthanks
@doasync for amazing research
• Merge
effector/fork into
effector. Now all methods required for SSR are exported from the library itself, making
effector/fork an alias
• Make
Scope type alias for
Fork• Add support for es modules:
import {createStore} from 'effector/effector.mjs'• Effect without a handler now throws an error during a call instead of calling
console.error with undefined return, which was violating the type of effect
• Remove
restore aliases,
event.filter(fn) alias for
event.filterMap(fn),
greedy in sample as separate last argument and unused
blocks and
Kindeffector-react 21.0.0effector-react 21.0.0• Add support for es modules
• Remove experimental
Gate.isOpen plain property, which was incompatibile with concurrent mode and ssr
effector-vue 21.0.0effector-vue 21.0.0• Add support for es modules