Skip to content

Commit

Permalink
Changelog for 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jun 19, 2017
1 parent 7cc6c4c commit 97486c2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.2.1

### Bug fixes

- Fixed an issue with elems cache invalidation on DOM modifications ([#1487](https://github.com/bem/bem-core/issues/1487)).
- Fixed an issue in `i-bem-dom__events` when event's data was not passed to handler ([#1509](https://github.com/bem/bem-core/pull/1509)).
- Fixed method `isEditable` of `dom` module. Missing editable input types were added ([#1502](https://github.com/bem/bem-core/pull/1502)).

### Other changes
- Fixed syntax error in `i-bem-dom` JSDoc.
- Minor documentation updates.
- [CLA](https://github.com/bem/bem-core/blob/v4/CLA.md) introduced.

## 4.2.0

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

## 4.2.1

### В релиз вошли следующие исправления ошибок

- Исправлена ошибка с инвалидацией кеша элементов при изменении DOM ([#1487](https://github.com/bem/bem-core/issues/1487)).
- Исправлена ошибка в `i-bem-dom__events`, приводившая к тому, что данные события не передавались в обработчик ([#1509](https://github.com/bem/bem-core/pull/1509)).
- Исправлен метод `isEditable` модуля `dom`. Добавлены недостающие типы ([#1502](https://github.com/bem/bem-core/pull/1502)).

### Также в релиз вошли следующие изменения
- Исправлены синтаксические ошибки в JSDoc блока `i-bem-dom`.
- Незначительные исправления документации.
- Добавлено [CLA](https://github.com/bem/bem-core/blob/v4/CLA.md).

## 4.2.0

### Крупные изменения
Expand Down

0 comments on commit 97486c2

Please sign in to comment.