Skip to content

v3.0.0 [BROKEN]

Compare
Choose a tag to compare
@tadatuta tadatuta released this 14 Apr 11:32
· 593 commits to v4 since this release

Breaking changes

  • Base templates for BEMHTML and BEMTREE were removed (#1258). bem-xjst 6.3.0+ should be used instead. Since now there's no need to add dependencies on i-bem block for base templates.
  • File extentions of BEMHTML templates were renamed from .bemhtml to .bemhtml.js (#984). Please check that new extention is supported in you build config.
  • i-bem__i18n element was removed (#1304). Please use i18n block for internationalization.
  • jquery__events_type_pointerclick is not using FastClick anymore (#1088).

Notable changes

  • jQuery was updated to 2.2.3 and 1.12.3 (#1260).

Bug fixes

  • An issue in page was fixed. <meta name=viewport> had wrong user-scalable value on the touch level (#1294).
  • An issue in jquery__event_type_pointernative which led to JS error in IE8 was fixed (1317).

Other changes

  • dist: Autoinitialisation of blocks is optional now (#1271).