react-backbone v0.14.0 Release Notes

Release Date: 2014-12-06 // over 9 years ago
    • โž• add collection mixins - 543dc0b

      • collectionAware
      • collectionEvents
      • collectionChangeAware
      • collectionXHRAware
      • collectionLoadOn
      • collectionUpdateOn
    • โž• add declarative collections support

      events: {
        'collection:reset': 'onReset'
      }
      
    • โž• add "loadWhile" mixin (extracted from the loadWhile mixin that was previously in the "modelLoadOn" mixin)

    A ReactComponent can now have both a bound model and/or a bound collection

    Compatibility notes:

    • ๐Ÿ‘ collections are no longer supported using modelChangeAware: collectionChangeAware must be used instead
    • ๐Ÿšš "modelEventAware" mixin has been removed and "modelEvents" should be used in it's place

    Commits