-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.3.0 #1618
Release 2.3.0 #1618
Conversation
## 2.3.0 | ||
|
||
### Major changes | ||
* `bem-core` dependency was updated to [2.7.0](https://github.com/bem/bem-core/blob/v2.7.0/CHANGELOG.ru.md#270). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 |
* An issue in `attach` was fixed. The block didn't work in MSIE 11/Edge ([#1596](https://github.com/bem/bem-components/issues/1596)). | ||
* Theme-specific styles of `input`, `textarea` and `select` of the `_width_available` modifier was moved back from `common` level to `design` ([#1548](https://github.com/bem/bem-components/issues/1548)). | ||
* An issue in `button` was fixed. An ability to use HTML tags other than `button` was added ([#1566](https://github.com/bem/bem-components/issues/1566)). | ||
* An issue in `textarea` was fixed. The block didn't resolve it's own dependencies properly ([#1565](https://github.com/bem/bem-components/issues/1565)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not actually a bug but we decided it's too complicated to set up build config properly. So it's more like improvement than a bug fix, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a bug, as texarea
hadn't been working without this changes.
Closes #1612.
cc @narqo @veged @dfilatov