Bem Components Versions Save

Set of components for sites development

v5.1.1

6 years ago

Bug fixes

  • An issue in select_mode_radio-check which led to extra input elements in DOM was fixed.
  • An issue in attach which could result with wrong templates order was fixed.

Other changes

  • In checkbox block with islands theme margin was moved to text element.

v6.0.1

6 years ago

Notable changes

Bug fixes

  • bem-xjst 8.x support: js() was replaced with addJs() (#2050).
  • popup_target_anchor: Fix calc logic to support new version of jQuery (#2051).
  • Remove old inputs in select_mode_radio-check(#2055).

Other changes

  • Added CLA (#2034).
  • attach: Remove dead templates (#2056).

v6.0.0

7 years ago

Breaking changes

  • BEMHTML templates now depends on bem-xjst v8.6.7 (#1942).

v5.1.0

7 years ago

Notable changes

Bug fixes

  • Fixed dropdown unexpected closing (#1998).
  • dist: i-bem-dom__init_auto was removed from no-autoinit bundle (#2002).

Other changes

  • Add styles for link_disabled (#2004).
  • dist: Provide concatenated bem-xjst templates (#1855).

v5.0.0

7 years ago

Breaking changes

See changelog and migration guide from previous version.

v4.0.0

7 years ago

Breaking changes

Notable changes

Bug fixes

  • An issue in BEMHTML template of menu which prevented to use bem-xjst was fixed.
  • An issue in checkbox-group with absence of buttons separator was fixed (#1896).

Other changes

  • Extra files were excluded from npm and bower packages.
  • Documentation updated.

v3.1.3

7 years ago

Bug fixes

  • An issue in modal_autoclosable which led to immediate closing was fixed (1963).

v3.1.2

7 years ago

Bug fixes

  • *.styl files are compiled to *.css in release package.

v3.1.0

7 years ago

Notable changes

Bug fixes

  • button: emit click on pointerclick instead of pointerup. This change fixes a bug in popup__autocloseable (#1958).

v3.0.2

7 years ago

Changes

  • button: Don't render element for text if passed null or undefined (#1951).
  • BEMHTML template of menu block was changed to support bem-xjst 7.x in bem-components library.
  • Minor docs update.