backbone.marionette
Advanced tools
Changelog
v1.0.1 view commit logs
AMD build: Removed require('jQuery')
as Marionette now pulled Backbone.$
as
Marionette.$
.
Fixed RegionManager to allow region types to be specified again, not just region instances.
NPM: Removed hard dependency on jQuery from the dependency list. This will be pulled in by other libs, or should be pulled in manually, to get the right version.
Changelog
v1.0.0-rc6 view commit logs
onBeforeRender
callback, so that it will be called before serializing the data for the model / templateChangelog
v1.0.0-beta3 view commit logs