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>2022-05-08 16:45:13 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-05-08 16:45:13 +0300
commitab8745e0c6b22f8c1f9328b45f0a233f82e1afe1 (patch)
tree24577492a045a519e9c3b1254537edb892e0d780
parentd4b62a280322c1bd2b593ed35fe2af109446c9fe (diff)
Update changelog
-rw-r--r--CHANGELOG.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65b77bfb..6a4d1745 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,14 +4,24 @@
### New features
-- **Responsive buttons**: the size of a button will change for each breakpoint
+- **Responsive buttons**: the size of a button will change for each breakpoint (Fix #1572)
- `@mixin between`: takes 2 breakpoint values, outputs a media query for the range between these 2 values
- `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both)
- `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query
+### Improvements
+
+- Add missing variables for content customization
+- Fix #683 Modal - example javascript toggle
+- Fix #3461 Bulma logo with wordmark in SVG
+- Fix #3383 'Variables' sections on docs page (#3513)
+- Fixes #3510 The navbar overlaps with sidebars in "Fullheight hero with navbar" (#3516)
+- Setup [Cypress](https://www.cypress.io/) testing (#3436)
+
### Bugfix
-- #3500 Fix hidden disabled buttons on iOS 15.4
+- Replace disabled attr on pagination anchor elements with is-disabled
+- #3500 Fix hidden disabled buttons on iOS 15.4 (#3521)
- #3076 Fix Table headers centered aligned in Safari
## 0.9.3