Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.97 KB

HISTORY.md

File metadata and controls

39 lines (30 loc) · 1.97 KB

vNEXT

  • 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 just if. It uses Handlebars syntax. Based on #50.
  • Prevent unnecessary materialization of DOM. Based on #103.

v2.2.1, 2016-Dec-31

  • Reactive inline style attribute now preserves the internal order. Similarly for class. 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.

v2.2.0, 2016-Nov-01

  • 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 like checked property. #52 #102

v2.1.9, 2016-Sep-13

v2.1.8, 2016-Jun-10

  • History up to and including this version available as part of Meteor's history.