We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v5.0.0 release notes
Replace elemMatch(argument) to elem('*').match(function() { ... }).
elemMatch(argument)
elem('*').match(function() { ... })
behavior mods and elemMods BEMJSON fields are changed. bem-xjst should not treat elemMods as mods.
API changed: require('bem-xjst') now returns two engines bemhtml and bemtree. Replace require('bem-xjst') to require('bem-xjst').bemhtml.
require('bem-xjst')
bemhtml
bemtree
require('bem-xjst').bemhtml