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

Merged
merged 2 commits into from
Jun 21, 2022
Merged

[ci] release #3615

merged 2 commits into from
Jun 21, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 16, 2022

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/lit@0.2.0

Minor Changes

  • #3625 f5afaf24 Thanks @matthewp! - Conform to Constructor based rendering

    This changes @astrojs/lit to conform to the way rendering happens in all other frameworks. Instead of using the tag name <my-element client:load> you use the imported constructor function, <MyElement client:load> like you would do with any other framework.

    Support for tag-name syntax had to be removed due to the fact that it was a runtime feature that was not statically analyzable. To improve build performance, we have removed all runtime based component discovery. Using the imported Constructor name allows Astro to discover what components need to be built and bundled for production without ever running your file.

@astrojs/sitemap@0.2.0

Minor Changes

  • #3579 1031c06f Thanks @alextim! - # Key features

    • Split up your large sitemap into multiple sitemaps by custom limit.
    • Ability to add sitemap specific attributes such as lastmod etc.
    • Final output customization via JS function.
    • Localization support.
    • Reliability: all config options are validated.

    Important changes

    The integration always generates at least two files instead of one:

    • sitemap-index.xml - index file;
    • sitemap-{i}.xml - actual sitemap.

astro@1.0.0-beta.48

Patch Changes

  • #3625 f5afaf24 Thanks @matthewp! - Significantly improved build performance

    This change reflects in a significantly improved build performance, especially on larger sites.

    With this change Astro is not building everything by statically analyzing .astro files. This means it no longer needs to dynamically run your code in order to know what JavaScript needs to be built.

    With one particular large site we found it to build 32% faster.

  • #3612 fca58cfd Thanks @bholmesdev! - Fix: "vpath" import error when building for netlify edge

  • #3650 d9f6dcf6 Thanks @natemoo-re! - Properly catch falsy components

  • #3610 6ab749be Thanks @hippotastic! - Add component hydration in Markdown E2E tests

  • #3620 05aa7244 Thanks @hippotastic! - Remove extra newlines around Markdown components

  • Updated dependencies [80c71c7c, fca58cfd, 9c8a7c0b, 9c8a7c0b, 48e67fe0, 05aa7244]:

    • @astrojs/markdown-remark@0.11.3
    • @astrojs/telemetry@0.1.3

@astrojs/netlify@0.4.5

Patch Changes

@astrojs/markdown-remark@0.11.3

Patch Changes

@astrojs/telemetry@0.1.3

Patch Changes

  • #3614 9c8a7c0b Thanks @okikio! - Fix telemetry crashing astro build/dev when using optional integrations

    Telemetry will now ignore falsy integration values but will gather a count of how many integrations out of the total are now optional integrations

  • #3614 9c8a7c0b Thanks @okikio! - Add's optional integrations field to @astrojs/telemetry's payload

@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from abf5eca to edce692 Compare June 20, 2022 19:34
@delucis
Copy link
Member

delucis commented Jun 20, 2022

This is a big one! Excited to get this goodness in docs.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 753d70d to bbc6016 Compare June 20, 2022 22:44
@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: lit Related to Lit (scope) pkg: integration Related to any renderer integration (scope) feat: markdown Related to Markdown (scope) labels Jun 21, 2022
@matthewp matthewp merged commit e671712 into main Jun 21, 2022
@matthewp matthewp deleted the changeset-release/main branch June 21, 2022 13:43
SiriousHunter pushed a commit to SiriousHunter/astro that referenced this pull request Feb 3, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: lit Related to Lit (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants