Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@emotion/cache@11.9.3
Patch Changes
#2728
6c2d7a60
Thanks @Peeja! - TypeScript type for thecontainer
option has been adjusted. It will now accept aShadowRoot
, or any other kind ofNode
.Updated dependencies [
6c2d7a60
]:@emotion/is-prop-valid@1.1.3
Patch Changes
isPropValid
fromPropertyKey
tostring
in the TypeScript definitions.@emotion/jest@11.9.3
Patch Changes
fd22cace
Thanks @Andarist! - Added a dedicated error for a situation whentoHaveStyleRule
receives an array.@emotion/native@11.9.3
Patch Changes
#2759 Thanks @srmagura, @Andarist! - Change the argument of the
shouldForwardProp
option ofstyled
fromPropertyKey
tostring
in the TypeScript definitions.#2333
3055efdd
Thanks @Andarist! -shouldForwardProp
has been changed from being a bivariant method to a contravariant function - it improves the type-safety for those that type this option.#2333
3055efdd
Thanks @antongolub! -FilteringStyledOptions
andStyledOptions
types no longer require a type argument for theProps
generic.@emotion/react@11.9.3
Patch Changes
#2766
5b3f4d78
Thanks @Andarist! -ThemeProviderProps["children"]
was marked as a required prop asThemeProvider
should always wrap some subtree.Updated dependencies [
26e4e3e8
,6c2d7a60
,5e81f213
]:@emotion/serialize@1.0.4
Patch Changes
#2727
26e4e3e8
Thanks @srmagura! - Changed the error message "Component selectors can only be used in conjunction with @emotion/babel-plugin" to reference the new SWC Emotion plugin which will support component selectors soon.#2572
5e81f213
Thanks @otakustay! - Changed theregistered
parameter to be declared as optional in the TypeScript definition to match the runtime requirement.@emotion/sheet@1.1.1
Patch Changes
6c2d7a60
Thanks @Peeja! - TypeScript type for thecontainer
option has been adjusted. It will now accept aShadowRoot
, or any other kind ofNode
.@emotion/styled@11.9.3
Patch Changes
#2759 Thanks @srmagura, @Andarist! - Change the argument of the
shouldForwardProp
option ofstyled
fromPropertyKey
tostring
in the TypeScript definitions.#2333
3055efdd
Thanks @Andarist! -shouldForwardProp
has been changed from being a bivariant method to a contravariant function - it improves the type-safety for those that type this option.#2333
3055efdd
Thanks @antongolub! -FilteringStyledOptions
andStyledOptions
types no longer require a type argument for theProps
generic.Updated dependencies [
26e4e3e8
,5e81f213
,3055efdd
]: