Skip to content

Latest commit

Β 

History

History
286 lines (178 loc) Β· 11.8 KB

CHANGELOG.md

File metadata and controls

286 lines (178 loc) Β· 11.8 KB

@emotion/primitives

11.0.0-rc.1

Minor Changes

Patch Changes

  • Updated dependencies [b7d21373, 2d597857]:
    • @emotion/babel-plugin@11.0.0-rc.1
    • @emotion/primitives-core@11.0.0-rc.1

11.0.0-rc.0

Major Changes

Patch Changes

  • Updated dependencies [9c4ebc16, 69446cb5]:
    • @emotion/babel-plugin@11.0.0-rc.0
    • @emotion/is-prop-valid@1.0.0-rc.0
    • @emotion/primitives-core@11.0.0-rc.0

11.0.0-next.19

Patch Changes

  • Updated dependencies []:
    • @emotion/primitives-core@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)};
    `
  • Updated dependencies [95ea2839, db16ac35, 95ea2839]:

    • @emotion/primitives-core@11.0.0-next.18

11.0.0-next.17

Patch Changes

  • Updated dependencies []:
    • @emotion/babel-plugin@11.0.0-next.17
    • @emotion/primitives-core@11.0.0-next.17

11.0.0-next.16

Patch Changes

  • Updated dependencies []:
    • @emotion/primitives-core@11.0.0-next.16
    • @emotion/babel-plugin@11.0.0-next.16

11.0.0-next.15

Patch Changes

  • Updated dependencies []:
    • @emotion/primitives-core@11.0.0-next.15
    • @emotion/babel-plugin@11.0.0-next.15

11.0.0-next.14

Patch Changes

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

11.0.0-next.13

Patch Changes

  • Updated dependencies [5e803106, 9e998e37]:
    • @emotion/babel-plugin@11.0.0-next.13
    • @emotion/primitives-core@11.0.0-next.13

11.0.0-next.12

Patch Changes

  • Updated dependencies [5c7ec859, e3d7db87]:
    • @emotion/babel-plugin@11.0.0-next.12
    • @emotion/primitives-core@11.0.0-next.12

11.0.0-next.10

Patch Changes

  • Updated dependencies [b8476e08, c7850e61]:
    • @emotion/babel-plugin@11.0.0-next.10
    • @emotion/primitives-core@11.0.0-next.10

11.0.0-next.9

Patch Changes

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

11.0.0-next.8

Patch Changes

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

11.0.0-next.7

Patch Changes

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

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.

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

11.0.0-next.5

Patch Changes

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

11.0.0-next.4

Patch Changes

  • Updated dependencies [c65c5d88]:
    • babel-plugin-emotion@11.0.0-next.4
    • emotion-theming@11.0.0-next.4
    • @emotion/primitives-core@11.0.0-next.4

11.0.0-next.3

Patch Changes

  • Updated dependencies [c5b12d90, c5b12d90, a085003d, f9feab1a, c5b12d90]:
    • babel-plugin-emotion@11.0.0-next.3
    • @emotion/is-prop-valid@0.8.6-next.0
    • emotion-theming@11.0.0-next.3
    • @emotion/primitives-core@11.0.0-next.3

11.0.0-next.2

Major Changes

Patch Changes

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

11.0.0-next.1

Patch Changes

  • Updated dependencies [1eaa3a38]:
    • emotion-theming@11.0.0-next.1
    • babel-plugin-emotion@11.0.0-next.1
    • @emotion/primitives-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 [b0ad4f0c, 302bdba1]:
    • babel-plugin-emotion@11.0.0-next.0
    • emotion-theming@11.0.0-next.0
    • @emotion/primitives-core@11.0.0-next.0

10.0.30

Patch Changes

  • Updated dependencies [babbbe3]:
    • @emotion/is-prop-valid@0.8.8

10.0.28

Patch Changes

  • Updated dependencies [4dfe558, af07afb, 12141c5]:
    • babel-plugin-emotion@10.0.28
    • @emotion/is-prop-valid@0.8.7

10.0.27

Patch Changes

  • 4c62ae9 #1698 Thanks @Andarist! - Add LICENSE file
  • Updated dependencies [4c62ae9]:
    • babel-plugin-emotion@10.0.27
    • emotion-theming@10.0.27
    • @emotion/is-prop-valid@0.8.6
    • @emotion/primitives-core@10.0.27

10.0.24

Patch Changes

  • Updated dependencies [5e17e456]:
    • @emotion/is-prop-valid@0.8.5

10.0.23

Patch Changes

10.0.22

Patch Changes

  • ae90f000 #841 Thanks @nitin42! - Improve error message for shorthand properties with missing units.

  • Updated dependencies [1bb3efe3, ae90f000]:

    • babel-plugin-emotion@10.0.22
    • @emotion/primitives-core@10.0.22

10.0.19

  • Updated dependencies [c81c0033]:
    • babel-plugin-emotion@10.0.19
    • @emotion/is-prop-valid@0.8.3
    • emotion-theming@10.0.19

10.0.14

Patch Changes

10.0.13

  • Updated dependencies [52bd655b]:
    • @emotion/is-prop-valid@0.8.1

10.0.12

  • Updated dependencies [06426c95]:
    • @emotion/is-prop-valid@0.8.0