bulma/CHANGELOG.md

22 lines
459 B
Markdown
Raw Normal View History

2016-03-26 16:46:15 +00:00
# Bulma Changelog
2016-03-25 13:38:40 +00:00
## 0.0.17
### Added
2016-03-26 16:46:15 +00:00
* **pagination**: `.pagination`
* **horizontal forms**: `.control.is-horizontal`
* **help** text for form controls: `.help`
* **progress bars**: `.progress`
### Updated
* `.button` uses `display: inline-flex` now
2016-03-26 15:38:33 +00:00
* `.button` needs an `.icon` now
* `.control.is-grouped` renamed to `.control.has-addons`
2016-03-26 15:38:33 +00:00
* `.control.is-inline` renamed to `.control.is-grouped`
### Removed
* **helpers** `.is-inline` and `.is-block`