Releases: ffoodd/a11y.css
Releases · ffoodd/a11y.css
v5.2.2
Fixes
width
andheight
attributes are allowed onpicture
'ssource
s (#490) by @johns996hgroup
isn't obsolete, as per WHATWG (#489), as questioned by @davidbgk
Docs
- Upgrade to 11ty v3
- Display current release number in the sidebar (#488)
- Update WCAG and ARIA links (#479, #485) by @ThainBBdL
Chore
- Dependencies update
5.2.1
Mostly a documentation release to fix broken links and update references.
Fixes
- Fix Greek language tag to
el
— thanks @PhilippeVay - Sourcemaps are now available for every CSS files
- Switched to
:not()
complex notation to reduce complex selectors a bit — thanks @zwiastunsw - Moved to
inset
as shorthand for positions
Chore
- Dependencies update
- Webextension has been moved to its own repository
- Broken links are now check using link-checker, which handles anchors
- GitHub actions has been updated and enhanced
Expect a webextension release soon :)
v5.2.0
Features
- Added Polish translation thanks to @zwiastunsw and @wojsmol in #442
- Moved to
:not()
selector list argument after Stylelint update, since support is really decent now - @Dionakra improved
lang
test case in #396 and added a new test for forbidden whitespace in attributes in #397
Chore
- Improved build after upgrading dependencies
- The whole year has mostly been used to move the documentation website from Hologram and Sassdoc to 11ty :)
5.1.0
Features
- Added spanish translation thanks to @Dionakra (#401)
- New test:
<select required> should start with an empty value option
(#406) - Updated test: take
tabindex
negative values into account (#360) - Dropped
:blank
and:-moz-only-whitespace
to allow file size improvements (#365)
Chore
- Drop
package-lock.json
to only use Yarn - Update Yarn & Bundler dependencies
Update dependencies
v5.0.3 5.0.3
WebExtension
Here it comes!
Firefox & Chrome webextension for a11y.css <3
Fix translations
v4.5.1 didn't update locales and translation the right way.
New tests and bugfixes
Improving HTML 5.2 validation, include Arabic translation, and some fixes in @a11y-reset
mixin.
Greek translation
Thanks to @GeorgeGkas, a greek translation is now available for a11y.css!
Translation system improvements and more!
- translation system doesn't rely on
gulp-sassport
anymore: instead we're writing dedicated Sass files for each locale to be imported in global files; - added an
.editorconfig
and cleaned up a few files; - prevents a bug with system fonts stack;
- fixes some tests to better match mistakes and tags;
- added a few tests;
- some Hologram improvements on theme, to handle blockquotes.