2.1.0
- customtestAttribute
property now accepts arrays. Also fixes vulnerability in word-wrap.2.0.0
- newonSubmit
rule (thank you @@jzatt), upgrade to ESLint 8 and Mocha 9, fix moderate security advisory forchalk/ansi-regex
1.3.0
- Add auto-fix capability toonClick
(thank you @bkonuwa and @pixelbandito). (#8)1.1.0
- elements with
disabled
andreadonly
attributes are now ignored by default. See Custom Rules Options to customize this behavior. (fixes [#3][i3]) plugin:test-selectors/recommended
now emits warnings by default instead of errors. For the old stricter behavior which emits errors, folks can useplugin:test-selectors/recommendedWithErrors
(fixes [#4][i4])- Refactoring and cleanup. Readme improvements.
- elements with
1.0.1
- fix bug with inline functions (fixes [#1][i1])1.0.0
- initial release