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/[email protected]
Patch Changes
#2728
6c2d7a60Thanks @Peeja! - TypeScript type for thecontaineroption has been adjusted. It will now accept aShadowRoot, or any other kind ofNode.Updated dependencies [
6c2d7a60]:@emotion/[email protected]
Patch Changes
isPropValidfromPropertyKeytostringin the TypeScript definitions.@emotion/[email protected]
Patch Changes
fd22caceThanks @Andarist! - Added a dedicated error for a situation whentoHaveStyleRulereceives an array.@emotion/[email protected]
Patch Changes
#2759 Thanks @srmagura, @Andarist! - Change the argument of the
shouldForwardPropoption ofstyledfromPropertyKeytostringin the TypeScript definitions.#2333
3055efddThanks @Andarist! -shouldForwardProphas been changed from being a bivariant method to a contravariant function - it improves the type-safety for those that type this option.#2333
3055efddThanks @antongolub! -FilteringStyledOptionsandStyledOptionstypes no longer require a type argument for thePropsgeneric.@emotion/[email protected]
Patch Changes
#2766
5b3f4d78Thanks @Andarist! -ThemeProviderProps["children"]was marked as a required prop asThemeProvidershould always wrap some subtree.Updated dependencies [
26e4e3e8,6c2d7a60,5e81f213]:@emotion/[email protected]
Patch Changes
#2727
26e4e3e8Thanks @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
5e81f213Thanks @otakustay! - Changed theregisteredparameter to be declared as optional in the TypeScript definition to match the runtime requirement.@emotion/[email protected]
Patch Changes
6c2d7a60Thanks @Peeja! - TypeScript type for thecontaineroption has been adjusted. It will now accept aShadowRoot, or any other kind ofNode.@emotion/[email protected]
Patch Changes
#2759 Thanks @srmagura, @Andarist! - Change the argument of the
shouldForwardPropoption ofstyledfromPropertyKeytostringin the TypeScript definitions.#2333
3055efddThanks @Andarist! -shouldForwardProphas been changed from being a bivariant method to a contravariant function - it improves the type-safety for those that type this option.#2333
3055efddThanks @antongolub! -FilteringStyledOptionsandStyledOptionstypes no longer require a type argument for thePropsgeneric.Updated dependencies [
26e4e3e8,5e81f213,3055efdd]: