- Support for chaining block helpers syntax sugar (#39).
Now you can use
{{#if foo}}...{{else if bar}}..{{else}}..{{/if}}
instead of manually nesting block helpers. It works with any block helper, not justif
. It uses Handlebars syntax. Based on #50. - Prevent unnecessary materialization of DOM. Based on #103.
- Reactive inline
style
attribute now preserves the internal order. Similarly forclass
. External changes are appended to the end. #141 #159 - Reverted #102 and made a different fix for removing attributes
for
false
values in dynamic attributes (#52). Fixes regression reported in #151.
- Allow nested
template.autorun
calls. #148 - Potential speedup by using a specialized
_.bind
function. - Better support for HTML5 boolean attributes (
disabled
,required
,hidden
, ...) to be removed when a falsy value is set, just likechecked
property. #52 #102
- Moved documentation to: http://blazejs.org/
- Started
HISTORY.md
file with the list of all changes. - Moved development to the new repository: https://github.com/meteor/blaze
- Split
templating
package intotemplating-compiler
andtemplating-runtime
. #10
- History up to and including this version available as part of Meteor's history.