Files
bulma/CHANGELOG.md
2016-04-10 16:00:32 +01:00

47 lines
842 B
Markdown

# Bulma Changelog
## 0.0.18
### BREAKING
* `.is-text-*` renamed to `.has-text-*`
* `.is-gapless` renamed to `.has-no-gap`
* `.is-marginless` renamed to `.has-no-margin`
### Added
* **small tag**: `.tag.is-small`
### Fixed
* disabled input with element
### Removed
* removed `box-shadow` from `.tag`
* custom checkboxes and radio buttons
### Updated
* `.tag` uses `display: inline-flex` now
## 0.0.17
### Added
* **pagination**: `.pagination`
* **horizontal forms**: `.control.is-horizontal`
* **help** text for form controls: `.help`
* **progress bars**: `.progress`
### Updated
* `.button` uses `display: inline-flex` now
* `.button` needs an `.icon` now
* `.control.is-grouped` renamed to `.control.has-addons`
* `.control.is-inline` renamed to `.control.is-grouped`
### Removed
* **helpers** `.is-inline` and `.is-block`