Releases: bem/bem-components-dist
Releases · bem/bem-components-dist
v5.1.0
v5.0.0
v4.0.0
Breaking changes
Notable changes
Bug fixes
- An issue in BEMHTML template of
menuwhich prevented to usebem-xjstwas fixed. - An issue in
checkbox-groupwith absence of buttons separator was fixed (#1896).
Other changes
- Extra files were excluded from
npmandbowerpackages. - Documentation updated.
v3.0.0
Breaking changes
- bem-core library was updated to 3.0.1. With this update FastClick was removed and new implementation for pointer events was introduced for iOS devices. Also
touch-action: manipulationproperty was added to controls (#1787). - Dropped support for old
bem-xjst&bhversions (#1803). bem-xjst 6.3.0+ should be used. Since now there's no need to add dependencies oni-bemblock for base templates. - File extentions of
BEMHTMLtemplates were renamed from.bemhtmlto.bemhtml.js(#1464). Please check that new extention is supported in you build config. onSwitcherClickmethod ofdropdownblock was moved to prototype (#1502).bem-toolsconfigs were removed (#1816).
Bug fixes
- Wrong styling for
dropdownincontrol-groupwas fixed (#1741).
v2.5.1
v2.5.0
Notable changes
Bug fixes
- Fixed a bug in
selectwhich led to caching of hidden input on page refresh (#1752). - Fixed a bug in
buttonwhich led toclickevent generation afterpointercancel#1764. - Fixed a bug in
checkboxandradiowhich led to wrong form serialization with the help ofjQuery#1768. - Fixed a bug in
buttonstyling withfocused-hardmodifier (#1721). - Fixed right border of
buttoninsidecontrol-group(#1723). - Fixed borders for autofilled inputs in Blink-based browsers (#1710).
- Fixed a11y markup in
select(#1734). - Added insufficient dependencies in
select(#1667)&