Skip to content

Releases: atlassian-labs/compiled

@compiled/[email protected]

17 Feb 04:14
75b34ed

Choose a tag to compare

Minor Changes

  • 3d10a6d: Fixes two scenarios found in #1789

    • The static syntax of "8px ".concat("8px") which is auto-generated by certain Babel targets generates props.style outputs when not necessary—we can simplify this to "8px 8px" ourselves.
    • Mixing "indirect selectors" (eg. ~, +, |, ||) that do not inherit CSS variables with dynamic styles which generates CSS variables and props.style will never work in Compiled, this now throws an error.

@compiled/[email protected]

13 Feb 03:29
4fa9dcf

Choose a tag to compare

Patch Changes

  • 9a483f6: Fix height property in non-media query causing Compiled to crash

@compiled/[email protected]

13 Feb 23:34
16a62b8

Choose a tag to compare

Patch Changes

  • 8a82452: Stop checking if styles are cssMap if being used as css={styles}. This is to improve build performance.

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Patch Changes

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Patch Changes

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Patch Changes

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Minor Changes

  • 0f64c39: Added support for the @starting-style at-rule.

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Minor Changes

  • 0f64c39: Added support for the @starting-style at-rule.

Patch Changes

@compiled/[email protected]

28 Jan 03:48
40a4548

Choose a tag to compare

Patch Changes

@compiled/[email protected]

08 Jan 04:05
04f6280

Choose a tag to compare

Patch Changes

  • d75db85: Fix some false positives in shorthand-property-sorting with css and cssMap