You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
8
8
### Added
9
9
*[`sort-prop-types`]: give errors on TS types ([#3615][]@akulsr0)
10
10
*[`no-invalid-html-attribute`]: add support for `apple-touch-startup-image``rel` attributes in `link` tags ([#3638][]@thomashockaday)
*[`jsx-no-leaked-render`]: preserve RHS parens for multiline jsx elements while fixing ([#3623][]@akulsr0)
@@ -20,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
20
21
*[Refactor][`function-component-definition`]: exit early if no type params ([#3634][]@HenryBrown0)
21
22
*[Refactor][`jsx-props-no-multi-spaces`]: extract type parameters to var ([#3634][]@HenryBrown0)
-`enabled`: for enabling the rule. 0=off, 1=warn, 2=error. Defaults to 0.
59
59
-`ignore`: optional array of property and attribute names to ignore during validation.
60
+
-`requireDataLowercase`: optional (default: `false`), require data-\* attributes to contain only lowercase characters. React will issue a warning when data-\* attributes contain uppercase characters. In order to catch such attributes, set the `requireDataLowercase` option to `true`.
60
61
61
62
If you are using a library that passes something as a prop to JSX elements, it is recommended to add those props to the ignored properties.
dataLowercaseRequired: 'React does not recognize data-* props with uppercase characters on a DOM element. Found \'{{name}}\', use \'{{lowerCaseName}}\' instead',
0 commit comments