Skip to content

Commit

Permalink
Added abbr prop to the allowlist of forwardable props (#2621)
Browse files Browse the repository at this point in the history
* Add abbr attribute to list of valid attributes

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attributes

* Create ninety-queens-fly.md

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
andreasmcdermott and Andarist committed Jan 22, 2022
1 parent 3d672ac commit d253163
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-queens-fly.md
@@ -0,0 +1,5 @@
---
"@emotion/is-prop-valid": patch
---

Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props.
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/props.js
Expand Up @@ -20,6 +20,7 @@ const props = {
* Standard Properties
*/

abbr: true,
accept: true,
acceptCharset: true,
accessKey: true,
Expand Down

0 comments on commit d253163

Please sign in to comment.