- commit
- 2ddbd1c68dcacb58efba6927c53c0cf1b46068b0
- parent
- 2ac5db871d6615bca1a730c46b7c4272a2a81dd1
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-24 15:30
prepare CHANGES
Diffstat
| M | CHANGES.md | 19 | +++++++++++++++++++ |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,22 @@
-1 1 6.0.0 (unreleased)
-1 2 ------------------
-1 3
-1 4 - mfbs has been ported from SCSS to CSS. Variables have been replaced by
-1 5 custom properties.
-1 6 - `$width`, `$font-size-min`, and `$font-size-max` have been removed. Just
-1 7 set `body {max-inline-size}` or `:root {font-size}` directly.
-1 8 - new optional module: darkmode.css
-1 9 - add styling for ::file-selector-button
-1 10 - Link style again uses `a` instead of `:link` (as before 5.0)
-1 11 - Link color no longer changes on focus. The browser focus outline is
-1 12 sufficient.
-1 13 - Headings now use the `break-after` attribute to also avoid breaks in
-1 14 contexts other than print (e.g. columns)
-1 15 - fix: keep the aspect ratio of images and videos when used with the `width`
-1 16 and `height` HTML attributes.
-1 17 - fix: use flow-relative units for font-size in fontsize.css
-1 18
-1 19
1 20 5.3.0 (2023-02-26)
2 21 ------------------
3 22