gulp-bem / gulp-bem-xjst

DEPRECATED repository, moved to https://github.com/bem/gulp-bem/tree/master/packages/gulp-bem-xjst
MIT License
6 stars 3 forks source link

Update bem-xjst to version 6.5.1 šŸš€ #9

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rocket::rocket::rocket:

bem-xjst just published its new version 6.5.1, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of bem-xjst ā€“ otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


GitHub Release

Now bem-xjst trim and escape cls. Example:

// Template:
block('b1').elem('e1').content()(function() {
    return JSON.stringify(this.mods);
});
// BEMJSON:
[
    { block: 'b1', cls: '">' },
    { block: 'b2', cls: '   hello    ' }
]

Result before fix (v6.5.0):

<div class="b ">"></div>
<div class="   hello    "></div>

Result after fix (v6.5.1):

<div class="b &quot;>"></div>
<div class="hello"></div>

The new version differs by 124 commits .

There are 124 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: