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.6.0
Minor Changes
#2521
516fe458
Thanks @mnajdova! - AddedinsertionPoint
option to thecreateCache
. It can be used to insert rules after the specified element. For example, to use it with theCacheProvider
from@emotion/react
you can do this:Patch Changes
9e82a991
]:@emotion/jest@11.6.0
Minor Changes
eb013d25
Thanks @eps1lon, @Andarist! - Adjusted the serialization logic to unwrap rendered elements from Fragments that had to be added to fix hydration mismatches caused byReact.useId
usage (the upcoming API of the React 18).@emotion/react@11.6.0
Minor Changes
eb013d25
Thanks @eps1lon! - Fixed hydration mismatches ifReact.useId
(the upcoming API of the React 18) is used within a tree below our components.Patch Changes
#2551
99fcea04
Thanks @Andarist! - Shorten the path of the "private"isolated-hoist-non-react-statics-do-not-use-this-in-your-code
entrypoint to avoid exeeding path limitations on Windows.Updated dependencies [
9e82a991
,516fe458
]:@emotion/sheet@1.1.0
Minor Changes
516fe45
Thanks @mnajdova! - AddedinsertionPoint
option to theSheet
's constructor. It can be used to insert rules after the specified element.@emotion/styled@11.6.0
Minor Changes
eb013d25
Thanks @eps1lon! - Fixed hydration mismatches ifReact.useId
(the upcoming API of the React 18) is used within a tree below our components.Patch Changes
9861a18b
]:@emotion/is-prop-valid@1.1.1
Patch Changes
9861a18b
Thanks @fabb! - AddedenterKeyHint
prop to the allowlist of forwardable props.