All Versions
10
Latest Version
Avg Release Cycle
110 days
Latest Release
2633 days ago

Changelog History

  • v1.0.0

    February 02, 2017
  • v0.10.0 Changes

    November 06, 2015

    Major

    • React v0.14
  • v0.9.0 Changes

    July 26, 2015

    Major

    • ๐Ÿ”Œ Plug and play static on, onModel, onCollection and off methods for fine grained control over model/collection bindings (#65, #77)

    Minor

    • โšก๏ธ Usage of Backbone.Collection#update event instead of #add and #remove (#82)
    • โšก๏ธ Update to Backbone v1.2.0, React v0.13.3 and Underscore v1.8.3
  • v0.8.1 Changes

    April 22, 2015

    Bug fixes

    • ๐ŸŽ Performance improvements by deferring @setState calls
  • v0.8.0 Changes

    March 16, 2015

    Breaking changes

    • React v0.13
    • Internally @setState will be always used instead of @setProps, so you're model/collections data will be available under @state (#36, #54)
    • ๐Ÿš€ @getModel and @getCollection no longer crawls the dirty _owner reference (which will be removed on incoming React release), instead they are able to grab the model and collection instances through @context (new React feature)
    • When passing a single model, the JSON representation will be available under @state.model instead of directly into @state
    • ๐Ÿ†• New @overrideModel and @overrideCollection methods to programatically override a model/collection in a component. This is useful for use cases such as react-router (#60)

    Minor

    • Listen to Backbone.Model#invalid event (#53)
    • @$ now fallbacks to DOM's querySelector if jQuery is not present

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘ Allow to change collection/model references (#29) (by filtering @componentWillReceiveProps)
  • v0.8.0-beta.2

    February 25, 2015
  • v0.8.0-beta.1

    February 18, 2015
  • v0.8.0-alpha.2

    December 26, 2014
  • v0.8.0-alpha.1

    December 25, 2014
  • v0.7.3

    December 26, 2014