diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-08-22 09:30:48 +0200 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-08-22 09:30:48 +0200 |
commit | 1aa97f2ff9aabf334826f1b443851c0a66cfcf18 (patch) | |
tree | 8d3677520fd6ab52e48dd7e3bb5f8757f5ab68b2 /www/releases | |
parent | fabaa154f9e390c81944e54e5dfbd7c0633b4750 (diff) | |
download | missing-1aa97f2ff9aabf334826f1b443851c0a66cfcf18.tar.gz missing-1aa97f2ff9aabf334826f1b443851c0a66cfcf18.zip |
update 0.0.6 release notes
Diffstat (limited to 'www/releases')
-rw-r--r-- | www/releases/0.0.6.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/releases/0.0.6.md b/www/releases/0.0.6.md index f721928..9d0c8b3 100644 --- a/www/releases/0.0.6.md +++ b/www/releases/0.0.6.md @@ -11,9 +11,8 @@ artifacts: ## Changelog - - **Breaking:**{.color .bad} - - **Breaking:**{.color .bad} Significant redesign. Inspect your website visually before upgrading. - - **Breaking:**{.color .bad} Renamed classes and variables: + - **Breaking:**{.color .bg .bad} Significant redesign. Inspect your website visually before upgrading. + - **Breaking:**{.color .bg .bad} Renamed classes and variables: | Old | New | |-------------------|-----------------------| | `--colorful-bg` | `--box-bg` | @@ -28,9 +27,9 @@ artifacts: | `.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 `.<`, `.^`, `._`, `.>` + - **Breaking:**{.color .bg .bad} Added automatic dark theme. To opt out, add the `.no-dark-theme` class to your root `<html>` element. + - **Breaking:**{.color .bg .bad} Removed `.basicgrid .colwidth-* .minwidth-* .maxwidth-* .col-*`. + - **Breaking:**{.color .bg .bad} Removed `.< .^ ._ .>` - Added `--border-radius` and `--box-border` variable. - Added `.<button>` class. - Added `.plain` colorway. |