diff --git a/.changeset/chatty-cows-attack.md b/.changeset/chatty-cows-attack.md new file mode 100644 index 000000000..7fe9fb8c2 --- /dev/null +++ b/.changeset/chatty-cows-attack.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Allow components to return a Response diff --git a/.changeset/flat-radios-cheer.md b/.changeset/flat-radios-cheer.md new file mode 100644 index 000000000..ab01d34dd --- /dev/null +++ b/.changeset/flat-radios-cheer.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +`--experimental-ssr` now is only required when using a 3rd-party adapter diff --git a/.changeset/forty-coins-attend.md b/.changeset/forty-coins-attend.md new file mode 100644 index 000000000..467e520fd --- /dev/null +++ b/.changeset/forty-coins-attend.md @@ -0,0 +1,16 @@ +--- +"astro": minor +--- + +Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md) + +- New Markdown API +- New `Astro.glob()` API +- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`) + +```diff +// v0.25 +- let allPosts = Astro.fetchContent('./posts/*.md'); +// v0.26+ ++ let allPosts = await Astro.glob('./posts/*.md'); +``` diff --git a/.changeset/happy-carrots-carry.md b/.changeset/happy-carrots-carry.md new file mode 100644 index 000000000..82cae9fe5 --- /dev/null +++ b/.changeset/happy-carrots-carry.md @@ -0,0 +1,5 @@ +--- +'astro': minor +--- + +Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `