gatsby-remark-a11y-emoji
Version: 
Gatsby Plugin to make Emoji in Markdown accessible. Wraps Emoji in a <span>-Tag with role and aria-label attributes.
20 lines (13 loc) • 502 B
Markdown
# Change Log
## Version 1.1.0 (29 May 2020)
- CI: #32 Add integration test
- CI: #57 Set minimum Node version to 10.13.0 (same as Gatsby)
- #60 Remove lock files from Git
- Documentation: Add [Code of Conduct](CODE_OF_CONDUCT.md)
- Documentation: Add Bug Report Issue Template
- Update dependencies
## Version 1.0.1 (8 August 2019)
- #1 Use `aria-label` instead of `aria-labelledby` (by [rahulcs](https://github.com/rahulcs))
- Update dependencies
## Version 1.0.0 (4 May 2018)
- Initial release