All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.1.0 Changes
- โก๏ธ Update dependencies to work with React 15 (thanks @kurtfunai)
- ๐ Allow functions inside updateUI (
this.props.updateUI('username', v => v.toUpperCase());
)
-
v0.0.15 Changes
- โ Add: Allow
options
andmergeProps
to be passed to@connect()
- โ Add: Expose
uiPath
inthis.props.uiPath
- ๐ Fix state evaluation when parents call resetUI
- ๐ Fix state evaluation when child call resetUI
- โ Add: Allow
-
v0.0.14 Changes
- ๐ Fix: update package.json for react 15
-
v0.0.13 Changes
- republish of 0.0.12 due to npm error
-
v0.0.12 Changes
- โ Add support for redux-immutable
-
v0.0.11 Changes
- โฌ๏ธ Change: Upgrade to babel 6
- ๐ Improve: Throw an error when custom reducers return no state
-
v0.0.9 Changes
- ๐ Fix: issue where componentWillReceiveProps could break derived state from functions within opts.state
-
v0.0.8 Changes
- โ Add: allow default state to be set from an evaulated function with the signature (props, state).
-
v0.0.7 Changes
- โ Add: Custom per-component reducers for local UI state modification
- ๐ Fix: Fix react warnings from setting props in constructor
-
v0.0.6 Changes
- ๐ Fix: no longer deeply convert UI defalts to immutableJS
- ๐ Change: Set default UI state in constructor
- ๐ Change: Delay wiping UI state on unmount in
requestAnimationFrame