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 next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
babel-plugin-emotion@11.0.0-next.6
Major Changes
843bfb11
#1600 Thanks @Andarist! - Removed@emotion/css
- it's main purpose was to allowcss
to be a Babel macro, but since babel-plugin-macros allows us to keep imports nowadays this is no longer needed.@emotion/core/macro
has been added to account for this use case and appropriate changes has been made tobabel-plugin-emotion
to facilitate those changes.If you have used
@emotion/css
directly (it was always reexported from@emotion/core
) or you have been using its macro then you should update your code like this:Minor Changes
0a4a22ff
#1600 Thanks @Andarist! - AllowlabelFormat
option to be a function.828111cd
#1600 Thanks @Andarist! -Global
gets handled by the Babel plugin now - this gives inline css-less expressions source maps.@emotion/core@11.0.0-next.6
Major Changes
843bfb11
#1600 Thanks @Andarist! - Removed@emotion/css
- it's main purpose was to allowcss
to be a Babel macro, but since babel-plugin-macros allows us to keep imports nowadays this is no longer needed.@emotion/core/macro
has been added to account for this use case and appropriate changes has been made tobabel-plugin-emotion
to facilitate those changes.If you have used
@emotion/css
directly (it was always reexported from@emotion/core
) or you have been using its macro then you should update your code like this:cbb8b796
#1600 Thanks @Andarist! -emotion-theming
has been removed and all its exports were moved to@emotion/core
package. Please import them like thisimport { useTheme, ThemeProvider, withTheme } from '@emotion/core'
from now on.Minor Changes
828111cd
#1600 Thanks @Andarist! -Global
imported from macro entry (@emotion/core/macro
) gets source maps generated now when inline css-less expression is used as value of thestyles
prop.Patch Changes
923ded01
,4a891bf6
,843bfb11
]:@emotion/css@11.0.0-next.6
Major Changes
843bfb11
#1600 Thanks @Andarist! - Removed@emotion/css
- it's main purpose was to allowcss
to be a Babel macro, but since babel-plugin-macros allows us to keep imports nowadays this is no longer needed.@emotion/core/macro
has been added to account for this use case and appropriate changes has been made tobabel-plugin-emotion
to facilitate those changes.If you have used
@emotion/css
directly (it was always reexported from@emotion/core
) or you have been using its macro then you should update your code like this:emotion-theming@11.0.0-next.6
Major Changes
cbb8b796
#1600 Thanks @Andarist! -emotion-theming
has been removed and all its exports were moved to@emotion/core
package. Please import them like thisimport { useTheme, ThemeProvider, withTheme } from '@emotion/core'
from now on.@emotion/babel-preset-css-prop@11.0.0-next.6
Minor Changes
0a4a22ff
#1600 Thanks @Andarist! - AllowlabelFormat
option to be a function.Patch Changes
0a4a22ff
,843bfb11
,828111cd
]:@emotion/cache@11.0.0-next.6
Minor Changes
4a891bf6
#1473 Thanks @jcharry! - Accept newprepend
option to allow for adding style tags at the beginning of the specified DOM container.Patch Changes
4a891bf6
]:@emotion/is-prop-valid@0.9.0-next.1
Minor Changes
923ded01
#1600 Thanks @JakeGinnivan! - AllowisPropValid
to take anyPropertyKey
as an argument (instead of juststring
).@emotion/native@11.0.0-next.6
Minor Changes
843bfb11
#1600 Thanks @Andarist! -@emotion/native
&@emotion/primitives
packages come with macros now. Both can be used as@emotion/native/macro
&@emotion/primitives/macro
respectively.f1b7c9d6
#1600 Thanks @Andarist! - Added basic support for accepting customshouldForwardProp
option.Patch Changes
@emotion/primitives@11.0.0-next.6
Minor Changes
843bfb11
#1600 Thanks @Andarist! -@emotion/native
&@emotion/primitives
packages come with macros now. Both can be used as@emotion/native/macro
&@emotion/primitives/macro
respectively.f1b7c9d6
#1600 Thanks @Andarist! - Added basic support for accepting customshouldForwardProp
option.Patch Changes
923ded01
,0a4a22ff
,843bfb11
,828111cd
]:@emotion/sheet@0.10.0-next.0
Minor Changes
4a891bf6
#1473 Thanks @jcharry! - Accept newprepend
option to allow for adding style tags at the beginning of the specified DOM container.create-emotion@11.0.0-next.6
Patch Changes
4a891bf6
]:@emotion/primitives-core@11.0.0-next.6
Patch Changes
828111cd
,843bfb11
,cbb8b796
]:@emotion/styled@11.0.0-next.6
Patch Changes
923ded01
#1600 Thanks @JakeGinnivan! - Relaxed types forshouldForwardProp
as it needs to be able to filter props for a generic argument of the resulting function.923ded01
,0a4a22ff
,828111cd
,843bfb11
,828111cd
,cbb8b796
]: