Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2020-09-27 12:35:07 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2020-09-27 12:35:07 +0300
commit8ee5898d479e0688167570bcefeae0e6edaf5e20 (patch)
treec5fbfa761a071c3073f9051a2e23e654a92c0421 /CHANGELOG.md
parent05efd3cd97b1422857d6c27ffbc65a4b3397d330 (diff)
Update 0.9.1 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ee86b06..50fac42e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Bulma Changelog
+## 0.9.1
+
+### New features
+
+* #3047 Flexbox helpers
+* #3085 Add `is-clickable` helper
+* #3086 Allow each component to have its own colors and default to global ones
+* New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors`
+
+### Improvements
+
+* #2630 Fixes #2598 -> Add `$card-radius` variable
+* Add `$card-overflow` variable
+* #2540 Fixes #2539 -> Fix indeterminate progress styling in IE11
+* #3057 Make the default text color of `$code` listings more accessible
+* #3088 Adds not allowed cursor to missing inputs
+* #3101 Add `$modal-breakpoint` variable for modal breakpoint
+* #3107 Add `optgroup` to `generic.sass`
+
## 0.9.0
### Deprecation warning