Releases: github/accessibility-alt-text-bot
Releases · github/accessibility-alt-text-bot
v1.5.0
What's Changed
- Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #37
- Update README.md by @kendallgassner in #39
- Use GitHub alerts syntax, and use tip instead of note by @HonkingGoose in #41
- feat: add attribution footer to bot comment by @JoshuaKGoldberg in #42
- Add
JoshuaKGoldberg
as contributor by @JoyceZhu in #43 - Add coverage for screencast by @kendallgassner in #48
New Contributors
- @dependabot made their first contribution in #37
- @JoshuaKGoldberg made their first contribution in #42
- @JoyceZhu made their first contribution in #43
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Use AST parser to validate alt text - markdown-lint by @kendallgassner in #33
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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 linksalt=''
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
- Update README.md by @khiga8 in #18
- Update ci.yml workflow for clarity by @khiga8 in #20
- Rewrite readme by @HonkingGoose in #19
- Add all contributors by @kendallgassner in #21
- Update README to be more verbose about what the bot can check by @kendallgassner in #25
- Flag images without alt text by @kendallgassner in #26
New Contributors
- @HonkingGoose made their first contribution in #19
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add permissions to code snippet in our README by @kendallgassner in #16
- Add support for discussion comment by @khiga8 in #17
Full Changelog: v1.1.0...v1.2.0
v.1.1.0
New Features
New Feature: The acessibility-alt-text-bot now checks discussion descriptions!
What's Changed
- Update README.md by @khiga8 in #9
- Fix link in README by @khiga8 in #10
- Add all contributors by @kendallgassner in #15
- Update README to provide more details on how this action works. by @khiga8 in #13
- Add support for validating discussion description by @khiga8 in #14
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Launching accessibility-alt-text-bot. An action to remind users to add alt text to their issue descriptions.