This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jsx-a11y.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isnβt right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while Iβm just a bot, there is a group of people who are happy to teach me new things. Let them know.
[breaking] - Update all rule schemas to accept objects. This allows a future schema expansion to not be a breaking change.
[breaking] - All rules with schemas that accepted a string OR array, now only allows an array.
[new] - href-no-hash accepts new schema property specialLink to check for custom href properties on elements. (fixes #76)
[breaking][fix] - img-has-alt now prefers alt="" over role="presentation". You can set both, but not just role="presentation" by itself to ensure a11y across all devices.
Hello lovely humans,
eslint-plugin-jsx-a11y just published its new version 3.0.1.
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jsx-a11y. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isnβt right? Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while Iβm just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project :sparkles:
You rock!
:palm_tree:
GitHub Release
href-no-hash
accepts new schema propertyspecialLink
to check for customhref
properties on elements. (fixes #76)img-has-alt
now prefersalt=""
overrole="presentation"
. You can set both, but not justrole="presentation"
by itself to ensure a11y across all devices.Note - see rule documentation for updated schemas.
The new version differs by 19 commits .
2d6426f
3.0.1
843cf7f
3.0.0
a5bbb21
Update eslint-config-airbnb-base to version 10.0.1 π (#113)
32f5e80
[readme] - Add recommended plugin instructions (#111)
3c8351e
Update eslint-config-airbnb-base to version 9.0.0 π (#109)
691ece8
Revert "[ci] - Test yarn in travis ci."
b60a3f0
[ci] - Test yarn in travis ci.
36bf699
Update CHANGELOG.md
ca810d3
Update CHANGELOG.md
d7648ec
fix(rule): img-has-alt - img must have an alt attribute (#102)
4ecae6a
[version] - Revert package.json to 2.2.3 - waiting on img-has-alt PR to introduce breaking changes.
c7b2315
[fix] - add babel-jest to support development in node v4
bd37aeb
[dev] - Use jest as test runner instead of mocha.
9a5ea77
[dev] - Add yarn.lock file.
d4ee9be
Merge branch 'master' of github.com:evcohen/eslint-plugin-jsx-a11y
There are 19 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? :zap:
greenkeeper upgrade