Skip to content

Releases: bem/bem-bl

v2.0.2

16 Jun 07:52
Compare
Choose a tag to compare
  • i-ua_interaction_yes: Fixed bug with unbind from mousedown event

v2.0.1

06 Jun 11:41
Compare
Choose a tag to compare
  • Support old attributes onclick and ondblclick for backward compatibility
  • Allow to override mix mode of touch b-page
  • Don't live initialize i-ua

v2.0.0

30 May 00:36
Compare
Choose a tag to compare
  • i-bem: Use data-bem attribute instead of onclick for js params
  • i-bem__dom: Fix for blocks without domElem #460
  • i-bem__dom: Check for block#destruct() has been called already
  • BEMHTML: Performance improvements
  • BEMHTML: Introduce tree structure checks
  • BEMHTML: Propagate mods and elemMods to mix mode templates

NB! In case you are using enb to build your project, you will need to upgrade enb-xjst package to 1.2.0 version.

v1.4.4

17 Jun 16:24
Compare
Choose a tag to compare
  • i-bem__dom: Fix for a bug when block#destruct() has been called several times

v1.4.3

17 Jun 16:22
Compare
Choose a tag to compare
  • Stop testing on travis on node 0.8 and 0.9
  • Actualise version on package.json

v1.4.2

26 May 21:41
Compare
Choose a tag to compare
  • Prevent blocks to reinitialize during destructing

v1.4.1

23 Apr 21:34
Compare
Choose a tag to compare
  • i-ua_interaction_yes was improved
  • i-bem__dom: destruction of implicitly created block on dom node was fixed

v1.4.0

15 Apr 20:42
Compare
Choose a tag to compare
  • i-fastclick: Fastclick library was updated to v1.0.0.
  • i-bem__dom_init_auto: Now autoinit is called asynchronously to speed up rendering. Refer #492 for details.