Skip to content

Releases: github/accessibility-alt-text-bot

v1.6.0

07 Jan 19:08
34208bf
Compare
Choose a tag to compare

What's Changed

  • Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by @dependabot in #51
  • Adjust workflow permissions by @khiga8 in #53
  • Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in #54
  • Update the action to edit existing alt-text-bot comments when the error message changes by @kendallgassner in #55
  • Update the action to delete alt-text-bot comment when there are no longer errors by @kendallgassner in #55
  • Update the alt-text-bot's error message to be more descriptive @kendallgassner in #55

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Mar 23:31
ac6fa6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Oct 16:50
602a5ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

05 Jul 18:27
b5828a5
Compare
Choose a tag to compare

What's Changed

The alt-text-bot now flags when:

  • An image tag contains empty alt text (ex. <img alt=''). Note: Since images are rendered as links alt='' should never be used.
  • A markdown image does not contain alt text (ex. ![]).
  • A semantic image does not contain alt text (ex. <img />).

Related PRs

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

31 May 20:53
fa169a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v.1.1.0

25 May 15:28
0a70e40
Compare
Choose a tag to compare

New Features

New Feature: The acessibility-alt-text-bot now checks discussion descriptions!

What's Changed

New Contributors

  • @khiga8 made their first contribution in #9

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Apr 15:19
746f0ef
Compare
Choose a tag to compare

Launching accessibility-alt-text-bot. An action to remind users to add alt text to their issue descriptions.