@@ -18,6 +18,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1818* ` linkAttribute ` setting, [ ` jsx-no-target-blank ` ] : support multiple properties ([ #3673 ] [ ] @burtek )
1919* [ ` jsx-no-script-url ` ] : add ` includeFromSettings ` option to support ` linkAttributes ` setting ([ #3673 ] [ ] @burtek )
2020* [ ` jsx-one-expression-per-line ` ] : add ` non-jsx ` option to allow non-JSX children in one line ([ #3677 ] [ ] @burtek )
21+ * add [ ` checked-requires-onchange-or-readonly ` ] rule ([ #3680 ] [ ] @jaesoekjjang )
2122
2223### Fixed
2324* [ ` jsx-no-leaked-render ` ] : preserve RHS parens for multiline jsx elements while fixing ([ #3623 ] [ ] @akulsr0 )
@@ -36,6 +37,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3637* [ Docs] [ ` iframe-missing-sandbox ` ] : fix link to iframe attribute on mdn ([ #3690 ] [ ] @nnmrts )
3738
3839[ #3690 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
40+ [ #3680 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3680
3941[ #3679 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3679
4042[ #3677 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3677
4143[ #3675 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3675
@@ -4140,6 +4142,7 @@ If you're still not using React 15 you can keep the old behavior by setting the
41404142
41414143[ `boolean-prop-naming` ] : docs/rules/boolean-prop-naming.md
41424144[ `button-has-type` ] : docs/rules/button-has-type.md
4145+ [ `checked-requires-onchange-or-readonly` ] : docs/rules/checked-requires-onchange-or-readonly.md
41434146[ `default-props-match-prop-types` ] : docs/rules/default-props-match-prop-types.md
41444147[ `destructuring-assignment` ] : docs/rules/destructuring-assignment.md
41454148[ `display-name` ] : docs/rules/display-name.md
0 commit comments