Skip to content

Version Packages#1922

Merged
pancaspe87 merged 1 commit into
masterfrom
changeset-release/master
Jul 21, 2026
Merged

Version Packages#1922
pancaspe87 merged 1 commit into
masterfrom
changeset-release/master

Conversation

@atlas-dst-bot

@atlas-dst-bot atlas-dst-bot commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@compiled/babel-plugin@1.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/css@1.0.0

@compiled/css@1.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

@compiled/parcel-transformer@1.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/babel-plugin@1.0.0
    • @compiled/babel-plugin-strip-runtime@1.0.0

@compiled/react@1.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

Minor Changes

  • bab22a2: Update the ax() runtime to extract the atomic group key using length-based slicing
    (className.length - 4) instead of a hardcoded offset.

    This makes ax() forward-compatible with longer atomic class names: it now correctly
    deduplicates both the current 9-char format (_ + 4-char group + 4-char value) and the
    upcoming 11-char format (_ + 6-char group + 4-char value). Because the two formats
    produce group keys of different lengths, they are structurally disjoint and never falsely
    deduplicate each other — so old and new class names can safely coexist on the same element
    during a migration. Behaviour for existing 9-char class names is unchanged.

@compiled/vite-plugin@2.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/babel-plugin@1.0.0
    • @compiled/css@1.0.0
    • @compiled/babel-plugin-strip-runtime@1.0.0

@compiled/webpack-loader@1.0.0

Major Changes

  • f34e80d: Remove the unused class name compression feature (classNameCompressionMap).

    This removes the classNameCompressionMap / classNameCompressionMapFilePath options across the
    babel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
    ac runtime (and clearAcCache) from @compiled/react/runtime and the generateCompressionMap
    export from @compiled/css. Compiled components now always use the ax runtime for class name
    merging. The feature was unused in practice and its removal simplifies the codebase and reduces
    runtime bundle size.

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/babel-plugin@1.0.0
    • @compiled/css@1.0.0
    • @compiled/babel-plugin-strip-runtime@1.0.0

@compiled/babel-plugin-strip-runtime@1.0.0

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/css@1.0.0

@compiled/parcel-config@0.5.7

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/parcel-transformer@1.0.0
    • @compiled/parcel-optimizer@0.6.8

@compiled/parcel-optimizer@0.6.8

Patch Changes

  • Updated dependencies [f34e80d]
    • @compiled/css@1.0.0

@compiled/parcel-optimizer-test-app@0.2.4

Patch Changes

  • Updated dependencies [bab22a2]
  • Updated dependencies [f34e80d]
    • @compiled/react@1.0.0

@compiled/parcel-transformer-test-app@0.2.4

Patch Changes

  • Updated dependencies [bab22a2]
  • Updated dependencies [f34e80d]
    • @compiled/react@1.0.0

@compiled/parcel-transformer-test-custom-resolve-app@0.2.4

Patch Changes

  • Updated dependencies [bab22a2]
  • Updated dependencies [f34e80d]
    • @compiled/react@1.0.0

@compiled/parcel-transformer-test-custom-resolver-app@0.2.4

Patch Changes

  • Updated dependencies [bab22a2]
  • Updated dependencies [f34e80d]
    • @compiled/react@1.0.0

@compiled/parcel-transformer-test-extract-app@0.2.4

Patch Changes

  • Updated dependencies [bab22a2]
  • Updated dependencies [f34e80d]
    • @compiled/react@1.0.0

@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

👷 Deploy Preview for compiled-css-in-js processing.

Name Link
🔨 Latest commit 995144b
🔍 Latest deploy log https://app.netlify.com/projects/compiled-css-in-js/deploys/6a5dc7305f690800082d96dc

@atlas-dst-bot
atlas-dst-bot force-pushed the changeset-release/master branch from 17ba360 to 0cc6b48 Compare July 15, 2026 23:16
@atlas-dst-bot
atlas-dst-bot force-pushed the changeset-release/master branch from 0cc6b48 to 995144b Compare July 20, 2026 06:58
@pancaspe87
pancaspe87 merged commit 71cb9b1 into master Jul 21, 2026
15 checks passed
@pancaspe87
pancaspe87 deleted the changeset-release/master branch July 21, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants