Changelog
0.3.9
2013-12-26
ractive.findComponent()
and ractive.findAllComponents()
methods, for getting references to components{{getJSON(url)}}
wrapped by @lluchs' Promise adaptor)Ractive.svg
Changelog
0.3.8
2013-12-14
ractive.merge()
- merge items from one array into another (e.g. updating with data from a server)items[*].status
ractive.insert()
and ractive.detach()
methods for moving a Ractive instance in and out of the DOM without destroying itractive.toHTML()
replaces ractive.renderHTML()
ractive.findAll( selector, { live: true })
maintains a live list of elements matching any CSS selectorChangelog
0.3.7
2013-10-06
ractive.get()
)findAll()
method{defer:true}
is passed as an option to ractive.observe()
Ractive.delimiters
and Ractive.tripleDelimiters
$(input).val(newValue)
)undefined
in place of unknown referencesChangelog
0.3.5
2013-08-11
on-click
style event binding (as opposed to proxy-click
)Changelog
0.3.4
2013-08-06
ractive.find()
and ractive.findAll()
convenience methods (equivalent to ractive.el.querySelector()
and ractive.el.querySelectorAll()
)Ractive.extend()
can now have a beforeInit
method that will be called before renderingChangelog
0.3.1
2013-07-10
Changelog
0.3.0
2013-05-27