Fix code styling, Fix helpers

This commit is contained in:
Jeremy Thomas
2016-04-10 16:00:32 +01:00
parent c22e514a84
commit 560a15eda1
15 changed files with 215 additions and 199 deletions

View File

@@ -1,5 +1,30 @@
# 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