All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

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 and mergeProps to be passed to @connect()
    • โž• Add: Expose uiPath in this.props.uiPath
    • ๐Ÿ›  Fix state evaluation when parents call resetUI
    • ๐Ÿ›  Fix state evaluation when child call resetUI
  • 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