Skip to content

v1.2.0 - Backbone upgrade and minor improvements

Compare
Choose a tag to compare
@samccone samccone released this 22 Oct 15:08
· 1724 commits to master since this release

This release updates MarionetteJS to work with Backbone 1.1.0. To make this work, Marionette is back-filling the Backbone.View this.options for all Marionette specific view types. This is a temporary plug while the Backbone community moves toward the new version of Backbone and this breaking change in Backbone v1.1.

MarionetteJS still works with Backbone v1.0 of course. You should be able to drop this release in without any breaking changes, whether you are using Backbone v1.0 or v1.1

Additional highlights for this release include:

  • Views
    • added the ability to customize the behavior of triggers preventDefault and stopPropagation
  • Collection View / CompositeView
    • added the ability to specifiy getEmptyView for dynamic emptyView lookups