Skip to content

v2.1.0

Compare
Choose a tag to compare
@tadatuta tadatuta released this 19 Mar 15:58
· 485 commits to v6 since this release

Major changes

  • Optional support for Internet Explorer 8 in graceful degradation way was implemented (#1205). For more info please refer notes in README.
  • bem-core dependency was updated to 2.6.0.

Bug fixes

  • An issue with resize in textarea block was fixed (#1330).
  • An issue with select transition which led to scrollbars flash was fixed (#1323).
  • Controls highlight on touch devices was removed (#1390).
  • Appearance of button_view_plain in disabled state was fixed (#1378).
  • An issue with input block behaviour in Chrome was fixed (#1382).
  • An issue with visible content of hidden modal was fixed (#1372).
  • An issue with extra bounding to keydown handler in menu block was fixed (#1381).
  • Event propagation in select block when escape is pressed is now stopped (#1367).
  • link inside disabled menu-item_type_link is now disabled as well (#1353).

Other changes

  • Ability to use modifier _width_available in input, select and textarea without theme was added (#1404).
  • Config to build library distribution was improved (#1411).
  • menu block will throw descriptive error in case of wrong content provided (#1320).
  • Documentation was updated.