Skip to content

Releases: pixelpark/accessibility-linter

v0.2.2

15 Oct 13:55
Compare
Choose a tag to compare

Added

  • class to collect performance measurements
  • VueAnnotator: filter out colon syntax
  • more Kotlin tests

Changed

  • meta: IntelliJ versions
  • JavaScript: split into more functions

Fixed

  • JavaScript: highlighting for annotations that end on a new line

v0.2.1

29 Jul 07:06
Compare
Choose a tag to compare

Added

  • Support for vue files
  • tags from axe-linter.yml are now respected
  • JavaScript: function tests init + communication tests improved
  • Readme: instructions for config file
  • Readme: development + deployment steps

Changed

  • Annotator structure (abstract class)
  • ConfigAxe: properties are optional
  • ConfigAxe: now ignores undefined properties

Fixed

  • Handlebars: filter out all handlebars syntax
  • AnnotatorBase: potentially fix path issues for the config files for windows

v0.2.0

25 Jul 09:51
Compare
Choose a tag to compare

Added

  • Unit tests for JavaScript and Kotlin functions
  • Support for handlebars files

Changed

  • Targeting the newest releases
  • Cleanup readme
  • HtmlAnnotator: recognise multiple occasions of the same violation snippet
  • Improve locating the violations
  • Adjust build script (note: before publishing run npm install --only=production to get rid of dev dependencies)

Fixed

  • replacing deprecated functions

v0.1.1

22 Jul 14:49
Compare
Choose a tag to compare

Added