Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veged committed Nov 18, 2016
1 parent 002113a commit 90d654d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

## 3.1.0

### Notable changes
* [bem-core](https://en.bem.info/libs/bem-core/) library was updated to [3.2.0](https://github.com/bem/bem-core/releases/tag/v3.2.0).

### Bug fixes
* `button`: emit `click` on `pointerclick` instead of `pointerup`. This change fixes a bug in `popup__autocloseable` ([#1958](https://github.com/bem/bem-components/issues/1958)).

## 3.0.2

### Other changes
* button: Don't render element for text if passed `null` or `undefined` ([#1951](https://github.com/bem/bem-components/issues/1951)).
* `button`: Don't render element for text if passed `null` or `undefined` ([#1951](https://github.com/bem/bem-components/issues/1951)).
* BEMHTML template of `menu` block was changed to support `bem-xjst` 7.x in `bem-components` library.
* Minor docs update.

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# История изменений

## 3.1.0

### Notable changes
* Библиотека [bem-core](https://en.bem.info/libs/bem-core/) была обновлена до версии [3.2.0](https://github.com/bem/bem-core/releases/tag/v3.2.0).

### Bug fixes
* Блок `button` теперь генерирует событие `click` на DOM-событие `pointerclick` вместо `pointerup`, что исправляет ошибку в `popup__autocloseable` ([#1958](https://github.com/bem/bem-components/issues/1958)).

## 3.0.2

### В релиз вошли следующие изменения
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"libs"
],
"dependencies": {
"bem-core": "3.0.1"
"bem-core": "3.2.0"
},
"devDependencies": {
"bem-pr": "~0.13.0"
Expand Down

0 comments on commit 90d654d

Please sign in to comment.