- change all descendant
model.el
properties set atModule#render()
- change expose
fruitmachine.Events
- remove
Module#inDOM()
- add support for third party models
- change
fruitmachine.View
=>fruitmachine.Module
- change component.json to bower.json
- change allow
name
key as an alternative tomodule
in module definitions
- fix bug with delegate event listeners not being passed correct aguments
- change
slot
now defines placement overid
- change
children
can now be an object (keys asslot
) or an array. - change
id
is optional, used only for queries. - change 'LazyViews' can only be instantiated
var view = fruitmachine(layout)
no longer viafruitmachine.View
. - add event hooks on
View
for'tojson'
and'inflation'
- add events to
fruitmachine
namespace to allowfruitmachine.on('inflation')