mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] release (beta) (#12503)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c34803205e
commit
a2f90ced77
32 changed files with 110 additions and 76 deletions
|
@ -37,6 +37,7 @@
|
||||||
"blue-socks-doubt",
|
"blue-socks-doubt",
|
||||||
"brave-elephants-fly",
|
"brave-elephants-fly",
|
||||||
"breezy-colts-promise",
|
"breezy-colts-promise",
|
||||||
|
"bright-keys-sell",
|
||||||
"brown-bulldogs-share",
|
"brown-bulldogs-share",
|
||||||
"chatty-teachers-sit",
|
"chatty-teachers-sit",
|
||||||
"chilly-terms-know",
|
"chilly-terms-know",
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
"dry-worms-knock",
|
"dry-worms-knock",
|
||||||
"dull-moles-talk",
|
"dull-moles-talk",
|
||||||
"eight-days-sort",
|
"eight-days-sort",
|
||||||
|
"eight-seahorses-attend",
|
||||||
"eighty-bags-cross",
|
"eighty-bags-cross",
|
||||||
"eighty-boxes-applaud",
|
"eighty-boxes-applaud",
|
||||||
"eighty-donkeys-fly",
|
"eighty-donkeys-fly",
|
||||||
|
@ -102,12 +104,14 @@
|
||||||
"proud-terms-swim",
|
"proud-terms-swim",
|
||||||
"quick-ads-exercise",
|
"quick-ads-exercise",
|
||||||
"quick-onions-leave",
|
"quick-onions-leave",
|
||||||
|
"red-paws-juggle",
|
||||||
"rotten-dodos-judge",
|
"rotten-dodos-judge",
|
||||||
"rotten-phones-scream",
|
"rotten-phones-scream",
|
||||||
"selfish-cats-crash",
|
"selfish-cats-crash",
|
||||||
"selfish-impalas-grin",
|
"selfish-impalas-grin",
|
||||||
"sharp-worms-sniff",
|
"sharp-worms-sniff",
|
||||||
"sixty-coins-worry",
|
"sixty-coins-worry",
|
||||||
|
"sixty-fishes-flow",
|
||||||
"sixty-oranges-walk",
|
"sixty-oranges-walk",
|
||||||
"slimy-mice-dance",
|
"slimy-mice-dance",
|
||||||
"slimy-queens-hang",
|
"slimy-queens-hang",
|
||||||
|
@ -129,8 +133,10 @@
|
||||||
"twelve-comics-march",
|
"twelve-comics-march",
|
||||||
"twenty-cobras-push",
|
"twenty-cobras-push",
|
||||||
"unlucky-bobcats-sit",
|
"unlucky-bobcats-sit",
|
||||||
|
"unlucky-kids-compete",
|
||||||
"violet-goats-grab",
|
"violet-goats-grab",
|
||||||
"wet-foxes-walk",
|
"wet-foxes-walk",
|
||||||
"wise-carrots-float"
|
"wise-carrots-float",
|
||||||
|
"young-terms-hammer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.0.0-beta.3",
|
"@astrojs/mdx": "^4.0.0-beta.4",
|
||||||
"@astrojs/rss": "^4.0.9",
|
"@astrojs/rss": "^4.0.9",
|
||||||
"@astrojs/sitemap": "^3.2.1",
|
"@astrojs/sitemap": "^3.2.1",
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^4.0.0 || ^5.0.0"
|
"astro": "^4.0.0 || ^5.0.0"
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"test": "vitest run"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"@astrojs/react": "^3.6.3-beta.0",
|
"@astrojs/react": "^3.7.0-beta.1",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"vitest": "^2.1.4"
|
"vitest": "^2.1.4"
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
"@astrojs/alpinejs": "^0.4.0",
|
"@astrojs/alpinejs": "^0.4.0",
|
||||||
"@types/alpinejs": "^3.13.10",
|
"@types/alpinejs": "^3.13.10",
|
||||||
"alpinejs": "^3.14.3",
|
"alpinejs": "^3.14.3",
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.5.4-beta.0",
|
"@astrojs/preact": "^3.5.4-beta.0",
|
||||||
"@astrojs/react": "^3.6.3-beta.0",
|
"@astrojs/react": "^3.7.0-beta.1",
|
||||||
"@astrojs/solid-js": "^4.4.4-beta.0",
|
"@astrojs/solid-js": "^4.4.4-beta.0",
|
||||||
"@astrojs/svelte": "^6.0.2-beta.0",
|
"@astrojs/svelte": "^6.0.2-beta.0",
|
||||||
"@astrojs/vue": "^5.0.0-beta.2",
|
"@astrojs/vue": "^5.0.0-beta.2",
|
||||||
"@types/react": "^18.3.12",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react-dom": "^18.3.1",
|
"@types/react-dom": "^18.3.1",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"preact": "^10.24.3",
|
"preact": "^10.24.3",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.5.4-beta.0",
|
"@astrojs/preact": "^3.5.4-beta.0",
|
||||||
"@preact/signals": "^1.3.0",
|
"@preact/signals": "^1.3.0",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"preact": "^10.24.3"
|
"preact": "^10.24.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/react": "^3.6.3-beta.0",
|
"@astrojs/react": "^3.7.0-beta.1",
|
||||||
"@types/react": "^18.3.12",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react-dom": "^18.3.1",
|
"@types/react-dom": "^18.3.1",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1"
|
"react-dom": "^18.3.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/solid-js": "^4.4.4-beta.0",
|
"@astrojs/solid-js": "^4.4.4-beta.0",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"solid-js": "^1.9.3"
|
"solid-js": "^1.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/svelte": "^6.0.2-beta.0",
|
"@astrojs/svelte": "^6.0.2-beta.0",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"svelte": "^5.1.16"
|
"svelte": "^5.1.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/vue": "^5.0.0-beta.2",
|
"@astrojs/vue": "^5.0.0-beta.2",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"vue": "^3.5.12"
|
"vue": "^3.5.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^9.0.0-alpha.1",
|
"@astrojs/node": "^9.0.0-alpha.1",
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^4.0.0"
|
"astro": "^4.0.0"
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^9.0.0-alpha.1",
|
"@astrojs/node": "^9.0.0-alpha.1",
|
||||||
"@astrojs/svelte": "^6.0.2-beta.0",
|
"@astrojs/svelte": "^6.0.2-beta.0",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"svelte": "^5.1.16"
|
"svelte": "^5.1.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"sass": "^1.80.6",
|
"sass": "^1.80.6",
|
||||||
"sharp": "^0.33.3"
|
"sharp": "^0.33.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
"./app": "./dist/app.js"
|
"./app": "./dist/app.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.12.0-beta.0",
|
"@astrojs/markdoc": "^0.12.0-beta.0",
|
||||||
"astro": "^5.0.0-beta.10"
|
"astro": "^5.0.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.0.0-beta.3",
|
"@astrojs/mdx": "^4.0.0-beta.4",
|
||||||
"@astrojs/preact": "^3.5.4-beta.0",
|
"@astrojs/preact": "^3.5.4-beta.0",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"preact": "^10.24.3"
|
"preact": "^10.24.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.5.4-beta.0",
|
"@astrojs/preact": "^3.5.4-beta.0",
|
||||||
"@nanostores/preact": "^0.5.2",
|
"@nanostores/preact": "^0.5.2",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"nanostores": "^0.11.3",
|
"nanostores": "^0.11.3",
|
||||||
"preact": "^10.24.3"
|
"preact": "^10.24.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.0.0-beta.3",
|
"@astrojs/mdx": "^4.0.0-beta.4",
|
||||||
"@astrojs/tailwind": "^5.1.2",
|
"@astrojs/tailwind": "^5.1.2",
|
||||||
"@types/canvas-confetti": "^1.6.4",
|
"@types/canvas-confetti": "^1.6.4",
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"canvas-confetti": "^1.9.3",
|
"canvas-confetti": "^1.9.3",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"test": "vitest"
|
"test": "vitest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.0.0-beta.10",
|
"astro": "^5.0.0-beta.11",
|
||||||
"vitest": "^2.1.4"
|
"vitest": "^2.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 5.0.0-beta.11
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#12522](https://github.com/withastro/astro/pull/12522) [`33b0e30`](https://github.com/withastro/astro/commit/33b0e305fe4ecabc30ffa823454395c973f92454) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where content config was ignored if it was outside of content dir and has a parent dir with an underscore
|
||||||
|
|
||||||
|
- [#12516](https://github.com/withastro/astro/pull/12516) [`cb9322c`](https://github.com/withastro/astro/commit/cb9322c763b5cd8e43afe77d30e86a0b7d72f894) Thanks [@stramel](https://github.com/stramel)! - Handle multiple root nodes on SVG files
|
||||||
|
|
||||||
|
- [#12511](https://github.com/withastro/astro/pull/12511) [`d023682`](https://github.com/withastro/astro/commit/d023682d6c6d8797f15f3c0f65893a4aa62e3b5b) Thanks [@stramel](https://github.com/stramel)! - Fix SVG Component sprite references
|
||||||
|
|
||||||
|
- [#12498](https://github.com/withastro/astro/pull/12498) [`b140a3f`](https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a regression where Astro was trying to access `Request.headers`
|
||||||
|
|
||||||
## 5.0.0-beta.10
|
## 5.0.0-beta.10
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "5.0.0-beta.10",
|
"version": "5.0.0-beta.11",
|
||||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1668,7 +1668,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @kind heading
|
* @kind heading
|
||||||
* @name Legacy Flags
|
* @name Legacy Flags
|
||||||
* @description
|
* @description
|
||||||
|
@ -1678,14 +1678,14 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
*/
|
*/
|
||||||
legacy?: {
|
legacy?: {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name legacy.collections
|
* @name legacy.collections
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `false`
|
* @default `false`
|
||||||
* @version 5.0.0
|
* @version 5.0.0
|
||||||
* @description
|
* @description
|
||||||
* Enable legacy behavior for content collections.
|
* Enable legacy behavior for content collections.
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
* // astro.config.mjs
|
* // astro.config.mjs
|
||||||
* import { defineConfig } from 'astro/config';
|
* import { defineConfig } from 'astro/config';
|
||||||
|
@ -1697,21 +1697,21 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* If enabled, `data` and `content` collections (only) are handled using the legacy content collections implementation. Collections with a `loader` (only) will continue to use the Content Layer API instead. Both kinds of collections may exist in the same project, each using their respective implementations.
|
* If enabled, `data` and `content` collections (only) are handled using the legacy content collections implementation. Collections with a `loader` (only) will continue to use the Content Layer API instead. Both kinds of collections may exist in the same project, each using their respective implementations.
|
||||||
*
|
*
|
||||||
* The following limitations continue to exist:
|
* The following limitations continue to exist:
|
||||||
*
|
*
|
||||||
* - Any legacy (`type: 'content'` or `type: 'data'`) collections must continue to be located in the `src/content/` directory.
|
* - Any legacy (`type: 'content'` or `type: 'data'`) collections must continue to be located in the `src/content/` directory.
|
||||||
* - These legacy collections will not be transformed to implicitly use the `glob()` loader, and will instead be handled by legacy code.
|
* - These legacy collections will not be transformed to implicitly use the `glob()` loader, and will instead be handled by legacy code.
|
||||||
* - Collections using the Content Layer API (with a `loader` defined) are forbidden in `src/content/`, but may exist anywhere else in your project.
|
* - Collections using the Content Layer API (with a `loader` defined) are forbidden in `src/content/`, but may exist anywhere else in your project.
|
||||||
*
|
*
|
||||||
* When you are ready to remove this flag and migrate to the new Content Layer API for your legacy collections, you must define a collection for any directories in `src/content/` that you want to continue to use as a collection. It is sufficient to declare an empty collection, and Astro will implicitly generate an appropriate definition for your legacy collections:
|
* When you are ready to remove this flag and migrate to the new Content Layer API for your legacy collections, you must define a collection for any directories in `src/content/` that you want to continue to use as a collection. It is sufficient to declare an empty collection, and Astro will implicitly generate an appropriate definition for your legacy collections:
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
* // src/content.config.ts
|
* // src/content.config.ts
|
||||||
* import { defineCollection, z } from 'astro:content';
|
* import { defineCollection, z } from 'astro:content';
|
||||||
*
|
*
|
||||||
* const blog = defineCollection({ })
|
* const blog = defineCollection({ })
|
||||||
*
|
*
|
||||||
* export const collections = { blog };
|
* export const collections = { blog };
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
@ -1720,7 +1720,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @kind heading
|
* @kind heading
|
||||||
* @name Experimental Flags
|
* @name Experimental Flags
|
||||||
* @description
|
* @description
|
||||||
|
@ -1729,7 +1729,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
*/
|
*/
|
||||||
experimental?: {
|
experimental?: {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name experimental.clientPrerender
|
* @name experimental.clientPrerender
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `false`
|
* @default `false`
|
||||||
|
@ -1765,7 +1765,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
clientPrerender?: boolean;
|
clientPrerender?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name experimental.contentIntellisense
|
* @name experimental.contentIntellisense
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `false`
|
* @default `false`
|
||||||
|
@ -1789,7 +1789,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
contentIntellisense?: boolean;
|
contentIntellisense?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name experimental.responsiveImages
|
* @name experimental.responsiveImages
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `undefined`
|
* @default `undefined`
|
||||||
|
@ -1907,7 +1907,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
responsiveImages?: boolean;
|
responsiveImages?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name experimental.svg
|
* @name experimental.svg
|
||||||
* @type {boolean|object}
|
* @type {boolean|object}
|
||||||
* @default `undefined`
|
* @default `undefined`
|
||||||
|
@ -1942,7 +1942,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
|
||||||
*/
|
*/
|
||||||
svg?: {
|
svg?: {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @name experimental.svg.mode
|
* @name experimental.svg.mode
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @default 'inline'
|
* @default 'inline'
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/mdx
|
# @astrojs/mdx
|
||||||
|
|
||||||
|
## 4.0.0-beta.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#12533](https://github.com/withastro/astro/pull/12533) [`1b61fdf`](https://github.com/withastro/astro/commit/1b61fdf038d2627c6dad1a7f1426f60a4616ad93) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a case where the MDX renderer couldn't be loaded when used as a direct dependency of an Astro integration.
|
||||||
|
|
||||||
## 4.0.0-beta.3
|
## 4.0.0-beta.3
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/mdx",
|
"name": "@astrojs/mdx",
|
||||||
"description": "Add support for MDX pages in your Astro site",
|
"description": "Add support for MDX pages in your Astro site",
|
||||||
"version": "4.0.0-beta.3",
|
"version": "4.0.0-beta.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/react
|
# @astrojs/react
|
||||||
|
|
||||||
|
## 3.7.0-beta.1
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
|
||||||
|
|
||||||
## 3.6.3
|
## 3.6.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/react",
|
"name": "@astrojs/react",
|
||||||
"description": "Use React components within Astro",
|
"description": "Use React components within Astro",
|
||||||
"version": "3.6.3-beta.0",
|
"version": "3.7.0-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -146,13 +146,13 @@ importers:
|
||||||
examples/basics:
|
examples/basics:
|
||||||
dependencies:
|
dependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/blog:
|
examples/blog:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/mdx':
|
'@astrojs/mdx':
|
||||||
specifier: ^4.0.0-beta.3
|
specifier: ^4.0.0-beta.4
|
||||||
version: link:../../packages/integrations/mdx
|
version: link:../../packages/integrations/mdx
|
||||||
'@astrojs/rss':
|
'@astrojs/rss':
|
||||||
specifier: ^4.0.9
|
specifier: ^4.0.9
|
||||||
|
@ -161,22 +161,22 @@ importers:
|
||||||
specifier: ^3.2.1
|
specifier: ^3.2.1
|
||||||
version: link:../../packages/integrations/sitemap
|
version: link:../../packages/integrations/sitemap
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/component:
|
examples/component:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/container-with-vitest:
|
examples/container-with-vitest:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/react':
|
'@astrojs/react':
|
||||||
specifier: ^3.6.3-beta.0
|
specifier: ^3.7.0-beta.1
|
||||||
version: link:../../packages/integrations/react
|
version: link:../../packages/integrations/react
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
react:
|
react:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
|
@ -207,7 +207,7 @@ importers:
|
||||||
specifier: ^3.14.3
|
specifier: ^3.14.3
|
||||||
version: 3.14.3
|
version: 3.14.3
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/framework-multiple:
|
examples/framework-multiple:
|
||||||
|
@ -216,7 +216,7 @@ importers:
|
||||||
specifier: ^3.5.4-beta.0
|
specifier: ^3.5.4-beta.0
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
'@astrojs/react':
|
'@astrojs/react':
|
||||||
specifier: ^3.6.3-beta.0
|
specifier: ^3.7.0-beta.1
|
||||||
version: link:../../packages/integrations/react
|
version: link:../../packages/integrations/react
|
||||||
'@astrojs/solid-js':
|
'@astrojs/solid-js':
|
||||||
specifier: ^4.4.4-beta.0
|
specifier: ^4.4.4-beta.0
|
||||||
|
@ -234,7 +234,7 @@ importers:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
preact:
|
preact:
|
||||||
specifier: ^10.24.3
|
specifier: ^10.24.3
|
||||||
|
@ -264,7 +264,7 @@ importers:
|
||||||
specifier: ^1.3.0
|
specifier: ^1.3.0
|
||||||
version: 1.3.0(preact@10.24.3)
|
version: 1.3.0(preact@10.24.3)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
preact:
|
preact:
|
||||||
specifier: ^10.24.3
|
specifier: ^10.24.3
|
||||||
|
@ -273,7 +273,7 @@ importers:
|
||||||
examples/framework-react:
|
examples/framework-react:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/react':
|
'@astrojs/react':
|
||||||
specifier: ^3.6.3-beta.0
|
specifier: ^3.7.0-beta.1
|
||||||
version: link:../../packages/integrations/react
|
version: link:../../packages/integrations/react
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: ^18.3.12
|
specifier: ^18.3.12
|
||||||
|
@ -282,7 +282,7 @@ importers:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
react:
|
react:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
|
@ -297,7 +297,7 @@ importers:
|
||||||
specifier: ^4.4.4-beta.0
|
specifier: ^4.4.4-beta.0
|
||||||
version: link:../../packages/integrations/solid
|
version: link:../../packages/integrations/solid
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
solid-js:
|
solid-js:
|
||||||
specifier: ^1.9.3
|
specifier: ^1.9.3
|
||||||
|
@ -309,7 +309,7 @@ importers:
|
||||||
specifier: ^6.0.2-beta.0
|
specifier: ^6.0.2-beta.0
|
||||||
version: link:../../packages/integrations/svelte
|
version: link:../../packages/integrations/svelte
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
svelte:
|
svelte:
|
||||||
specifier: ^5.1.16
|
specifier: ^5.1.16
|
||||||
|
@ -321,7 +321,7 @@ importers:
|
||||||
specifier: ^5.0.0-beta.2
|
specifier: ^5.0.0-beta.2
|
||||||
version: link:../../packages/integrations/vue
|
version: link:../../packages/integrations/vue
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.5.12
|
specifier: ^3.5.12
|
||||||
|
@ -333,25 +333,25 @@ importers:
|
||||||
specifier: ^9.0.0-alpha.1
|
specifier: ^9.0.0-alpha.1
|
||||||
version: 9.0.0-alpha.1(astro@packages+astro)
|
version: 9.0.0-alpha.1(astro@packages+astro)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/integration:
|
examples/integration:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/minimal:
|
examples/minimal:
|
||||||
dependencies:
|
dependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/portfolio:
|
examples/portfolio:
|
||||||
dependencies:
|
dependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/ssr:
|
examples/ssr:
|
||||||
|
@ -363,7 +363,7 @@ importers:
|
||||||
specifier: ^6.0.2-beta.0
|
specifier: ^6.0.2-beta.0
|
||||||
version: link:../../packages/integrations/svelte
|
version: link:../../packages/integrations/svelte
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
svelte:
|
svelte:
|
||||||
specifier: ^5.1.16
|
specifier: ^5.1.16
|
||||||
|
@ -372,7 +372,7 @@ importers:
|
||||||
examples/starlog:
|
examples/starlog:
|
||||||
dependencies:
|
dependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.80.6
|
specifier: ^1.80.6
|
||||||
|
@ -384,7 +384,7 @@ importers:
|
||||||
examples/toolbar-app:
|
examples/toolbar-app:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/with-markdoc:
|
examples/with-markdoc:
|
||||||
|
@ -393,19 +393,19 @@ importers:
|
||||||
specifier: ^0.12.0-beta.0
|
specifier: ^0.12.0-beta.0
|
||||||
version: link:../../packages/integrations/markdoc
|
version: link:../../packages/integrations/markdoc
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
|
||||||
examples/with-mdx:
|
examples/with-mdx:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/mdx':
|
'@astrojs/mdx':
|
||||||
specifier: ^4.0.0-beta.3
|
specifier: ^4.0.0-beta.4
|
||||||
version: link:../../packages/integrations/mdx
|
version: link:../../packages/integrations/mdx
|
||||||
'@astrojs/preact':
|
'@astrojs/preact':
|
||||||
specifier: ^3.5.4-beta.0
|
specifier: ^3.5.4-beta.0
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
preact:
|
preact:
|
||||||
specifier: ^10.24.3
|
specifier: ^10.24.3
|
||||||
|
@ -420,7 +420,7 @@ importers:
|
||||||
specifier: ^0.5.2
|
specifier: ^0.5.2
|
||||||
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
|
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
nanostores:
|
nanostores:
|
||||||
specifier: ^0.11.3
|
specifier: ^0.11.3
|
||||||
|
@ -432,7 +432,7 @@ importers:
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/mdx':
|
'@astrojs/mdx':
|
||||||
specifier: ^4.0.0-beta.3
|
specifier: ^4.0.0-beta.4
|
||||||
version: link:../../packages/integrations/mdx
|
version: link:../../packages/integrations/mdx
|
||||||
'@astrojs/tailwind':
|
'@astrojs/tailwind':
|
||||||
specifier: ^5.1.2
|
specifier: ^5.1.2
|
||||||
|
@ -441,7 +441,7 @@ importers:
|
||||||
specifier: ^1.6.4
|
specifier: ^1.6.4
|
||||||
version: 1.6.4
|
version: 1.6.4
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
autoprefixer:
|
autoprefixer:
|
||||||
specifier: ^10.4.20
|
specifier: ^10.4.20
|
||||||
|
@ -459,7 +459,7 @@ importers:
|
||||||
examples/with-vitest:
|
examples/with-vitest:
|
||||||
dependencies:
|
dependencies:
|
||||||
astro:
|
astro:
|
||||||
specifier: ^5.0.0-beta.10
|
specifier: ^5.0.0-beta.11
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
vitest:
|
vitest:
|
||||||
specifier: ^2.1.4
|
specifier: ^2.1.4
|
||||||
|
|
Loading…
Reference in a new issue