bulma/CHANGELOG.md

147 lines
2.6 KiB
Markdown
Raw Normal View History

2016-03-26 16:46:15 +00:00
# Bulma Changelog
## 0.0.26
* Added: `.modal-card`
* Added: display responsive utilites
2016-05-08 00:35:43 +00:00
* Added: `.nav-center`
* Added: `.tabs ul` left center right
* Changed: `.navbar` renamed to `.level`
* Changed: `.header` renamed to `.nav`
* Deprecated: `.header`
* Deprecated: `.navbar`
2016-05-08 00:35:43 +00:00
* Fixed: `.hero` layout
2016-05-05 21:23:08 +00:00
## 0.0.25
* Added: `utilities/controls.sass` and `elements/form.sass`
* Added: new responsive classes
* Added: white/black and light/dark colors
2016-05-05 21:23:08 +00:00
* Changed: `.tabs` need `.icon` now
* Changed: cdnjs link doesn't include version
2016-04-22 19:54:13 +00:00
## 0.0.24
### Added
* `is-mobile` for the navbar
### Removed
* removed border between sections. Use `<hr class="is-marginless">` now
2016-04-22 19:54:13 +00:00
### Updated
* restructured files
2016-04-22 19:54:13 +00:00
* added back `inline-flex` for controls and tags
### Removed
* test tiles
2016-04-18 19:02:26 +00:00
## 0.0.23
### BREAKING
* `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
2016-04-18 20:50:59 +00:00
* `variables.sass` moved to `/utilities`
* almost everything is singular now
* **elements** only have one class
* **components** have at least one sub-class
* `.content` moved to elements
* `.table` moved to elements
* `.message` moved to components
* `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`
### Added
* all variables are now `!default` so you can set your custom variables before importing Bulma
2016-04-18 19:02:26 +00:00
2016-04-16 15:29:36 +00:00
## 0.0.22
### Fixed
* links in hero subtitle
2016-04-16 12:39:40 +00:00
## 0.0.21
### Added
* `.column.is-narrow` to make a column `flex: none`
2016-04-13 23:07:02 +00:00
## 0.0.20
### Added
* `.has-icon` support for different `.input` sizes
2016-04-11 21:51:11 +00:00
## 0.0.19
### NEW!!!
* `.tile`
2016-04-11 21:51:11 +00:00
### BREAKING
* `.is-third` renamed to `.is-one-third`
* `.is-quarter` renamed to `.is-one-quarter`
### Added
* `.is-two-thirds`
* `.is-three-quarters`
### Changed
* `.delete` in `.tag` has no red
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
### 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`