Skip to content

Commit

Permalink
Changelog for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Sep 27, 2016
1 parent 6f2137a commit f094b9f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 4.0.0

### Breaking changes
* Design of controls was updated ([#1853](https://github.com/bem/bem-components/pull/1853)).
* Stylus was changed to [PostCSS](http://postcss.org/) ([#1912](https://github.com/bem/bem-components/pull/1912)).

### Notable changes
* [bem-core](https://en.bem.info/libs/bem-core/) library was updated to [3.1.0](https://github.com/bem/bem-core/releases/tag/v3.1.0) ([#1944](https://github.com/bem/bem-components/issues/1944)).

### Bug fixes
* An issue in BEMHTML tempalte of `menu` which prevented to use `bem-xjst` was fixed.
* An issue in `checkbox-group` with absence of buttons separator was fixed ([#1896](https://github.com/bem/bem-components/issues/1896)).

### Other changes
* Extra files were excluded from `npm` and `bower` packages.
* Documentation updated.

## 3.0.1

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

## 4.0.0

### Изменения, ломающие обратную совместимость
* Обновлен дизайн контролов ([#1853](https://github.com/bem/bem-components/pull/1853)).
* Вместо Stylus теперь используется [PostCSS](http://postcss.org/) ([#1912](https://github.com/bem/bem-components/pull/1912)).

### Крупные изменения
* Библиотека [bem-core](https://en.bem.info/libs/bem-core/) была обновлена до версии [3.1.0](https://github.com/bem/bem-core/releases/tag/v3.1.0) ([#1944](https://github.com/bem/bem-components/issues/1944)).

### В релиз вошли следующие исправления ошибок
* Исправлена ошибка в BEMHTML-шаблоне блока `menu`, не позволявшая использовать `bem-xjst` выше 6 версии.
* Исправлена ошибка в `checkbox-group`, из-за которой не отображался разделитель между кнопками ([#1896](https://github.com/bem/bem-components/issues/1896)).

### Также в релиз вошли следующие изменения
* Лишние файлы исключены из пакетов при установке через `npm` и `bower`.
* Обновлена документация.

## 3.0.1

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

0 comments on commit f094b9f

Please sign in to comment.