Releases: atlassian-labs/compiled
Releases · atlassian-labs/compiled
@compiled/cli@1.0.0
@compiled/babel-plugin@0.7.0
Minor Changes
Patch Changes
- e1dc346: Fix missing key prop on generated React elements
- 48805ec: Use the correct expression in the style prop, when an identifier is shadowed by a function argument
- 587e729: Generate CSS for rules defined before a mixin and ensure that mixins can be overriden
- Updated dependencies [bcb2a68]
- @compiled/css@0.7.0
@compiled/react@0.6.13
Patch Changes
- 13c3a60: add support of additional parameters to css function
@compiled/react@0.6.12
Patch Changes
- b5b4e8a: Catch unhandled exception on inserting rules with prefixed selectors.
@compiled/react@0.6.11
Patch Changes
- ee3363e: Fix HTML characters escapes in style tags on SSR.
@compiled/babel-plugin@0.6.14
Patch Changes
- 30ddaf4: Adds a support of computed properties static evaluation in object styles.
@compiled/webpack-loader@0.6.15
@compiled/utils@0.6.11
Patch Changes
- 40bc0d9: Package descriptions have been updated.
@compiled/react@0.6.10
Patch Changes
-
40bc0d9: Package descriptions have been updated.
-
1b1c964: The
css
mixin API is now available,
functioning similarly to the emotion equivalent.import { css } from '@compiled/react'; <div css={css` display: flex; font-size: 50px; color: blue; `}> blue text </div>;
For more help, read the docs: https://compiledcssinjs.com/docs/css.