diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cyan-kids-sleep.md | 11 | ||||
-rw-r--r-- | .changeset/empty-bats-grow.md | 5 | ||||
-rw-r--r-- | .changeset/fluffy-hounds-smash.md | 7 | ||||
-rw-r--r-- | .changeset/four-numbers-flash.md | 7 | ||||
-rw-r--r-- | .changeset/funny-terms-matter.md | 5 | ||||
-rw-r--r-- | .changeset/great-badgers-raise.md | 5 | ||||
-rw-r--r-- | .changeset/hungry-ravens-cheat.md | 5 | ||||
-rw-r--r-- | .changeset/pink-pugs-beg.md | 5 | ||||
-rw-r--r-- | .changeset/popular-cherries-float.md | 18 | ||||
-rw-r--r-- | .changeset/unlucky-hairs-camp.md | 9 | ||||
-rw-r--r-- | .changeset/wild-phones-work.md | 6 |
11 files changed, 0 insertions, 83 deletions
diff --git a/.changeset/cyan-kids-sleep.md b/.changeset/cyan-kids-sleep.md deleted file mode 100644 index e533efa72..000000000 --- a/.changeset/cyan-kids-sleep.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': patch ---- - -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. diff --git a/.changeset/empty-bats-grow.md b/.changeset/empty-bats-grow.md deleted file mode 100644 index 4ad7871c9..000000000 --- a/.changeset/empty-bats-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Fix: HTML comments in markdown code blocks should not be wrapped in JS comments diff --git a/.changeset/fluffy-hounds-smash.md b/.changeset/fluffy-hounds-smash.md deleted file mode 100644 index ec877a156..000000000 --- a/.changeset/fluffy-hounds-smash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch -'@astrojs/netlify': patch -'@astrojs/markdown-remark': patch ---- - -Fix: "vpath" import error when building for netlify edge diff --git a/.changeset/four-numbers-flash.md b/.changeset/four-numbers-flash.md deleted file mode 100644 index 4e6046624..000000000 --- a/.changeset/four-numbers-flash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/telemetry': patch ---- - -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
\ No newline at end of file diff --git a/.changeset/funny-terms-matter.md b/.changeset/funny-terms-matter.md deleted file mode 100644 index 50e953fe0..000000000 --- a/.changeset/funny-terms-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/telemetry': patch ---- - -Add's optional integrations field to `@astrojs/telemetry`'s payload diff --git a/.changeset/great-badgers-raise.md b/.changeset/great-badgers-raise.md deleted file mode 100644 index b26dc6bd2..000000000 --- a/.changeset/great-badgers-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Properly catch falsy components diff --git a/.changeset/hungry-ravens-cheat.md b/.changeset/hungry-ravens-cheat.md deleted file mode 100644 index 982c0b7bf..000000000 --- a/.changeset/hungry-ravens-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add component hydration in Markdown E2E tests diff --git a/.changeset/pink-pugs-beg.md b/.changeset/pink-pugs-beg.md deleted file mode 100644 index ee78d3d71..000000000 --- a/.changeset/pink-pugs-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Encodes ampersand characters in code blocks diff --git a/.changeset/popular-cherries-float.md b/.changeset/popular-cherries-float.md deleted file mode 100644 index f04ab3f3c..000000000 --- a/.changeset/popular-cherries-float.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@astrojs/sitemap': minor ---- - -# 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. diff --git a/.changeset/unlucky-hairs-camp.md b/.changeset/unlucky-hairs-camp.md deleted file mode 100644 index d63d123ba..000000000 --- a/.changeset/unlucky-hairs-camp.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@astrojs/lit': minor ---- - -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. diff --git a/.changeset/wild-phones-work.md b/.changeset/wild-phones-work.md deleted file mode 100644 index a55eecadf..000000000 --- a/.changeset/wild-phones-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Remove extra newlines around Markdown components |