Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 29, 2025

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 next, this PR will be updated.

Releases

@astrojs/compiler@3.0.0

Major Changes

  • bd5be73: Removes the first argument of $result.createAstro()

    $result.createAstro() does not accept an AstroGlobalPartial as the first argument anymore:

    -const Astro = $result.createAstro($Astro, $props, $slots);
    +const Astro = $result.createAstro($props, $slots);
  • f4d1a54: Removes renderScript from TransformOptions. It is now the default and only behavior

  • ac52387: Removes experimentalScriptOrder from TransformOptions. It is now the default and only behavior

@github-actions github-actions bot force-pushed the changeset-release/next branch from f0c2232 to 49f8cad Compare October 3, 2025 12:01
@github-actions github-actions bot force-pushed the changeset-release/next branch from 49f8cad to b4c6f62 Compare October 3, 2025 12:41
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.

0 participants