v9.2.3-alpha.5
What's Changed in v9.2.3-alpha.5
- chore(deps-dev): bump @11ty/eleventy-img from 3.1.8 to 4.0.2 by @dependabot in #12
mono mode
-
mono mode to pause the rainbow by @rdela in #13
- chore!: active node LTS (node 20, Iron)
BREAKING CHANGE:
Now using node 20 in .nvmrc
from now on eleventeen support focuses on the active node LTS here:
https://github.com/nodejs/Release/blob/main/README.md#release-schedule
- feat: make #rainbutton (rainbow me button) a progressive enhancement
rainbutton will not display when JS is disabled, since it would not work
- feat: mono mode to pause the rainbow
you cannot stop the rainbow. but sometimes you need to pause it.
-
add mono option to disable rainbow mode features in eleventeen
-
docs:
-
attempt to make emoji in readme and site more accessible
thanks Rachel Leggett https://devyarns.com/accessible-emojis/
and Beth Finke https://blog.easterseals.com/emojis-and-accessibility-the-dos-and-donts-of-including-emojis-in-texts-and-emails/ -
document MONO MODE in README.md
-
--- a/README.md +++ b/README.md +Here in the world of eleventeen, rainbow is the default. But we acknowledge not all sites are a match for Rainbow Mode, and still want those sites to enjoy the rest of what eleventeen has to offer, so [v9.2.3-alpha.5](https://github.com/rdela/eleventeen/releases/tag/v9.2.3-alpha.5), adds a `mono` option to [`_data/metadata.js`](_data/metadata.js) that will disable Rainbow Mode if you set it to `true`. `mono` is `false` by default, on purpose, because it beats making people set an option called `rainbow` to `false` and might make the current `{%- if not metadata.mono %}` template logic in [`_includes/layouts/base.njk`](_includes/layouts/base.njk) a little more resilient.
Compare v9.2.3 changes to v9.2.2: v9.2.2-alpha.5...v9.2.3-alpha.5