2016-03-26 16:46:15 +00:00
|
|
|
# Bulma Changelog
|
|
|
|
|
2016-04-10 15:00:32 +00:00
|
|
|
## 0.0.18
|
|
|
|
|
|
|
|
### BREAKING
|
|
|
|
|
|
|
|
* `.is-text-*` renamed to `.has-text-*`
|
2016-04-10 15:27:27 +00:00
|
|
|
* removed `.is-fullwidth` helper
|
2016-04-10 15:00:32 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* **small tag**: `.tag.is-small`
|
2016-04-10 16:09:34 +00:00
|
|
|
* 12th column classes
|
|
|
|
* `*-full` column classes
|
|
|
|
* `$family-code`
|
2016-04-10 15:00:32 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* disabled input with element
|
2016-04-10 16:09:34 +00:00
|
|
|
* `.table` last row with `th`
|
|
|
|
* `.card` color in `.hero`
|
|
|
|
* `.columns.is-gapless`
|
2016-04-10 15:00:32 +00:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
* removed `box-shadow` from `.tag`
|
|
|
|
* custom checkboxes and radio buttons
|
|
|
|
|
|
|
|
### Updated
|
|
|
|
|
|
|
|
* `.tag` uses `display: inline-flex` now
|
|
|
|
|
2016-03-25 13:38:40 +00:00
|
|
|
## 0.0.17
|
|
|
|
|
2016-03-26 12:32:09 +00:00
|
|
|
### 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`
|
2016-03-26 12:32:09 +00:00
|
|
|
|
|
|
|
### Updated
|
|
|
|
|
2016-03-26 17:12:13 +00:00
|
|
|
* `.button` uses `display: inline-flex` now
|
2016-03-26 15:38:33 +00:00
|
|
|
* `.button` needs an `.icon` now
|
2016-03-26 12:32:09 +00:00
|
|
|
* `.control.is-grouped` renamed to `.control.has-addons`
|
2016-03-26 15:38:33 +00:00
|
|
|
* `.control.is-inline` renamed to `.control.is-grouped`
|
2016-03-26 17:12:13 +00:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
* **helpers** `.is-inline` and `.is-block`
|