Skip to content

Latest commit

Β 

History

History
192 lines (111 loc) Β· 7.61 KB

CHANGELOG.md

File metadata and controls

192 lines (111 loc) Β· 7.61 KB

@emotion/primitives-core

11.0.0-rc.0

Major Changes

Patch Changes

  • Updated dependencies [9c4ebc16]:
    • @emotion/react@11.0.0-rc.0

11.0.0-next.19

Patch Changes

  • Updated dependencies []:
    • @emotion/react@11.0.0-next.19

11.0.0-next.18

Major Changes

  • 95ea2839 #2014 Thanks @Andarist! - Updated css-to-react-native dependency to the 3.x version - it comes with some breaking changes listed here.
  • 95ea2839 #2014 Thanks @Andarist! - Functions are no longer accepted as values for the style prop. This unifies the behavior with the web version of Emotion as style's equivalent is className prop and functions are not resolved for it.

Patch Changes

  • db16ac35 #2013 Thanks @Andarist! - Fixed an issue with styles being lost for nested factory calls like:

    const bgColor = color => css`
      background-color: ${color};
    `
    
    const Text = styled.Text`
      color: hotpink;
      ${({ backgroundColor }) => bgColor(backgroundColor)};
    `

11.0.0-next.17

Patch Changes

  • Updated dependencies []:
    • @emotion/react@11.0.0-next.17

11.0.0-next.16

Patch Changes

  • Updated dependencies [58b2bbca]:
    • @emotion/react@11.0.0-next.16

11.0.0-next.15

Patch Changes

  • Updated dependencies [5d692a6a]:
    • @emotion/react@11.0.0-next.15

11.0.0-next.14

Patch Changes

11.0.0-next.13

Patch Changes

  • Updated dependencies [9e998e37]:
    • @emotion/react@11.0.0-next.13

11.0.0-next.12

Patch Changes

11.0.0-next.10

Patch Changes

11.0.0-next.9

Patch Changes

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

11.0.0-next.8

Patch Changes

  • Updated dependencies [c643107, c643107]:
    • @emotion/core@11.0.0-next.8

11.0.0-next.7

Patch Changes

  • Updated dependencies [5c55fd17]:
    • @emotion/core@11.0.0-next.7

11.0.0-next.6

Patch Changes

11.0.0-next.5

Patch Changes

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

11.0.0-next.4

Patch Changes

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

11.0.0-next.3

Patch Changes

  • Updated dependencies [a085003d]:
    • @emotion/core@11.0.0-next.3

11.0.0-next.2

Major Changes

Patch Changes

  • Updated dependencies [79036056]:
    • @emotion/core@11.0.0-next.2

11.0.0-next.1

Patch Changes

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

11.0.0-next.0

Major Changes

  • 302bdba1 #1600 Thanks @mitchellhamilton! - Ensure packages are major bumped so that pre-release versions of the linked packages are consistent in the major number

Patch Changes

  • Updated dependencies [302bdba1]:
    • @emotion/core@11.0.0-next.0

10.0.27

Patch Changes

10.0.22

Patch Changes

10.0.14

Patch Changes