v1.2.0 - Backbone upgrade and minor improvements
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
- added the ability to customize the behavior of
- Collection View / CompositeView
- added the ability to specifiy
getEmptyView
for dynamicemptyView
lookups
- added the ability to specifiy