Skip to content

Releases: ffoodd/a11y.css-webextension

v2.1.0

Choose a tag to compare

@ffoodd ffoodd released this 10 Dec 21:35
1101bb0

Fixes

  • Report no [title] as "absent" instead of "missing" (#135)

Chore

  • Update a11y.css to 5.3.0
  • Update Stylelint and friends

v2.0.2

Choose a tag to compare

@ffoodd ffoodd released this 04 Nov 22:34
07ec1d8

Chore

  • Update a11y.css to 5.2.2
  • Update Styelint and friends
  • Pin Sass to 1.54.8 to match a11y.css version

2.0.1

Choose a tag to compare

@ffoodd ffoodd released this 22 Aug 08:56

Fixes

  • :target styles applied only when check alt reporter is active, and only on inserted anchors (#42)
  • Greek language tag is el (fixed in a11y.css v5.2.1) — thanks @PhilippeVay (#38)

Chore

  • Update dependencies
  • Improve version script to clean up zip files and bump version in manifest files
  • Use web-ext to build, lint and load extension
  • Include a11y.css sourcemaps in css/

Let's go for another round!

Manifest V3

Choose a tag to compare

@ffoodd ffoodd released this 01 Jul 19:45

First major version since webextension has its own repository 🚀

Changes

  • Migrate to Manifest V3 (#21) with some UI updates while at it
  • Updated dependencies
  • Improved tooling and configuration (Stylelint and .editorconfig, added addons-linter, introduced Dependabot)
  • Use chrome.i18n() API for translations (#3)
  • Use scripting.insertCSS() and scripting.removeCSS() to apply styles (#11)
  • Disable action for internal browser tabs
  • Disable check alts when no images in the page (#5)