v6.0.0
Major Changes
-
#841
286d98d
Thanks @connor-baer! - Changed the package entry points to use theexports
instead of themain
field in thepackage.json
file. -
#752
f6ef551
Thanks @connor-baer! - Removed therelease
preset and thesemantic-release
config. We recommendchangesets
as a more flexible alternative. -
#754
88be0df
Thanks @connor-baer! - Removed theci
preset. Refer to the official GitHub Actions documentation to write your own workflow. -
#854
8f3630f
Thanks @connor-baer! - Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead.
Patch Changes
-
#854
8f3630f
Thanks @connor-baer! - Disabled thejest/unbound-method
ESLint rule as it requires type information to work. -
#854
8f3630f
Thanks @connor-baer! - Disabled theimport/no-anonymous-default-export
ESLint rule in Storybook files. -
#854
8f3630f
Thanks @connor-baer! - Set a maximum depth for the expansion of dependency trees in theimport/no-cycle
ESLint rule. -
#846
5c4d73c
Thanks @connor-baer! - Disabled thereact/no-unknown-property
ESLint rule for Emotion.js'css
prop.