Version Packages#1922
Merged
Merged
Conversation
atlas-dst-bot
requested review from
JakeLane,
danieldelcore,
dddlr,
kylorhall-atlassian,
liamqma and
pancaspe87
as code owners
July 15, 2026 00:42
👷 Deploy Preview for compiled-css-in-js processing.
|
atlas-dst-bot
force-pushed
the
changeset-release/master
branch
from
July 15, 2026 23:16
17ba360 to
0cc6b48
Compare
atlas-dst-bot
force-pushed
the
changeset-release/master
branch
from
July 20, 2026 06:58
0cc6b48 to
995144b
Compare
pancaspe87
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. The feature was unused in practice and its removal simplifies the codebase and reduces
runtime bundle size.
Patch Changes
@compiled/css@1.0.0
Major Changes
f34e80d: Remove the unused class name compression feature (
classNameCompressionMap).This removes the
classNameCompressionMap/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. 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/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. The feature was unused in practice and its removal simplifies the codebase and reduces
runtime bundle size.
Patch Changes
@compiled/react@1.0.0
Major Changes
f34e80d: Remove the unused class name compression feature (
classNameCompressionMap).This removes the
classNameCompressionMap/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. 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 correctlydeduplicates both the current 9-char format (
_+ 4-char group + 4-char value) and theupcoming 11-char format (
_+ 6-char group + 4-char value). Because the two formatsproduce 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/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. The feature was unused in practice and its removal simplifies the codebase and reduces
runtime bundle size.
Patch Changes
@compiled/webpack-loader@1.0.0
Major Changes
f34e80d: Remove the unused class name compression feature (
classNameCompressionMap).This removes the
classNameCompressionMap/classNameCompressionMapFilePathoptions across thebabel plugin, CSS transform, and all bundler integrations (Parcel, webpack, Vite), along with the
acruntime (andclearAcCache) from@compiled/react/runtimeand thegenerateCompressionMapexport from
@compiled/css. Compiled components now always use theaxruntime for class namemerging. The feature was unused in practice and its removal simplifies the codebase and reduces
runtime bundle size.
Patch Changes
@compiled/babel-plugin-strip-runtime@1.0.0
Patch Changes
@compiled/parcel-config@0.5.7
Patch Changes
@compiled/parcel-optimizer@0.6.8
Patch Changes
@compiled/parcel-optimizer-test-app@0.2.4
Patch Changes
@compiled/parcel-transformer-test-app@0.2.4
Patch Changes
@compiled/parcel-transformer-test-custom-resolve-app@0.2.4
Patch Changes
@compiled/parcel-transformer-test-custom-resolver-app@0.2.4
Patch Changes
@compiled/parcel-transformer-test-extract-app@0.2.4
Patch Changes