@@ -18,6 +18,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
18
18
* ` linkAttribute ` setting, [ ` jsx-no-target-blank ` ] : support multiple properties ([ #3673 ] [ ] @burtek )
19
19
* [ ` jsx-no-script-url ` ] : add ` includeFromSettings ` option to support ` linkAttributes ` setting ([ #3673 ] [ ] @burtek )
20
20
* [ ` 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 )
21
22
22
23
### Fixed
23
24
* [ ` 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
36
37
* [ Docs] [ ` iframe-missing-sandbox ` ] : fix link to iframe attribute on mdn ([ #3690 ] [ ] @nnmrts )
37
38
38
39
[ #3690 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
40
+ [ #3680 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3680
39
41
[ #3679 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3679
40
42
[ #3677 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3677
41
43
[ #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
4140
4142
4141
4143
[ `boolean-prop-naming` ] : docs/rules/boolean-prop-naming.md
4142
4144
[ `button-has-type` ] : docs/rules/button-has-type.md
4145
+ [ `checked-requires-onchange-or-readonly` ] : docs/rules/checked-requires-onchange-or-readonly.md
4143
4146
[ `default-props-match-prop-types` ] : docs/rules/default-props-match-prop-types.md
4144
4147
[ `destructuring-assignment` ] : docs/rules/destructuring-assignment.md
4145
4148
[ `display-name` ] : docs/rules/display-name.md
0 commit comments