Releases: atlassian-labs/compiled
Releases · atlassian-labs/compiled
@compiled/[email protected]
@compiled/[email protected]
Patch Changes
- Updated dependencies [0ebbfc1]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- Updated dependencies [0ebbfc1]
- @compiled/[email protected]
@compiled/[email protected]
Minor Changes
- 0ebbfc1: Fix supporting ternaries referencing cssMap style objects when extracting styles.
@compiled/[email protected]
Patch Changes
- a90961b: Fix shorthand-property-sorting crashing when variable in css prop is not initialised
@compiled/[email protected]
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]
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]
@compiled/[email protected]
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 overridemargin-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
- Updated dependencies [88bbe38]
- Updated dependencies [f63b99d]
- @compiled/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
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]
Patch Changes
- Updated dependencies [88bbe38]
- Updated dependencies [f63b99d]
- @compiled/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]