blob: 3b4ba2e65645e97c2d506cdc8e62b931724c3ae5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
release: 0.3.0
artifacts:
Missing.css:
Plain: missing.css
Minified: missing.min.css
Missing Prism:
Plain: missing-prism.css
Minified: missing-prism.min.css
---
## Changelog
### Added
- `.flow-gap` adds margins (in the block direction) between its children.
### Changed
- **Breaking:**{.bad .bg .color} Changes to how we set margins internally may
affect your website. Inspect your website visually before upgrading.
- `.f-switch` was changed to use the `--f-switch-threshold` variable instead
of `--col-width`. The default threshold was increased.
### Other
- Many pages of the website were updated in line with changes to the library.
- The ARIA docs now have examples with proper JS.
- Dependency on `postcss-mixins` was removed.
|