marionette.toolkit
Advanced tools
Changelog
v0.4.0
App
, Component
and StateClass
to npm separately.StateModel
can now be defined as a function returning a Backbone.Model
Component
ViewClass
can now be defined as a function returning a ViewchildApps
as a function, it is now passed the same options
as initialize
App
from destroying more than onceChangelog
v0.3.0
var Toolkit = require('Marionette.Toolkit');
DuplicateChildAppError
Changelog
v0.2.1
Changelog
v0.2.0
Component
now mixes in the StateModel
instance as stateModel
instead of model
stateDefaults
are now on StateClass
and defaults
was removed from `ComponentToolkit.noConflict
App
now has a triggerStart
method that can be overridden to introduce async app startsApp
buildApp
is now easier to overrideComponent
buildView
is now easier to overrideoptions
to the Component
's view via showIn
show
and renderView
Component
now attaches its view as currentView
instead of view