Changelog
v6.4.1
MyStore.state
shortcut (from 6.4.0) is not available in IE10 and below, use accordingly in your projects.Changelog
v6.3.0
Changelog
v6.2.0
context
and updater
added to Reflux.Component contructor.Changelog
v6.1.0
Changelog
v6.0.0
reflux-core
v1.0.0.Changelog
v5.0.4
Changelog
v5.0.3
Reflux.initStore
(basically clone of Reflux.initializeGlobalStore
but can be used more broadly).Reflux.initializeGlobalStore
in favor of more broadly usable Reflux.initStore
.reflux-core
v0.4.2, which has more broad importing support.Changelog
v5.0.2
defineReact
by better detecting of React.reflux-core
v0.4.1, which solves some memory leaks.Changelog
v5.0.1
Reflux.Component
and Reflux.Store
(and their sub-methods/properties). Also defineReact
, initializeGlobalStore
, GlobalState
, getGlobalState
, setGlobalState
.