Skip to content

Releases: forsti0506/a11y-sitechecker

v6.1.0

16 Mar 19:41
Compare
Choose a tag to compare

6.1.0 (2024-03-16)

Features

  • Update deps and switch to ecma script (7a636bf)

v6.0.1

21 Feb 19:00
Compare
Choose a tag to compare

6.0.1 (2022-02-21)

Bug Fixes

v6.0.0

20 Feb 15:14
Compare
Choose a tag to compare

6.0.0 (2022-02-20)

Bug Fixes

  • about:blank error in consent screen, node 16 deprectations (365a8ce)
  • add comment (8bc151f)
  • test for consent screens (776456f)
  • tests for new node version (a7d1bbf)

Features

  • return elements which needs check or are definitly not focusable (10a47ad)

BREAKING CHANGES

  • see commits before to see the changed behaviors

v5.0.0

09 Oct 14:57
Compare
Choose a tag to compare

5.0.0 (2021-10-09)

Bug Fixes

  • \n ignored in links (e2d2c53)
  • spelling in actions (afc9eab)
  • test file with skip (6e22fbe)
  • eslint,prettier: new configs (cf50e00)
  • husky: new configs for husky and commitlint (2d8f418)
  • tests: fix tests for changed text (cefefdf)
  • remove some non null assertions (d5a8002)

Features

  • taborder: taborder provide 1 image per tabable object (8c28e43)
  • Errors are now shot by clipping the element. Performance improve + new algorithm to check it (eb0ccbd)

BREAKING CHANGES

  • taborder: completly refectored taborder method

v4.2.0

29 Aug 14:37
Compare
Choose a tag to compare

4.2.0 (2021-08-29)

Bug Fixes

  • better debugging message order (654ca7f)
  • grammar check of consent file (41bbf0c)
  • no ts-ignore (929fc89)
  • tests fixed (0e838a3)
  • update tsconfig.json and fix jest mocks (466e41b)

Features

  • new Logic for tabbing images, videos instead screenshots (later on both by config) (a9edf61)
  • Scroll down if fixed elements (like header) (36cf881)

v4.1.0

25 Aug 16:25
Compare
Choose a tag to compare

4.1.0 (2021-08-25)

Bug Fixes

Features

  • add possibility to close cookie consents (or other popus); fix: some bugfixes for scroll elements in view (26dbef4)

v4.0.0

24 Aug 20:00
Compare
Choose a tag to compare

4.0.0 (2021-08-24)

  • Removed counting function. Countings are now available in the Common Result only. The results are overriden if saved as File (30db6e6)

BREAKING CHANGES

  • Countings are only available in common json file

v3.1.3

24 Aug 18:52
Compare
Choose a tag to compare

3.1.3 (2021-08-24)

Bug Fixes

  • fix issue that inapplicables are not counted correctly (7869ad7)

v3.1.2

24 Aug 18:00
Compare
Choose a tag to compare

3.1.2 (2021-08-24)

Bug Fixes

  • Readme fixes, json output for cmd fixed (251b200)

v3.1.1

23 May 18:13
Compare
Choose a tag to compare

3.1.1 (2021-05-23)

Bug Fixes

  • fixing json parse of object (b999f99)