mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix code styling, Fix helpers
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user