Merge branch 'main' into initial-variables-duration

This commit is contained in:
Jeremy Thomas
2025-04-19 15:24:57 +02:00
committed by GitHub
53 changed files with 27903 additions and 21921 deletions

View File

@@ -1,5 +1,9 @@
# Bulma Changelog
## Unreleased
- Add .has-text-weight-extrabold as a typography class.
## 1.0.3
### Bug Fixes
@@ -7,6 +11,8 @@
- Fix #3842: restore use of `$easing`, `$radius-rounded` and `$speed` Sass variables
- Fix #3920: migrate code to avoid Sass 1.80 deprecation warning of global built-in functions
- Fix #3945: add `$duration` Sass variable
- Fix #3822: Non-minified version of bulma-prefixed was missing
- Fix #3805: helper classes were missing prefix
### Documentation Fixes