Changelog
0.8.4
2016-11-04
Bug fixes
findAll
propagates through yielders correctly (#2743)Other changes
{{#with foo}}
will now render if foo
is an empty object or array, as it is valid context. {{#foo}}
will not render if foo
is empty.Changelog
0.8.3
2016-10-30
toHTML()
without DOM rendering in a few scenarios, including fixes for class-
and style-
attributes not being included in the string output.Changelog
0.8.2
2016-10-26
Changelog
0.8.1
2016-10-20
Bug fixes
Other
contextLines
that will give you more (or less) of the surrounding template with errors and warnings.Ractive.WELCOME_MESSAGE
that tools can use to control the welcome message that Ractive prints on first init.