summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/fresh-bats-prove.md5
-rw-r--r--.changeset/funny-waves-worry.md17
-rw-r--r--.changeset/happy-chefs-ring.md5
-rw-r--r--.changeset/heavy-plums-end.md9
-rw-r--r--.changeset/hip-scissors-live.md5
-rw-r--r--.changeset/light-moose-attend.md5
-rw-r--r--.changeset/small-ravens-cover.md5
-rw-r--r--.changeset/violet-parents-mix.md5
8 files changed, 0 insertions, 56 deletions
diff --git a/.changeset/fresh-bats-prove.md b/.changeset/fresh-bats-prove.md
deleted file mode 100644
index 4176b0d82..000000000
--- a/.changeset/fresh-bats-prove.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Sanitize dynamically rendered tags to strip out any attributes
diff --git a/.changeset/funny-waves-worry.md b/.changeset/funny-waves-worry.md
deleted file mode 100644
index 361fac880..000000000
--- a/.changeset/funny-waves-worry.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'astro': minor
-'@astrojs/netlify': minor
----
-
-Introduces the **experimental** Prerender API.
-
-> **Note**
-> This API is not yet stable and is subject to possible breaking changes!
-
-- Deploy an Astro server without sacrificing the speed or cacheability of static HTML.
-- The Prerender API allows you to statically prerender specific `pages/` at build time.
-
-**Usage**
-
-- First, run `astro build --experimental-prerender` or enable `experimental: { prerender: true }` in your `astro.config.mjs` file.
-- Then, include `export const prerender = true` in any file in the `pages/` directory that you wish to prerender.
diff --git a/.changeset/happy-chefs-ring.md b/.changeset/happy-chefs-ring.md
deleted file mode 100644
index c8ac61ddb..000000000
--- a/.changeset/happy-chefs-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Add a new error overlay designed by @doodlemarks! This new overlay should be much more informative, clearer, astro-y, and prettier than the previous one.
diff --git a/.changeset/heavy-plums-end.md b/.changeset/heavy-plums-end.md
deleted file mode 100644
index 5762cf4cc..000000000
--- a/.changeset/heavy-plums-end.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': minor
-'@astrojs/mdx': minor
----
-
-Introduce Content Collections experimental API
-- Organize your Markdown and MDX content into easy-to-manage collections.
-- Add type safety to your frontmatter with schemas.
-- Generate landing pages, static routes, and SSR endpoints from your content using the collection query APIs.
diff --git a/.changeset/hip-scissors-live.md b/.changeset/hip-scissors-live.md
deleted file mode 100644
index aab0826b8..000000000
--- a/.changeset/hip-scissors-live.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Upgrade giget to support env proxy config
diff --git a/.changeset/light-moose-attend.md b/.changeset/light-moose-attend.md
deleted file mode 100644
index 0b32eba8f..000000000
--- a/.changeset/light-moose-attend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Add `server.headers` option
diff --git a/.changeset/small-ravens-cover.md b/.changeset/small-ravens-cover.md
deleted file mode 100644
index 67b8e31f0..000000000
--- a/.changeset/small-ravens-cover.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Allow setting domain when deleting cookies
diff --git a/.changeset/violet-parents-mix.md b/.changeset/violet-parents-mix.md
deleted file mode 100644
index 886d1a20d..000000000
--- a/.changeset/violet-parents-mix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Skip Houston on Windows until we can debug the prompt issue