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

Changelog History
Page 5

  • v0.13.0 Changes

    November 25, 2014
    • โœ‚ remove support for "model[propKey]" declaritive event in favor of "prop[propKey]" react-events definition - 4ded30b
    • ๐Ÿ‘‰ use react-events "listen" mixin for modelOn/modelOnce/modelOff events - e88dc8f
    • โœ‚ remove "listenTo" mixin (now part of "listen" react-events mixin) - 68bdfc8

    Compatibility notes: ๐Ÿšš jhudson8/react-events is now a hard dependency (in addition to react-mixin-manager) for react-backbone as the "listenTo" functionality was moved to react-events named as the "listen" mixin all references to declarative events like "model:someEvent" are fine but any specific prop key references like "model[foo]:someEvent" need to be changed to react-event prop bindings "prop:foo:someEvent"

    Commits

  • v0.12.1 Changes

    November 20, 2014
    • ๐Ÿ‘Œ support react 0.12 (allow "name" prop to identify model key) - 8b0b693
    • โž• add error detection - e7b8834

    Commits

  • v0.12.0 Changes

    November 14, 2014
    • โž• add additional method signatures for modelPopulate - e6c1c6c
    • for modelPopulate, change getModelValue to just getValue and getUIModelValue to getDOMValue - e36d774
    • โœ‚ remove "modelValueAware" mixin to use Backbone.input.getModel and Backbone.input.setModel instead - 906ac23

    Compatibility notes: this is not backwards compatible if you were using the "modelValueAware" mixin or referencing the "getModelValue" or "setModelValue" methos. component.getModelValue is now referenced as Backbone.input.getModelValue(component) and the same with setModelValue note: these methods are used to set a value that is on the model which is bound to a component

    modelPopulate now references the "getValue" method to get the value which should be set on the model. This used to be "getModelValue" ๐Ÿ‘ the Backbone.input components also now support getDOMValue which returns the actual form input value. Usually "getValue" and "getDOMValue" are the same but they can be different in the case of a checkbox.

    Commits

  • v0.11.3 Changes

    November 11, 2014
    • โž• add "listenTo" mixin - 3d2969c

    Commits

  • v0.11.2 Changes

    November 11, 2014
    • ๐Ÿ›  scoping bug fixes - f770b47
    • ๐Ÿ‘ check this.key and this.ref to support React 0.12 - 1295da8

    Commits

  • v0.11.1 Changes

    November 02, 2014
    • โž• add react-mixin-manager package keyword - 15f3f2e

    Commits

  • v0.11.0 Changes

    November 01, 2014
    • reference new backbone-xhr-events project instead of backbone-async-event
    • ๐Ÿ”„ change modelAsyncAware mixin name to modelXHRAware - 5825464

    ๐Ÿ‘€ see new backbone-xhr-events project at https://github.com/jhudson8/backbone-xhr-events

    Commits

  • v0.10.2 Changes

    September 20, 2014
    • ๐Ÿ› bug fix: setModel to set model in state rather than props - 5b2e91c
    • getModel to use props.model or props.collection - c24093e
    • gracefully handle state mutation for an unmounted component - 8af8d71

    Commits

  • v0.10.1 Changes

    September 07, 2014
    • โž• add "react-component" keyword - 3cabfa1

    Commits

  • v0.10.0 Changes

    July 27, 2014
    • โž• add the "loadWhile" method to the "modelLoadOn" mixin - dfe7d7e

    Commits