]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 21 Oct 2019 19:21:25 +0000 (15:21 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 21 Oct 2019 19:21:25 +0000 (15:21 -0400)
CHANGELOG.md
docs/_data/variables/components/panel.json
docs/_posts/2019-10-15-light-dark-colors.md

index 00f04f6b493f30dc7a1b4b8f883624c549235e87..a226835f69bb041a63b46d8431ec8b9a1eacd41f 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 0.8.1
+
+### Bug fixes
+
+* #2664 Fixes #2671 -> Add `$panel-colors` variable
+
 ## 0.8.0
 
 ### Big update
index e11ce06ec9775056d12ec39ef9bda18ca46b3df8..04e9105d9789982a5f76b3c176c3567b8d60b0d4 100644 (file)
     },
     "$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",
       "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": [
     "$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"
 }
\ No newline at end of file
index a3786fd6b4f648f46bc9c91854f8ab4620e71d8b..1babae7f368f5159ea6b7b9cb97c1faebf914fcd 100644 (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: