Releases: amirqasemi74/react-store
Releases · amirqasemi74/react-store
0.0.17
What's Changed
- Fix: extra rerender on same non-primitive value assignment to store property by @amirqasemi74 in #52
Full Changelog: 0.0.16...0.0.17
0.0.16
toPlainObj
utile function to convert proxied types to plain object
0.0.15
- Fix:
@Props
store property key as@Effect
dependency has not been caused the effect to run
0.0.13
- Fix
connect
doesn't pass props to component.
0.0.12
- Store getters property will be automatically a
computed
property
0.0.9
@Wire(...)
and@Autowire()
to wire store-part to store
0.0.8
@Injectable()
and@Store()
can detect constructor dependencies automatically with decorator metadata
0.0.6
@Effect()
can run in store parent class
0.0.5
- Effect decorate can accept directly array of dependencies as object path strings or just one string as object path