blob: d1158da7923349d52a0e5a0b5005127d40a565d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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. {.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)! {.info .color}
- Fixed some packaging and distribution issues. {.ok .color}
|