aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2022-08-22 09:19:54 +0200
committerDeniz Akşimşek <deniz@denizaksimsek.com>2022-08-22 09:19:54 +0200
commitfabaa154f9e390c81944e54e5dfbd7c0633b4750 (patch)
tree4b771fd9d9b30559ed0eb32eacceca9cc3d7f645
parented20dd6e308859a376e8087f9b4b74be13a83161 (diff)
downloadmissing-fabaa154f9e390c81944e54e5dfbd7c0633b4750.tar.gz
missing-fabaa154f9e390c81944e54e5dfbd7c0633b4750.zip
Release 6 changelog
-rw-r--r--www/releases/0.0.6.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/www/releases/0.0.6.md b/www/releases/0.0.6.md
new file mode 100644
index 0000000..f721928
--- /dev/null
+++ b/www/releases/0.0.6.md
@@ -0,0 +1,47 @@
+---
+release: 0.0.6
+artifacts:
+ Missing.css:
+ Plain: missing.css
+ Minified: missing.min.css
+ Missing Prism:
+ Plain: missing-prism.css
+ Minified: missing.min.css
+---
+
+## Changelog
+
+ - **Breaking:**{.color .bad}
+ - **Breaking:**{.color .bad} Significant redesign. Inspect your website visually before upgrading.
+ - **Breaking:**{.color .bad} Renamed classes and variables:
+ | Old | New |
+ |-------------------|-----------------------|
+ | `--colorful-bg` | `--box-bg` |
+ | `.h1`, ..., `.h6` | `.<h1>`, ..., `.<h6>` |
+ | `.grow-*` | `.flex-grow:*` |
+ | `.reset` | `.all:initial` |
+ | `.textcenter` | `.text-align:center` |
+ | `.pad` | `.padding` |
+ | `.pad-block` | `.padding-block` |
+ | `.float<` | `.float:left` |
+ | `.float>` | `.float:right` |
+ | `.scroll` | `.overflow:auto` |
+ | `.scroll!` | `.overflow:scroll` |
+
+ - **Breaking:**{.color .bad} Added automatic dark theme. To opt out, add the `.no-dark-theme` class to your root `<html>` element.
+ - **Breaking:**{.color .bad} Removed `.basicgrid`, `.colwidth-*`, `.minwidth-*`, `.maxwidth-*`, `.col-*`.
+ - **Breaking:**{.color .bad} Removed `.<`, `.^`, `._`, `.>`
+ - Added `--border-radius` and `--box-border` variable.
+ - Added `.<button>` class.
+ - Added `.plain` colorway.
+ - Added `.permalink-anchor` component.
+ - Buttons inside `<strong>` elements will be primary buttons.
+ - Stopped distributing compressed builds.
+ - Added license (BSD 2-clause). Thanks [@michaelsmanley]!
+ - Added readme.
+ - Bash is no longer required to build missing.css. Thanks [@dsherret] for [dax]!
+ - Upgrade dependencies.
+
+[@michaelsmanley]: https://github.com/michaelsmanley
+[@dsherret]: https://github.com/dsherret
+[dax]: https://github.com/dsherret/dax