Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

72 lines (37 loc) · 4.97 KB

@emotion/eslint-plugin

11.10.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.

11.7.0

Minor Changes

  • #2562 f046ae40 Thanks @G-Rath! - ESLint 8 has been added to the peer dependency range (ESLint 6 and ESLint 7 are still being supported).

11.5.0

Patch Changes

11.2.0

Patch Changes

  • bfaa1b51 #2246 Thanks @G-Rath! - Improved syntax-preference rule to support css function and check style types for arguments of css & styled calls.

11.0.0

Major Changes

  • b8476e08 #1675 Thanks @mitchellhamilton! - Rename eslint-plugin-emotion to @emotion/eslint-plugin. Please replace "plugins": ["emotion"] with "plugins": ["@emotion"] and emotion/ with @emotion/ in your rules config in your ESLint config.

Minor Changes

11.0.0-rc.0

Major Changes

Minor Changes

  • 58e8c110 #2034 Thanks @Andarist! - ESLint 7 has been added to the peer dependency range (ESLint 6 keeps being supported).

11.0.0-next.10

Major Changes

  • b8476e08 #1675 Thanks @mitchellhamilton! - Rename eslint-plugin-emotion to @emotion/eslint-plugin. Please replace "plugins": ["emotion"] with "plugins": ["@emotion"] and emotion/ with @emotion/ in your rules config in your ESLint config.

Minor Changes

10.0.27

Patch Changes

10.0.14

Patch Changes