Skip to content

Commit

Permalink
prepare CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Apr 24, 2024
1 parent 2ac5db8 commit 2ddbd1c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
6.0.0 (unreleased)
------------------

- mfbs has been ported from SCSS to CSS. Variables have been replaced by
custom properties.
- `$width`, `$font-size-min`, and `$font-size-max` have been removed. Just
set `body {max-inline-size}` or `:root {font-size}` directly.
- new optional module: darkmode.css
- add styling for ::file-selector-button
- Link style again uses `a` instead of `:link` (as before 5.0)
- Link color no longer changes on focus. The browser focus outline is
sufficient.
- Headings now use the `break-after` attribute to also avoid breaks in
contexts other than print (e.g. columns)
- fix: keep the aspect ratio of images and videos when used with the `width`
and `height` HTML attributes.
- fix: use flow-relative units for font-size in fontsize.css


5.3.0 (2023-02-26)
------------------

Expand Down

0 comments on commit 2ddbd1c

Please sign in to comment.