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

[ci] release #8096

Merged
merged 1 commit into from
Aug 18, 2023
Merged

[ci] release #8096

merged 1 commit into from
Aug 18, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Aug 15, 2023

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

Releases

@astrojs/react@2.3.0

Minor Changes

  • #8082 16a3fdf93 Thanks @matthewp! - Optionally parse React slots as React children.

    This adds a new configuration option for the React integration experimentalReactChildren:

    export default {
      integrations: [
        react({
          experimentalReactChildren: true,
        }),
      ],
    };

    With this enabled, children passed to React from Astro components via the default slot are parsed as React components.

    This enables better compatibility with certain React components which manipulate their children.

astro@2.10.10

Patch Changes

  • #8127 b12c8471f Thanks @natemoo-re! - Do not throw Error when users pass an object with a "type" property

  • #8092 7177f7579 Thanks @natemoo-re! - Ensure dotfiles are cleaned during static builds

  • #8122 fa6b68a77 Thanks @natemoo-re! - Improve fidelity of time stats when running astro build

  • #8070 097a8e4e9 Thanks @lilnasy! - Fix a handful of edge cases with prerendered 404/500 pages

  • #8123 1f6497c33 Thanks @natemoo-re! - Open to configured base when astro dev --open runs

  • #8105 0e0fa605d Thanks @martrapp! - ViewTransition: bug fix for lost scroll position in browser history

  • #8116 b290f0a99 Thanks @martrapp! - On back navigation only animate view transitions that were animated going forward.

  • #7778 d6b494376 Thanks @y-nk! - Added support for optimizing remote images from authorized sources when using astro:assets. This comes with two new parameters to specify which domains (image.domains) and host patterns (image.remotePatterns) are authorized for remote images.

    For example, the following configuration will only allow remote images from astro.build to be optimized:

    // astro.config.mjs
    export default defineConfig({
      image: {
        domains: ['astro.build'],
      },
    });

    The following configuration will only allow remote images from HTTPS hosts:

    // astro.config.mjs
    export default defineConfig({
      image: {
        remotePatterns: [{ protocol: 'https' }],
      },
    });
  • #8109 da6e3da1c Thanks @martrapp! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)

create-astro@3.2.2

Patch Changes

@astrojs/solid-js@2.2.1

Patch Changes

@astrojs/svelte@3.1.1

Patch Changes

@astrojs/vercel@3.8.2

Patch Changes

@github-actions github-actions bot added pkg: svelte Related to Svelte (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Aug 15, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from bd38776 to 06e7bc7 Compare August 16, 2023 14:22
@github-actions github-actions bot requested a review from a team as a code owner August 16, 2023 17:43
@github-actions github-actions bot force-pushed the changeset-release/main branch 15 times, most recently from e2f017f to 8fc6bfe Compare August 17, 2023 16:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from b30f295 to 85f55e2 Compare August 18, 2023 12:30
@matthewp matthewp merged commit 5c190d0 into main Aug 18, 2023
@matthewp matthewp deleted the changeset-release/main branch August 18, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: svelte Related to Svelte (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants