Releases: atlassian-labs/compiled
Releases · atlassian-labs/compiled
@compiled/[email protected]
Minor Changes
-
3d10a6d: Fixes two scenarios found in #1789
- The static syntax of
"8px ".concat("8px")which is auto-generated by certain Babel targets generatesprops.styleoutputs 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 andprops.stylewill never work in Compiled, this now throws an error.
- The static syntax of
@compiled/[email protected]
Patch Changes
- 9a483f6: Fix height property in non-media query causing Compiled to crash
@compiled/[email protected]
Patch Changes
- 8a82452: Stop checking if styles are cssMap if being used as
css={styles}. This is to improve build performance.
@compiled/[email protected]
Patch Changes
- Updated dependencies [0f64c39]
- @compiled/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- Updated dependencies [0f64c39]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- Updated dependencies [0f64c39]
- @compiled/[email protected]
@compiled/[email protected]
Minor Changes
- 0f64c39: Added support for the @starting-style at-rule.
@compiled/[email protected]
Minor Changes
- 0f64c39: Added support for the @starting-style at-rule.
Patch Changes
- Updated dependencies [0f64c39]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- Updated dependencies [0f64c39]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- d75db85: Fix some false positives in
shorthand-property-sortingwith css and cssMap