Skip to content

Releases: atlassian-labs/compiled

@compiled/[email protected]

19 Dec 02:34
56f4ac6
Compare
Choose a tag to compare

Minor Changes

  • e6d57ea: add engines to formalize supported node versions - ^16.0.0 || >= 18.0.0
  • e6d57ea: support eslint v9

@compiled/[email protected]

18 Dec 22:40
dea4f1c
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

18 Dec 22:40
dea4f1c
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

18 Dec 22:40
dea4f1c
Compare
Choose a tag to compare

Minor Changes

  • 0ebbfc1: Fix supporting ternaries referencing cssMap style objects when extracting styles.

@compiled/[email protected]

17 Dec 03:55
fc4c47a
Compare
Choose a tag to compare

Patch Changes

  • a90961b: Fix shorthand-property-sorting crashing when variable in css prop is not initialised

@compiled/[email protected]

11 Dec 22:58
130ed3b
Compare
Choose a tag to compare

Patch Changes

  • 6fb2894: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule

@compiled/[email protected]

11 Dec 22:58
130ed3b
Compare
Choose a tag to compare

Patch Changes

  • 6fb2894: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule
  • Updated dependencies [6fb2894]

@compiled/[email protected]

10 Dec 04:34
3c5618b
Compare
Choose a tag to compare

Minor Changes

  • f63b99d: Possibly BREAKING: Default sortShorthand to be enabled during stylesheet extraction to match the config we have internally at Atlassian and our recommendation.

    You can opt-out from this change by setting sortShorthand: false in several places, refer to https://compiledcssinjs.com/docs/shorthand and package-specific documentation.

    This is only a breaking change if you expect margin:0 to override margin-top:8px for example, which in other CSS-in-JS libraries may actually work, but in Compiled it's not guaranteed to work, so we forcibly sort it to guarantee the order in which these styles are applied.

Patch Changes

@compiled/[email protected]

10 Dec 04:34
3c5618b
Compare
Choose a tag to compare

Patch Changes

  • 88bbe38: Remove superfluous border-block-_ and border-inline-_ from being listed as shorthand properties of border-top / border-bottom / border-left / border-right

@compiled/[email protected]

10 Dec 04:34
3c5618b
Compare
Choose a tag to compare

Patch Changes