]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 10:57:35 +0000 (11:57 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 10:57:35 +0000 (11:57 +0100)
CHANGELOG.md

index 493f8538334a4c3018736763cc5debb14d5d4f62..1b052cdd23d270ee7d753f6dd8e7b18de1797b13 100644 (file)
@@ -20,6 +20,19 @@ $title-family: "Georgia", serif;
 * #2231 Add `.has-text-weight-medium` helper
 * #2224 Add customizable border radius to progress bar
 
+### Improvements
+
+* #2396 Update docs with webpack 4 example
+* #2381 Make centered buttons have equal margin
+* Fix #2297 -> Remove `.container` fixed width values, use `flex-grow`
+
+### Bug fixes
+
+* #2420 Fix #2414 -> Fix `align` attribute in `td/th` being ignored
+* #2463 Remove duplicate `.has-addons` in `tag.sass`
+* #2253 Fix `$gap` variable default value
+* #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
+
 ### New variables
 
 #### Initial variables
@@ -65,18 +78,6 @@ $title-family: "Georgia", serif;
 
 * `$tile-spacing`
 
-### Improvements
-
-* #2396 Update docs with webpack 4 example
-* #2381 Make centered buttons have equal margin
-* Fix #2297 -> Remove `.container` fixed width values, use `flex-grow`
-
-### Bug fixes
-
-* #2420 Fix #2414 -> Fix `align` attribute in `td/th` being ignored
-* #2463 Remove duplicate `.has-addons` in `tag.sass`
-* #2253 Fix `$gap` variable default value
-
 ## 0.7.3
 
 ### New features