Skip to content

v6.1.0

Compare
Choose a tag to compare
@miripiruni miripiruni released this 23 Mar 23:23
· 559 commits to master since this release

2016-03-24, v6.1.0, @miripiruni

Pass BEMContext instance as argument to template body

Now you can write arrow functions in templates:

block('arrow').match((_, json) => json._myFlag).tag()('strong');
  • [154a447662] - Merge pull request #200 from bem/feature/es6-adoption (Slava Oliyanchuk)