Update changelog

This commit is contained in:
Jeremy Thomas 2019-10-21 15:21:25 -04:00
parent d1fb5d3480
commit 32244a89e9
3 changed files with 17 additions and 4 deletions

View file

@ -1,5 +1,11 @@
# Bulma Changelog
## 0.8.1
### Bug fixes
* #2664 Fixes #2671 -> Add `$panel-colors` variable
## 0.8.0
### Big update

View file

@ -26,10 +26,10 @@
},
"$panel-heading-background-color": {
"name": "$panel-heading-background-color",
"value": "$background",
"value": "$border-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
"computed_value": "hsl(0, 0%, 93%)"
},
"$panel-heading-color": {
"name": "$panel-heading-color",
@ -146,6 +146,13 @@
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
},
"$panel-colors": {
"name": "$panel-colors",
"value": "$colors",
"type": "variable",
"computed_type": "function",
"computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)"
}
},
"list": [
@ -171,7 +178,8 @@
"$panel-block-active-border-left-color",
"$panel-block-active-color",
"$panel-block-active-icon-color",
"$panel-icon-color"
"$panel-icon-color",
"$panel-colors"
],
"file_path": "components/panel.sass"
}

View file

@ -5,7 +5,6 @@ introduction: "A big update for more colors and flexibility"
color: "primary"
name: "Light/Dark colors, better look, larger controls"
icon: "sun"
published: false
---
The new version **[Bulma 0.8.0](#)** is out! 😃 It comes with several bug fixes and a lot of nice new features: