Skip to content

Commit

Permalink
Merge pull request #829 from /issues/813@v2
Browse files Browse the repository at this point in the history
Changelog for [email protected]
  • Loading branch information
Vladimir Varankin committed Jan 26, 2015
2 parents b4e9d2d + 3d7fef1 commit 744765a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 2.5.1

### Bug fixes

- An issue in `jquery__pointerpress` and `jquery__pointerrelease` was fixed. Events work now in
Internet Explorer 8 ([#792](https://github.com/bem/bem-core/issues/792)).
- An issue in `jquery__pointernative` was fixed. `pointerenter` and `pointerleave` events have bubbled up
to the document root, while they shouldn't ([#801](https://github.com/bem/bem-core/issues/801)).
- An issue in `loader_type_bundle` was fixed. CSS bundle has been always added to the top of the HTML `<head>`, so CSS rules
from the bundle might not work properly ([#808](https://github.com/bem/bem-core/issues/808)).
- Issues in BH templates for `ua` were fixed. There was no possibility to pass the content of the block from
BEMJSON ([#734](https://github.com/bem/bem-core/pull/734)).
- An issue in `page` was fixed. There was a problem with conditional comments for Internet Explorer in the BH template
of the block ([#781](https://github.com/bem/bem-core/pull/781)).

### Other changes

- `jquery` was updated to the 2.1.3 and 1.11.2 ([#778](https://github.com/bem/bem-core/pull/788)).
- Russian documentation for modules: `clearfix`, `cookie`, `identify`, `idle`, `inherit`, `keyboard`, `loader`, `next-tick`,
`string` and `tick` was added.
- Russian documentation for `i-bem.js` was updated.
- English guides to BEMHTM and BEMJSON were updated.

## 2.5.0

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

## 2.5.1

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

- Исправлена ошибка в `jquery__pointerpress` и `jquery__pointerrelease` из-за которой события не работали в браузере
Internet Explorer 8 ([#792](https://github.com/bem/bem-core/issues/792)).
- Исправлена ошибка в `jquery__pointernative`. События `pointerenter` и `pointerleave` не должны всплывать
по DOM-дереву ([#801](https://github.com/bem/bem-core/issues/801)).
- Исправлена ошибка в `loader_type_bundle`. После загрузки, CSS-бандл добавлялся в самый верх HTML-тега `<head>`, из-за чего
CSS-правила из содержимого бандла могли работать не корректно ([#808](https://github.com/bem/bem-core/issues/808)).
- Исправлена ошибка в BH-шаблоне `ua`. Шаблон не позволял вставить содержимое блока из входного
BEMJSON ([#734](https://github.com/bem/bem-core/pull/734)).
- Исправлена ошибка в `page`, приводящая к неработоспособности добавленных на страницу условных комментариев для браузера
Internet Explorer ([#781](https://github.com/bem/bem-core/pull/781)).

### Также в релиз вошли следующие изменения

- `jquery` обновлен до версий 2.1.3 и 1.11.2 ([#778](https://github.com/bem/bem-core/pull/788)).
- Добавлена документация на русском языке для модулей: `clearfix`, `cookie`, `identify`, `idle`, `inherit`, `keyboard`,
`loader`, `next-tick`, `string` and `tick`.
- Исправлена документация на русском языке для `i-bem.js`.
- Обновлено руководство на английском языке по технологиям BEMHTML и BEMJSON.

## 2.5.0

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

0 comments on commit 744765a

Please sign in to comment.