Skip to content

v2.5.0

Compare
Choose a tag to compare
@tadatuta tadatuta released this 01 Apr 08:15
· 211 commits to v6 since this release

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 to click event generation after pointercancel #1764.
  • Fixed a bug in checkbox and radio which led to wrong form serialization with the help of jQuery #1768.
  • Fixed a bug in button styling with focused-hard modifier (#1721).
  • Fixed right border of button inside control-group (#1723).
  • Fixed borders for autofilled inputs in Blink-based browsers (#1710).
  • Fixed a11y markup in select (#1734).
  • Added insufficient dependencies in select (#1667)&

Other changes

  • Dist: added client JS bundles without autoinit #1781.
  • BEMHTML: implemented support for new versions of bem-xjst (#1745).
  • Documentation updated.