aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2022-10-17 17:28:43 +0300
committerDeniz Akşimşek <deniz@denizaksimsek.com>2022-10-17 17:28:43 +0300
commitafa7b938dcf080b215dcbf7dfcd7ff3effab363e (patch)
treef48b478fd973dcd6a61161e42da0e7b0b1ea3754
parentfe5a9452ccda03238a73422f6771c8484ba8ffbb (diff)
downloadmissing-0.3.0.tar.gz
missing-0.3.0.zip
v0.3.0v0.3.0
-rw-r--r--www/releases/0.3.0.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/releases/0.3.0.md b/www/releases/0.3.0.md
new file mode 100644
index 0000000..d2770a7
--- /dev/null
+++ b/www/releases/0.3.0.md
@@ -0,0 +1,29 @@
+---
+release: 0.3.0
+artifacts:
+ Missing.css:
+ Plain: missing.css
+ Minified: missing.min.css
+ Missing Prism:
+ Plain: missing-prism.css
+ Minified: missing.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.