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
menu
which prevented to usebem-xjst
was fixed. - An issue in
checkbox-group
with absence of buttons separator was fixed (#1896).
Other changes
- Extra files were excluded from
npm
andbower
packages. - 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: manipulation
property was added to controls (#1787). - Dropped support for old
bem-xjst
&bh
versions (#1803). bem-xjst 6.3.0+ should be used. Since now there's no need to add dependencies oni-bem
block for base templates. - File extentions of
BEMHTML
templates were renamed from.bemhtml
to.bemhtml.js
(#1464). Please check that new extention is supported in you build config. onSwitcherClick
method ofdropdown
block was moved to prototype (#1502).bem-tools
configs were removed (#1816).
Bug fixes
- Wrong styling for
dropdown
incontrol-group
was fixed (#1741).
v2.5.1
v2.5.0
Notable changes
Bug fixes
- Fixed a bug in
select
which led to caching of hidden input on page refresh (#1752). - Fixed a bug in
button
which led toclick
event generation afterpointercancel
#1764. - Fixed a bug in
checkbox
andradio
which led to wrong form serialization with the help ofjQuery
#1768. - Fixed a bug in
button
styling withfocused-hard
modifier (#1721). - Fixed right border of
button
insidecontrol-group
(#1723). - Fixed borders for autofilled inputs in Blink-based browsers (#1710).
- Fixed a11y markup in
select
(#1734). - Added insufficient dependencies in
select
(#1667)&