Blaze 2.6 has been released!
I have written a quick article summing things up.
Or here is the full changelog for 2.6:
-
#330 Removed deprecated APIs from before Meteor 1.0
- This is potentially breaking, especially for old packages and apps.
-
blaze-html-templates@2.0.0
- Dependency on
ui
andspacebars
package has been removed
- Dependency on
-
spacebars@1.3.0
-
Spacebars.TemplateWith
has been removed, please useBlaze._TemplateWith
if you need it.
-
-
blaze@2.6.0
-
Blaze.InOuterTemplateScope
has been removed, if you need it, you can useBlaze._InOuterTemplateScope
-
-
templating-runtime@1.6.0
-
Template.__define__
has been removed -
UI.body
has been removed, you should be usingTemplate.body
-
Template.__body__
has been removed, you should be usingTemplate.body
-
Template.__body__.__contentParts
has been removed, you should be usingTemplate.body.contentViews
-
Template.__body__.__instantiate
has been removed, you should be usingTemplate.body.renderToDocument
-
- #341 Add support for arbitrary iterables in #each templates
- #358 Make Template.contentBlock consistent with/out data provided
- #359 Underscore has been removed from observe sequence
- Updated testing dependencies