Skip to content

v4.3.0: WARNING! HAS MAJOR CHANGES REVERTED IN 4.3.1

Compare
Choose a tag to compare
@tadatuta tadatuta released this 23 Jul 16:57
· 9 commits to v4 since this release

Notable changes

  • jQuery was updated to 3.2.1 and 1.12.4 (#1587).

Bug fixes

  • Possibility to force lazy initialization from markup was fixed (#1579).
  • Possibility to declare entities with mixins was fixed (#1550).
  • Now lazyInit in declMod will throw an error (#1579).
  • With bug in isFunction method of functions block, which works wrong for special functions (#1577).

Other changes

  • .bemrc config was added (#1568).
  • vow was updated to 0.4.17 (#1565).
  • inherit was updated to 2.2.6 (#1519).
  • Private _delInitedMod method of i-bem block was removed (#1523).
  • Removed code for old bem-tools (e57678b).
  • npm dependencies were updated (#1589).
  • Now tests are executed also on Node.js 8 (dd7e534).
  • More specs for i-bem-dom were added (#1517).
  • gitbook was added (#1569).
  • JSDoc was fixed.
  • Documentation updates.