Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1713

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Version Packages #1713

merged 1 commit into from
Sep 30, 2024

Conversation

atlas-dst-bot
Copy link
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-strip-runtime@0.31.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0
    • @compiled/css@0.15.0

@compiled/css@0.15.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0

@compiled/parcel-optimizer@0.5.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0
    • @compiled/css@0.15.0

@compiled/react@0.18.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

@compiled/utils@0.12.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

  • 9a15e74: Remove unused buildSourceMap function

@compiled/webpack-loader@0.16.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/babel-plugin-strip-runtime@0.31.0
    • @compiled/utils@0.12.0
    • @compiled/css@0.15.0
    • @compiled/babel-plugin@0.31.0

@compiled/babel-plugin@0.31.0

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0
    • @compiled/css@0.15.0

@compiled/codemods@0.9.5

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0

@compiled/eslint-plugin@0.14.1

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/utils@0.12.0

@compiled/parcel-config@0.5.2

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/parcel-optimizer@0.5.0
    • @compiled/parcel-transformer@0.16.2

@compiled/parcel-transformer@0.16.2

Patch Changes

  • Updated dependencies [9a15e74]
  • Updated dependencies [9a15e74]
    • @compiled/babel-plugin-strip-runtime@0.31.0
    • @compiled/utils@0.12.0
    • @compiled/babel-plugin@0.31.0

@compiled/ssr-app@1.2.0

Minor Changes

  • 9a15e74: Sort shorthand properties so that they come before longhand properties.

    When using Compiled, one of the following will happen:

    Option 1. If stylesheet extraction is turned off ("runtime mode"): shorthand properties will be sorted before longhand properties, as long as they are not in a pseudo-selector like :hover or :active. This is enabled by default and cannot be turned off.

    Option 2. If stylesheet extraction is turned on and one of the below is true:

    • You are using Webpack
    • You are using Parcel AND you are running in production mode

    ... shorthand properties will only be sorted if sortShorthand: true is passed to CompiledExtractPlugin (Webpack), or sortShorthand: true is passed to your Compiled config file like .compiledcssrc (Parcel). When sorting shorthand properties using this method (option 2), shorthand properties will always be sorted before longhand properties, taking precedence over pseudo-selectors like :hover or :active.

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

@compiled/webpack-app@1.3.1

Patch Changes

  • 9a15e74: Enable sortShorthand
  • Updated dependencies [9a15e74]
    • @compiled/webpack-loader@0.16.0
    • @compiled/react@0.18.0

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

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

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

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

@compiled/parcel-transformer-test-compress-class-name-app@0.2.5

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

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

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

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

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

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

Patch Changes

  • Updated dependencies [9a15e74]
    • @compiled/react@0.18.0

Copy link

netlify bot commented Sep 30, 2024

Deploy Preview for compiled-css-in-js canceled.

Name Link
🔨 Latest commit 5316398
🔍 Latest deploy log https://app.netlify.com/sites/compiled-css-in-js/deploys/66f9f6f4226de70008bc6cb3

@dddlr dddlr merged commit c3c5660 into master Sep 30, 2024
14 checks passed
@dddlr dddlr deleted the changeset-release/master branch September 30, 2024 01:08
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