All Versions
66
Latest Version
Avg Release Cycle
7 days
Latest Release
3470 days ago

Changelog History
Page 6

  • v0.9.0 Changes

    July 20, 2014
    • โž• add low level backbone aware input components (Text, TextArea, CheckBox, Select, RadioGroup) - 6da1970
  • v0.8.0 Changes

    July 19, 2014
    • ๐Ÿ‘Œ support mixin parameters for "modelValueAware" - efea304
    • ๐Ÿ‘Œ support mixin parameters for "modelLoadOn" in addition to the "loadOn" property - 0db26d6
    • ๐Ÿ‘Œ support mixin parameters for "modelUpdateOn" and remove the updateOnModelEvent method - d8b246b, 36c2dfc

    Compatibility notes:

    • โšก๏ธ note that the updateOnModelEvent method has been removed in favor of mixin parameters for "modelLoadOn"
    • note that the react-mixin-manager dependency version has changed

    Commits

  • v0.7.1 Changes

    July 18, 2014
    • ensure this.state exists before binding/undinding model events - 6e41527

    Commits

  • v0.7.0 Changes

    July 18, 2014
    • bind "this" as context for modelPopulate callback - 505baa8
    • modelPopulate queries component values using getUIValue rather than getModelValue - 2d88c99

    Commits

  • v0.6.3 Changes

    June 17, 2014
    • ๐Ÿ›  fix bower.json - 8320142
    • โšก๏ธ update dependencies docs - 5c9a6c1
    • โšก๏ธ update docs - 618afca

    Commits

  • v0.6.2 Changes

    June 16, 2014
    • โž• add non-default mode support for declarative event bindings (with react-events) but standard behavior still works you can now provide prop/ref key name with "model[keyName]:eventName": "handlerMethod" - 81844a1
    • โž• add bower.json - 5442f8e

    Commits

  • v0.6.1 Changes

    June 14, 2014
    • โšก๏ธ use deferUpdate (react-mixin-manager >= 0.5.0) instead of forceUpdate This allows for a reset which will fire an add event for every model in a collection and then a reset event (all will call deferUpdate) but will only execute a forceUpdate 1 time. - 22522e1

    Compatibility notes: ๐Ÿš€ This requires an update of react-mixin-manager to >= 0.5.0. It really shouldn't be a patch release but I just made a release yesterday and I do not think it has been downloaded.

    Commits

  • v0.6.0 Changes

    June 13, 2014
    • โž• add the "modelPopulate" mixin - 9cd2ae7

    Commits

  • v0.5.0 Changes

    June 12, 2014
    • standardize mixin names - 4d18967 modelAccessor -> modelAware modelValueAccessor -> modelValueAware modelEventBinder -> modelEventAware modelInvalidBinder -> modelInvalidAware modelChangeListener -> modelChangeAware modelAsyncListener -> modelAsyncAware

    Commits

  • v0.4.1 Changes

    June 12, 2014
    • โž• add react-events specials implentations (memoize, delay, defer, throttle, debounce, once) - fe4be7a

    Commits