aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2024-08-30 01:52:03 +0300
committerDeniz Akşimşek <deniz@denizaksimsek.com>2024-08-30 01:53:31 +0300
commit8d4041349ac1214e4724deba71dd8ed5663c82d6 (patch)
tree89a8041b52561cfa8fc9b71d080378f3def4c981
parenta97e2583415e79dd9a2b7816fd4eb587786211fa (diff)
downloadmissing-8d4041349ac1214e4724deba71dd8ed5663c82d6.tar.gz
missing-8d4041349ac1214e4724deba71dd8ed5663c82d6.zip
v1.1.3v1.1.3
-rw-r--r--package.json2
-rw-r--r--www/releases/1.1.3.md16
2 files changed, 13 insertions, 5 deletions
diff --git a/package.json b/package.json
index e77f802..790a79d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "missing.css",
"author": "Deniz Akşimşek <deniz@denizaksimsek.com> (https://dz4k.com)",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "missing.css is the CSS library we wished already existed.",
"repository": "github:bigskysoftware/missing",
"keywords": [
diff --git a/www/releases/1.1.3.md b/www/releases/1.1.3.md
index a37a628..d66b342 100644
--- a/www/releases/1.1.3.md
+++ b/www/releases/1.1.3.md
@@ -1,7 +1,15 @@
# Changelog
-- Added feed.js, an implementation of ARIA Feed. Thanks
- [@geoffrey-eisenbarth@github.com](https://github.com/geoffrey-eisenbarth)!
+- The following changes are all the work of
+ [@geoffrey-eisenbarth@github.com](https://github.com/geoffrey-eisenbarth):
+ - Added feed.js, an implementation of ARIA Feed. {.info.color}
+ - Fixed: Renaming of `--primary-font` to `--main-font` was incomplete. {.ok.color}
+ - Fixed: `--display-font` was documented as being renamed to
+ `--secondary-font`, but both variables were actually in use. {.ok.color}
+ Now, both are documented and used for their respective purposes.
+ - The masquerade class `.<a>` did not work as expected on `<button>`
+ elements. {.ok.color}
+ Thanks Geoffrey!
- Added a `-dark-theme` class to force-enable the dark theme. Thanks
- [@DavesBorges@github.com](https://github.com/DavesBorges)!
-- Fixed some packaging issues.
+ [@DavesBorges@github.com](https://github.com/DavesBorges)! {.info.color}
+- Fixed some packaging and distribution issues. {.ok.color}