diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/breezy-cats-grab.md | 15 | ||||
-rw-r--r-- | .changeset/eleven-mugs-flash.md | 5 | ||||
-rw-r--r-- | .changeset/flat-candles-glow.md | 5 | ||||
-rw-r--r-- | .changeset/gold-rocks-cry.md | 15 | ||||
-rw-r--r-- | .changeset/heavy-kids-heal.md | 5 | ||||
-rw-r--r-- | .changeset/old-rivers-remember.md | 5 | ||||
-rw-r--r-- | .changeset/six-moons-taste.md | 5 | ||||
-rw-r--r-- | .changeset/wicked-pumpkins-punch.md | 30 |
8 files changed, 0 insertions, 85 deletions
diff --git a/.changeset/breezy-cats-grab.md b/.changeset/breezy-cats-grab.md deleted file mode 100644 index bc8228221..000000000 --- a/.changeset/breezy-cats-grab.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': patch -'@astrojs/markdoc': patch -'@astrojs/mdx': patch ---- - -Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. - -You can install this integration using the `astro add` command: - -``` -astro add markdoc -``` - -[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself. diff --git a/.changeset/eleven-mugs-flash.md b/.changeset/eleven-mugs-flash.md deleted file mode 100644 index e733a9ff0..000000000 --- a/.changeset/eleven-mugs-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Handle missing trailing slash in processStaticImage diff --git a/.changeset/flat-candles-glow.md b/.changeset/flat-candles-glow.md deleted file mode 100644 index 75d69f51e..000000000 --- a/.changeset/flat-candles-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Add getStaticPaths type helpers to infer params and props diff --git a/.changeset/gold-rocks-cry.md b/.changeset/gold-rocks-cry.md deleted file mode 100644 index 412ef354a..000000000 --- a/.changeset/gold-rocks-cry.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': minor -'@astrojs/mdx': minor -'@astrojs/markdown-remark': minor ---- - -Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. - -This unlocks a few features: -- A new built-in image component and JavaScript API to transform and optimize images. -- Relative images with automatic optimization in Markdown. -- Support for validating assets using content collections. -- and more! - -See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! diff --git a/.changeset/heavy-kids-heal.md b/.changeset/heavy-kids-heal.md deleted file mode 100644 index 41a1f5824..000000000 --- a/.changeset/heavy-kids-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Expose the manifest to plugins via the astro:ssr-manifest virtual module diff --git a/.changeset/old-rivers-remember.md b/.changeset/old-rivers-remember.md deleted file mode 100644 index 10340061b..000000000 --- a/.changeset/old-rivers-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Add `--help` to various commands: `check`, `sync`, `dev`, `preview`, and `build` diff --git a/.changeset/six-moons-taste.md b/.changeset/six-moons-taste.md deleted file mode 100644 index badeae9b6..000000000 --- a/.changeset/six-moons-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Added a new `--watch` flag to the command `astro check` diff --git a/.changeset/wicked-pumpkins-punch.md b/.changeset/wicked-pumpkins-punch.md deleted file mode 100644 index 5fc693b7d..000000000 --- a/.changeset/wicked-pumpkins-punch.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -'astro': minor -'@astrojs/prism': minor -'@astrojs/rss': minor -'create-astro': minor -'@astrojs/alpinejs': minor -'@astrojs/cloudflare': minor -'@astrojs/deno': minor -'@astrojs/image': minor -'@astrojs/lit': minor -'@astrojs/mdx': minor -'@astrojs/netlify': minor -'@astrojs/node': minor -'@astrojs/partytown': minor -'@astrojs/preact': minor -'@astrojs/prefetch': minor -'@astrojs/react': minor -'@astrojs/sitemap': minor -'@astrojs/solid-js': minor -'@astrojs/svelte': minor -'@astrojs/tailwind': minor -'@astrojs/turbolinks': minor -'@astrojs/vercel': minor -'@astrojs/vue': minor -'@astrojs/markdown-remark': minor -'@astrojs/telemetry': minor -'@astrojs/webapi': minor ---- - -Updated compilation settings to disable downlevelling for Node 14 |