Skip to content

Latest commit

Β 

History

History
125 lines (65 loc) Β· 6.32 KB

CHANGELOG.md

File metadata and controls

125 lines (65 loc) Β· 6.32 KB

@emotion/is-prop-valid

1.2.0

Minor Changes

  • #2819 bbad8c79 Thanks @nicksrandall! - exports field has been added to the package.json manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.

Patch Changes

  • Updated dependencies [bbad8c79]:
    • @emotion/memoize@0.8.0

1.1.3

Patch Changes

  • #2759 Thanks @srmagura! - Change the type of the argument to isPropValid from PropertyKey to string in the TypeScript definitions.

1.1.2

Patch Changes

1.1.1

Patch Changes

  • #2540 9861a18b Thanks @fabb! - Added enterKeyHint prop to the allowlist of forwardable props.

1.1.0

Minor Changes

1.0.0

Major Changes

Minor Changes

Patch Changes

1.0.0-rc.0

Minor Changes

0.9.0-next.1

Minor Changes

0.8.6-next.0

Patch Changes

0.8.8

Patch Changes

0.8.7

Patch Changes

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

  • Updated dependencies [c81c0033]:
    • @emotion/memoize@0.7.3

0.8.2

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

  • 06426c95 #1377 Thanks @AjayPoshak! - Mark loading as a valid property. This property is used to lazily load images and iFrames.