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 #7784

Merged
merged 1 commit into from
Jul 25, 2023
Merged

[ci] release #7784

merged 1 commit into from
Jul 25, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Jul 24, 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/[email protected]

Minor Changes

  • #7687 0a1b33349 Thanks @kwhinnery! - Update build target for Deno to esnext to allow supported language features on the runtime.

Patch Changes

[email protected]

Patch Changes

  • #7782 0f677c009 Thanks @bluwy! - Refactor Astro rendering to write results directly. This improves the rendering performance for all Astro files.

  • #7786 188eeddd4 Thanks @matthewp! - Execute scripts when navigating to a new page.

    When navigating to an new page with client-side navigation, scripts are executed (and re-executed) so that any new scripts on the incoming page are run and the DOM can be updated.

    However, type=module scripts never re-execute in Astro, and will not do so in client-side routing. To support cases where you want to modify the DOM, a new astro:load event listener been added:

    document.addEventListener('astro:load', () => {
      updateTheDOMSomehow();
    });

@astrojs/[email protected]

Patch Changes

  • #7597 7461e82c8 Thanks @alex-sherwin! - Adds an "allowHTML" Markdoc integration option.

    When enabled, all HTML in Markdoc files will be processed, including HTML elements within Markdoc tags and nodes.

    Enable this feature in the markdoc integration configuration:

    // astro.config.mjs
    export default defineConfig({
      integrations: [markdoc({ allowHTML: true })],
    });
  • Updated dependencies [0f677c009, 188eeddd4]:

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Jul 24, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 021b975 to 9fd1157 Compare July 24, 2023 23:36
@github-actions github-actions bot requested a review from a team as a code owner July 24, 2023 23:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9fd1157 to 4a16031 Compare July 24, 2023 23:38
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 085e92e to 61f5d13 Compare July 25, 2023 12:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from bd9070c to 72f90b7 Compare July 25, 2023 18:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 72f90b7 to 834cc62 Compare July 25, 2023 18:54
@matthewp matthewp merged commit db8c040 into main Jul 25, 2023
@matthewp matthewp deleted the changeset-release/main branch July 25, 2023 19:15
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants