Skip to content

Commit

Permalink
Merge pull request #1716 from /issues/1715@v2
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
tadatuta committed Nov 16, 2015
2 parents 36bb06e + 8e0bafe commit cac44a4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,20 @@
# Changelog

## 2.4.0

### Notable changes
* `bem-core` dependency was updated to [2.8.0](https://en.bem.info/libs/bem-core/v2.8.0/changelog/#280).
* Accessibility (a11y) was improved in all blocks ([#1206](https://github.com/bem/bem-components/issues/1206)).
* `dist` build is now uses `bem-xjst@next`, which gives possibility to add templates in runtime.

### Other changes
* `dropdown` does not generate extra wrapper around `switcher` and `popup` any more ([#1392](https://github.com/bem/bem-components/issues/1392)).
* Misused `<i>` element replaced with neutral `<span>` in all blocks ([#1668](https://github.com/bem/bem-components/issues/1668)).
* Multiline comments in stylus files, which break source maps, replaced with singleline ([#1702](https://github.com/bem/bem-components/issues/1702)).

## 2.3.0

### Major changes
### Notable changes
* `bem-core` dependency was updated to [2.7.0](https://en.bem.info/libs/bem-core/v2.7.0/changelog/#270).
* BH 4.x support added ([#1587](https://github.com/bem/bem-components/issues/1587)).
* BEM-XJST 2.x support added ([#1495](https://github.com/bem/bem-components/pull/1495)).
Expand Down Expand Up @@ -51,7 +63,7 @@

## 2.1.0

### Major changes
### Notable changes

* Optional support for Internet Explorer 8 in graceful degradation way was implemented ([#1205](https://github.com/bem/bem-components/issues/1205)). For more info please refer [notes in README](/README.md#support-ie8).
* `bem-core` dependency was updated to [2.6.0](https://github.com/bem/bem-core/blob/v2/CHANGELOG.md#260).
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.ru.md
@@ -1,5 +1,17 @@
# История изменений

## 2.4.0

### Крупные изменения
* Библиотека `bem-core` была обновлена до версии [2.8.0](https://ru.bem.info/libs/bem-core/v2.8.0/changelog/#280).
* Проработана доступность (a11y) всех блоков ([#1206](https://github.com/bem/bem-components/issues/1206)).
* dist-сборка теперь собирает шаблоны с помощью `bem-xjst@next`, что позволяет добавлять шаблоны в рантайме.

### Также в релиз вошли следующие изменения
* `dropdown` теперь не генерирует обертку вокруг `switcher` и `popup` ([#1392](https://github.com/bem/bem-components/issues/1392)).
* Несемантичное использования тега `<i>` заменено на `<span>` во всех блоках ([#1668](https://github.com/bem/bem-components/issues/1668)).
* Многострочные комментарии в файлах stylus, ломающие карты кода, заменены на однострочные ([#1702](https://github.com/bem/bem-components/issues/1702)).

## 2.3.0

### Крупные изменения
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bem-components",
"version": "2.3.0",
"version": "2.4.0",
"description": "BEM Components Library",
"bugs": "https://github.com/bem/bem-components/issues",
"main": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "",
"license": "MPL-2.0",
"name": "bem-components",
"version": "2.3.0",
"version": "2.4.0",
"description": "BEM Components Library",
"repository": {
"type": "git",
Expand Down

0 comments on commit cac44a4

Please sign in to comment.