react-backbone v0.15.0 Release Notes

Release Date: 2014-12-12 // over 9 years ago
    • null check on modelPopulate callback - 8362f80
    • requre jquery as last factory param - 6db6460
    • 📇 rename composite mixins to use a "backbone" prefix - 0f9fc42

    Compatibility notes: 👀 If you are using the input components (Backbone.input) you must add the jquery as an additional argument to the react-backbone method (see install instructions for details)

    require('react-backbone')(React, Backbone, _, $);
    

    The following mixin names have changed "XHRAware" is now "backboneXHRAware" "changeAware" is now "backboneChangeAware" "loadOn" is now "backboneLoadOn" ⚡️ "updateOn" is now "backboneUpdateOn"

    Commits