Skip to content

Releases: ffoodd/a11y.css

5.2.1

22 Aug 07:57
Compare
Choose a tag to compare

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

01 Sep 21:03
Compare
Choose a tag to compare

Features

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

12 Jan 21:35
Compare
Choose a tag to compare

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

20 May 15:33
Compare
Choose a tag to compare
v5.0.3

5.0.3

WebExtension

20 May 14:51
Compare
Choose a tag to compare

Here it comes!

Firefox & Chrome webextension for a11y.css <3

Fix translations

11 Jun 12:23
Compare
Choose a tag to compare

v4.5.1 didn't update locales and translation the right way.

New tests and bugfixes

11 Jun 12:07
Compare
Choose a tag to compare

Improving HTML 5.2 validation, include Arabic translation, and some fixes in @a11y-reset mixin.

Greek translation

17 Jan 12:34
Compare
Choose a tag to compare

Thanks to @GeorgeGkas, a greek translation is now available for a11y.css!

Translation system improvements and more!

03 Jan 13:25
Compare
Choose a tag to compare
  • 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.

Some fixes and improvements

20 Nov 13:55
Compare
Choose a tag to compare

This version:

  • fixes a few bugs (with CSS lint formatter),
  • improved some tests (utf-8 charsets and label without for attribute)
  • added a new advice for non-HTTPS links and sources
  • and improved documentation's templates to use HTTPS links and sources, obviously :)