blob: 0b5a23c6e49f1ae56639cdc2bc9bc0a89b196fb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Changelog
- 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.
Now, both are documented and used for their respective purposes. {.ok .color}
- 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)! {.info .color}
- Fixed some packaging and distribution issues. {.ok .color}
|