Skip to content

Commit

Permalink
Merge 297f6ec into 6b0db0e
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Varankin committed May 19, 2014
2 parents 6b0db0e + 297f6ec commit bf4e648
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.2

- An issue with block reinitialization on the DOM node, that has been processed with destructor, was fixed
in `i-bem__dom` ([#518](https://github.com/bem/bem-core/issues/518)).
- An issue in mod events subscription was fixed in `i-bem`. `false` could be used as `modVal` ([#529](https://github.com/bem/bem-core/issues/529)).
- `jquery` was updated to the lattest minor releases 2.1.1 and 1.11.1 ([#515](https://github.com/bem/bem-core/issues/515)).

## 2.2.1

- An issue in `jquery__event_type_pointerpressrelease` was fixed. `pointerpress` event has been triggered twice on each mousedown
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 @@
# История изменений

## 2.2.2

- Исправлена ошибка в модуле `i-bem__dom` приводящая к повторной инициализации блока на DOM-узле отмеченном как
удаленный ([#518](https://github.com/bem/bem-core/issues/518)).
- Исправлена ошибка в модуле `i-bem` из-за которой невозможно было пописаться на событие выставление модификатора в
значение `false` ([#529](https://github.com/bem/bem-core/issues/529)).
- Модуль `jquery` обновлен до версий 2.1.1 и 1.11.1 ([#515](https://github.com/bem/bem-core/issues/515)).

## 2.2.1

- Исправлена ошибка в модуле `jquery__event_type_pointerpressrelease`, из-за которой событие `pointerpress` генерировалось
Expand Down

0 comments on commit bf4e648

Please sign in to comment.