Skip to content

Releases: atlassian-labs/compiled

@compiled/webpack-loader@0.20.1

23 Feb 20:27
18fa545

Choose a tag to compare

Patch Changes

  • Updated dependencies [6429bfe]
    • @compiled/babel-plugin@0.39.0

@compiled/vite-plugin@1.1.4

23 Feb 20:27
18fa545

Choose a tag to compare

Patch Changes

  • Updated dependencies [6429bfe]
    • @compiled/babel-plugin@0.39.0

@compiled/react@0.20.0

23 Feb 20:27
18fa545

Choose a tag to compare

Minor Changes

  • 6429bfe: Bump csstype from 3.1.3 to 3.2.3 and add missing @container support to cssMap validation

    Updates csstype to the latest version which reflects the evolution of CSS standards. This change also fixes a bug where @container (CSS Container Queries) was partially supported in CSS processing but was missing from the cssMap type validation lookup table.

    Removed at-rules:

    • @scroll-timeline - Abandoned CSS proposal; Scroll-driven Animations now use animation-timeline property instead
    • @viewport - Obsolete at-rule with no modern browser support; viewport configuration is now handled via meta tags and media queries

    Added at-rules (with full support):

    • @container - CSS Container Queries (now fully validated in cssMap)
    • @position-try - CSS Anchor Positioning
    • @view-transition - View Transitions API

    What changed:

    • Updated csstype dependency to 3.2.3 across all packages
    • Updated AtRules type mapping in packages/babel-plugin/src/utils/css-map.ts to include the new at-rules and remove deprecated ones
    • Bumped to minor for @compiled/babel-plugin due to adding @container support to cssMap validation

    Note: The @scroll-timeline and @viewport at-rules are not used anywhere in the Compiled codebase, so this is not a breaking change.

@compiled/parcel-transformer@0.19.1

23 Feb 20:27
18fa545

Choose a tag to compare

Patch Changes

  • Updated dependencies [6429bfe]
    • @compiled/babel-plugin@0.39.0

@compiled/jest@0.11.0

23 Feb 20:27
18fa545

Choose a tag to compare

Minor Changes

  • 6429bfe: Bump csstype from 3.1.3 to 3.2.3 and add missing @container support to cssMap validation

    Updates csstype to the latest version which reflects the evolution of CSS standards. This change also fixes a bug where @container (CSS Container Queries) was partially supported in CSS processing but was missing from the cssMap type validation lookup table.

    Removed at-rules:

    • @scroll-timeline - Abandoned CSS proposal; Scroll-driven Animations now use animation-timeline property instead
    • @viewport - Obsolete at-rule with no modern browser support; viewport configuration is now handled via meta tags and media queries

    Added at-rules (with full support):

    • @container - CSS Container Queries (now fully validated in cssMap)
    • @position-try - CSS Anchor Positioning
    • @view-transition - View Transitions API

    What changed:

    • Updated csstype dependency to 3.2.3 across all packages
    • Updated AtRules type mapping in packages/babel-plugin/src/utils/css-map.ts to include the new at-rules and remove deprecated ones
    • Bumped to minor for @compiled/babel-plugin due to adding @container support to cssMap validation

    Note: The @scroll-timeline and @viewport at-rules are not used anywhere in the Compiled codebase, so this is not a breaking change.

@compiled/babel-plugin@0.39.0

23 Feb 20:27
18fa545

Choose a tag to compare

Minor Changes

  • 6429bfe: Bump csstype from 3.1.3 to 3.2.3 and add missing @container support to cssMap validation

    Updates csstype to the latest version which reflects the evolution of CSS standards. This change also fixes a bug where @container (CSS Container Queries) was partially supported in CSS processing but was missing from the cssMap type validation lookup table.

    Removed at-rules:

    • @scroll-timeline - Abandoned CSS proposal; Scroll-driven Animations now use animation-timeline property instead
    • @viewport - Obsolete at-rule with no modern browser support; viewport configuration is now handled via meta tags and media queries

    Added at-rules (with full support):

    • @container - CSS Container Queries (now fully validated in cssMap)
    • @position-try - CSS Anchor Positioning
    • @view-transition - View Transitions API

    What changed:

    • Updated csstype dependency to 3.2.3 across all packages
    • Updated AtRules type mapping in packages/babel-plugin/src/utils/css-map.ts to include the new at-rules and remove deprecated ones
    • Bumped to minor for @compiled/babel-plugin due to adding @container support to cssMap validation

    Note: The @scroll-timeline and @viewport at-rules are not used anywhere in the Compiled codebase, so this is not a breaking change.

@compiled/vite-plugin@1.1.3

16 Feb 22:06
aef4d99

Choose a tag to compare

Patch Changes

  • a4c1ee8: Fix #1861 by adding extensions into @compiled/vite-plugin and @compiled/react packages to fix ESM support.

@compiled/react@0.19.1

16 Feb 22:06
aef4d99

Choose a tag to compare

Patch Changes

  • a4c1ee8: Fix #1861 by adding extensions into @compiled/vite-plugin and @compiled/react packages to fix ESM support.

@compiled/parcel-optimizer@0.6.5

30 Jan 08:17
0e6c79c

Choose a tag to compare

Patch Changes

  • 91fb117: Ensure deterministic stylesheet output in parcel-optimizer

@compiled/vite-plugin@1.1.2

16 Dec 01:52
79f084c

Choose a tag to compare

Patch Changes

  • 86ff4e8: Fix vite-plugin with ESM (v1.1.1 was a broken version for proper ESM)