Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #1638

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Version Packages (next) #1638

merged 1 commit into from
Nov 25, 2019

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 2019

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, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

babel-plugin-emotion@11.0.0-next.6

Major Changes

  • 843bfb11 #1600 Thanks @Andarist! - Removed @emotion/css - it's main purpose was to allow css 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 to babel-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:

    -import css from '@emotion/css'
    +import { css } from '@emotion/core'
    
    // or
    -import css from '@emotion/css/macro'
    +import { css } from '@emotion/core/macro'

Minor Changes

@emotion/core@11.0.0-next.6

Major Changes

  • 843bfb11 #1600 Thanks @Andarist! - Removed @emotion/css - it's main purpose was to allow css 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 to babel-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:

    -import css from '@emotion/css'
    +import { css } from '@emotion/core'
    
    // or
    -import css from '@emotion/css/macro'
    +import { css } from '@emotion/core/macro'
  • cbb8b796 #1600 Thanks @Andarist! - emotion-theming has been removed and all its exports were moved to @emotion/core package. Please import them like this import { 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 the styles prop.

Patch Changes

  • Updated dependencies [923ded01, 4a891bf6, 843bfb11]:
    • @emotion/styled@11.0.0-next.6
    • @emotion/cache@11.0.0-next.6
    • @emotion/sheet@0.10.0-next.0
    • @emotion/css@11.0.0-next.6

@emotion/css@11.0.0-next.6

Major Changes

  • 843bfb11 #1600 Thanks @Andarist! - Removed @emotion/css - it's main purpose was to allow css 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 to babel-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:

    -import css from '@emotion/css'
    +import { css } from '@emotion/core'
    
    // or
    -import css from '@emotion/css/macro'
    +import { css } from '@emotion/core/macro'

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 this import { useTheme, ThemeProvider, withTheme } from '@emotion/core' from now on.

@emotion/babel-preset-css-prop@11.0.0-next.6

Minor Changes

Patch Changes

@emotion/cache@11.0.0-next.6

Minor Changes

  • 4a891bf6 #1473 Thanks @jcharry! - Accept new prepend option to allow for adding style tags at the beginning of the specified DOM container.

Patch Changes

  • Updated dependencies [4a891bf6]:
    • @emotion/sheet@0.10.0-next.0

@emotion/is-prop-valid@0.9.0-next.1

Minor Changes

@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 custom shouldForwardProp option.

Patch Changes

  • Updated dependencies []:
    • @emotion/primitives-core@11.0.0-next.6

@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 custom shouldForwardProp option.

Patch Changes

  • Updated dependencies [923ded01, 0a4a22ff, 843bfb11, 828111cd]:
    • @emotion/is-prop-valid@0.9.0-next.1
    • babel-plugin-emotion@11.0.0-next.6
    • @emotion/primitives-core@11.0.0-next.6

@emotion/sheet@0.10.0-next.0

Minor Changes

  • 4a891bf6 #1473 Thanks @jcharry! - Accept new prepend option to allow for adding style tags at the beginning of the specified DOM container.

create-emotion@11.0.0-next.6

Patch Changes

  • Updated dependencies [4a891bf6]:
    • @emotion/cache@11.0.0-next.6
    • @emotion/sheet@0.10.0-next.0

@emotion/primitives-core@11.0.0-next.6

Patch Changes

@emotion/styled@11.0.0-next.6

Patch Changes

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 15, 2019

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ba08912:

Sandbox Source
Emotion Configuration

@github-actions github-actions bot force-pushed the changeset-release/next branch 5 times, most recently from 2fb3701 to 4ffe973 Compare November 19, 2019 07:37
@Andarist Andarist merged commit 3b9cb9e into next Nov 25, 2019
@Andarist Andarist deleted the changeset-release/next branch November 25, 2019 22:41
louisgv pushed a commit to louisgv/emotion that referenced this pull request Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant