Skip to content

Commit b5cc762

Browse files
[ci] release (beta)
1 parent 2ee418e commit b5cc762

File tree

47 files changed

+255
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+255
-440
lines changed

.changeset/pre.json

+11
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,26 @@
3232
},
3333
"changesets": [
3434
"afraid-dots-whisper",
35+
"breezy-frogs-learn",
3536
"chilled-ducks-grin",
3637
"dirty-lies-cover",
3738
"fair-emus-divide",
3839
"famous-queens-itch",
3940
"four-houses-compete",
41+
"gentle-deers-yawn",
42+
"gentle-meals-crash",
43+
"giant-plants-sip",
4044
"heavy-walls-arrive",
4145
"loud-candles-admire",
4246
"mighty-dancers-lay",
47+
"neat-suns-search",
4348
"odd-books-live",
49+
"plenty-keys-add",
50+
"purple-buses-prove",
4451
"rude-ears-play",
52+
"six-grapes-look",
4553
"spicy-eels-rush",
54+
"tame-files-glow",
4655
"three-adults-exist",
4756
"three-onions-repeat",
4857
"tricky-candles-suffer",
@@ -51,6 +60,8 @@
5160
"unlucky-hotels-try",
5261
"unlucky-ravens-type",
5362
"unlucky-sheep-build",
63+
"violet-peaches-invent",
64+
"wild-jobs-tan",
5465
"young-roses-teach"
5566
]
5667
}

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.10.4"
14+
"astro": "^3.0.0-beta.1"
1515
}
1616
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^1.0.0-beta.0",
1515
"@astrojs/rss": "^3.0.0-beta.0",
1616
"@astrojs/sitemap": "^3.0.0-beta.0",
17-
"astro": "^3.0.0-beta.0"
17+
"astro": "^3.0.0-beta.1"
1818
}
1919
}

examples/blog/src/content/blog/markdown-style-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti
9999

100100
````markdown
101101
```html
102-
<!DOCTYPE html>
102+
<!doctype html>
103103
<html lang="en">
104104
<head>
105105
<meta charset="utf-8" />

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.0.0-beta.0"
18+
"astro": "^3.0.0-beta.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

examples/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^3.0.0-beta.0"
13+
"astro": "^3.0.0-beta.1"
1414
},
1515
"devDependencies": {
1616
"@astrojs/deno": "^5.0.0-beta.0"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.3.0-beta.0",
1515
"@types/alpinejs": "^3.7.1",
1616
"alpinejs": "^3.12.2",
17-
"astro": "^3.0.0-beta.0"
17+
"astro": "^3.0.0-beta.1"
1818
}
1919
}

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^3.0.0-beta.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.0.0-beta.0",
16+
"astro": "^3.0.0-beta.1",
1717
"lit": "^2.7.5"
1818
}
1919
}

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/solid-js": "^3.0.0-beta.0",
1717
"@astrojs/svelte": "^4.0.0-beta.0",
1818
"@astrojs/vue": "^3.0.0-beta.0",
19-
"astro": "^3.0.0-beta.0",
19+
"astro": "^3.0.0-beta.1",
2020
"preact": "^10.15.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.0-beta.0",
1515
"@preact/signals": "^1.1.3",
16-
"astro": "^3.0.0-beta.0",
16+
"astro": "^3.0.0-beta.1",
1717
"preact": "^10.15.1"
1818
}
1919
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^3.0.0-beta.0",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"astro": "^3.0.0-beta.0",
17+
"astro": "^3.0.0-beta.1",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/solid-js": "^3.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0",
15+
"astro": "^3.0.0-beta.1",
1616
"solid-js": "^1.7.6"
1717
}
1818
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/svelte": "^4.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0",
15+
"astro": "^3.0.0-beta.1",
1616
"svelte": "^3.59.1"
1717
}
1818
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/vue": "^3.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0",
15+
"astro": "^3.0.0-beta.1",
1616
"vue": "^3.3.4"
1717
}
1818
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^6.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0"
15+
"astro": "^3.0.0-beta.1"
1616
}
1717
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.0.0-beta.0"
18+
"astro": "^3.0.0-beta.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

examples/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^6.0.0-beta.0",
16-
"astro": "^3.0.0-beta.0",
16+
"astro": "^3.0.0-beta.1",
1717
"html-minifier": "^4.0.0"
1818
}
1919
}

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.0"
14+
"astro": "^3.0.0-beta.1"
1515
}
1616
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.0"
14+
"astro": "^3.0.0-beta.1"
1515
}
1616
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.0"
14+
"astro": "^3.0.0-beta.1"
1515
}
1616
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/node": "^6.0.0-beta.0",
1616
"@astrojs/svelte": "^4.0.0-beta.0",
17-
"astro": "^3.0.0-beta.0",
17+
"astro": "^3.0.0-beta.1",
1818
"svelte": "^3.59.1"
1919
}
2020
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^1.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0"
15+
"astro": "^3.0.0-beta.1"
1616
}
1717
}

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdown-remark": "^3.0.0-beta.0",
15-
"astro": "^3.0.0-beta.0",
15+
"astro": "^3.0.0-beta.1",
1616
"hast-util-select": "^5.0.5",
1717
"rehype-autolink-headings": "^6.1.1",
1818
"rehype-slug": "^5.1.0",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.0"
14+
"astro": "^3.0.0-beta.1"
1515
}
1616
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^1.0.0-beta.0",
1515
"@astrojs/preact": "^3.0.0-beta.0",
16-
"astro": "^3.0.0-beta.0",
16+
"astro": "^3.0.0-beta.1",
1717
"preact": "^10.15.1"
1818
}
1919
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.0-beta.0",
1515
"@nanostores/preact": "^0.4.1",
16-
"astro": "^3.0.0-beta.0",
16+
"astro": "^3.0.0-beta.1",
1717
"nanostores": "^0.8.1",
1818
"preact": "^10.15.1"
1919
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^1.0.0-beta.0",
1515
"@astrojs/tailwind": "^5.0.0-beta.0",
1616
"@types/canvas-confetti": "^1.6.0",
17-
"astro": "^3.0.0-beta.0",
17+
"astro": "^3.0.0-beta.1",
1818
"autoprefixer": "^10.4.14",
1919
"canvas-confetti": "^1.6.0",
2020
"postcss": "^8.4.24",

examples/with-vite-plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.0",
14+
"astro": "^3.0.0-beta.1",
1515
"vite-plugin-pwa": "0.14.7",
1616
"workbox-window": "^6.6.0"
1717
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^3.0.0-beta.0",
15+
"astro": "^3.0.0-beta.1",
1616
"vitest": "^0.31.4"
1717
}
1818
}

packages/astro/CHANGELOG.md

+73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# astro
22

3+
## 3.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- [#7924](https://github.com/withastro/astro/pull/7924) [`3c3100851`](https://github.com/withastro/astro/commit/3c31008519ce68b5b1b1cb23b71fbe0a2d506882) Thanks [@matthewp](https://github.com/matthewp)! - Remove support for `Astro.__renderMarkdown` which is used by `@astrojs/markdown-component`.
8+
9+
The `<Markdown />` component was deprecated in Astro v1 and is completely removed in v3. This integration must now be removed from your project.
10+
11+
As an alternative, you can use community packages that provide a similar component like https://github.com/natemoo-re/astro-remote instead.
12+
13+
- [#8019](https://github.com/withastro/astro/pull/8019) [`34cb20021`](https://github.com/withastro/astro/commit/34cb2002161ba88df6bcb72fecfd12ed867c134b) Thanks [@bluwy](https://github.com/bluwy)! - Remove backwards-compatible kebab-case transform for camelCase CSS variable names passed to the `style` attribute. If you were relying on the kebab-case transform in your styles, make sure to use the camelCase version to prevent missing styles. For example:
14+
15+
```astro
16+
---
17+
const myValue = 'red';
18+
---
19+
20+
<!-- input -->
21+
<div style={{ '--myValue': myValue }}></div>
22+
23+
<!-- output (before) -->
24+
<div style="--my-value:var(--myValue);--myValue:red"></div>
25+
26+
<!-- output (after) -->
27+
<div style="--myValue:red"></div>
28+
```
29+
30+
```diff
31+
<style>
32+
div {
33+
- color: var(--my-value);
34+
+ color: var(--myValue);
35+
}
36+
</style>
37+
```
38+
39+
- [#7893](https://github.com/withastro/astro/pull/7893) [`7bd1b86f8`](https://github.com/withastro/astro/commit/7bd1b86f85c06fdde0a1ed9146d01bac69990671) Thanks [@ematipico](https://github.com/ematipico)! - Implements a new scope style strategy called `"attribute"`. When enabled, styles are applied using `data-*` attributes.
40+
41+
The **default** value of `scopedStyleStrategy` is `"attribute"`.
42+
43+
If you want to use the previous behaviour, you have to use the `"where"` option:
44+
45+
```diff
46+
import { defineConfig } from 'astro/config';
47+
48+
export default defineConfig({
49+
+ scopedStyleStrategy: 'where',
50+
});
51+
```
52+
53+
- [#7878](https://github.com/withastro/astro/pull/7878) [`0f637c71e`](https://github.com/withastro/astro/commit/0f637c71e511cb4c51712128d217a26c8eee4d40) Thanks [@bluwy](https://github.com/bluwy)! - The value of `import.meta.env.BASE_URL`, which is derived from the `base` option, will no longer have a trailing slash added by default or when `trailingSlash: "ignore"` is set. The existing behavior of `base` in combination with `trailingSlash: "always"` or `trailingSlash: "never"` is unchanged.
54+
55+
If your `base` already has a trailing slash, no change is needed.
56+
57+
If your `base` does not have a trailing slash, add one to preserve the previous behaviour:
58+
59+
```diff
60+
// astro.config.mjs
61+
- base: 'my-base',
62+
+ base: 'my-base/',
63+
```
64+
65+
### Patch Changes
66+
67+
- [#7998](https://github.com/withastro/astro/pull/7998) [`65c354969`](https://github.com/withastro/astro/commit/65c354969e6fe0ef6d622e8f4c545e2f717ce8c6) Thanks [@bluwy](https://github.com/bluwy)! - Call `astro sync` once before calling `astro check`
68+
69+
- [#7924](https://github.com/withastro/astro/pull/7924) [`70f34f5a3`](https://github.com/withastro/astro/commit/70f34f5a355f42526ee9e5355f3de8e510002ea2) Thanks [@matthewp](https://github.com/matthewp)! - Remove StreamingCompatibleResponse polyfill
70+
71+
- [#8011](https://github.com/withastro/astro/pull/8011) [`5b1e39ef6`](https://github.com/withastro/astro/commit/5b1e39ef6ec6dcebea96584f95d9530bd9aa715d) Thanks [@bluwy](https://github.com/bluwy)! - Move hoisted script analysis optimization behind the `experimental.optimizeHoistedScript` option
72+
73+
- Updated dependencies [[`b675acb2a`](https://github.com/withastro/astro/commit/b675acb2aa820448e9c0d363339a37fbac873215)]:
74+
- @astrojs/telemetry@3.0.0-beta.1
75+
376
## 3.0.0-beta.0
477

578
### Major Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/integrations/cloudflare/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @astrojs/cloudflare
22

3+
## 7.0.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [#7846](https://github.com/withastro/astro/pull/7846) [`ea30a9d4f`](https://github.com/withastro/astro/commit/ea30a9d4f2d7a12345869e971f3051cf803dbe74) Thanks [@schummar](https://github.com/schummar)! - More efficient \_routes.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`65c354969`](https://github.com/withastro/astro/commit/65c354969e6fe0ef6d622e8f4c545e2f717ce8c6), [`3c3100851`](https://github.com/withastro/astro/commit/3c31008519ce68b5b1b1cb23b71fbe0a2d506882), [`34cb20021`](https://github.com/withastro/astro/commit/34cb2002161ba88df6bcb72fecfd12ed867c134b), [`7bd1b86f8`](https://github.com/withastro/astro/commit/7bd1b86f85c06fdde0a1ed9146d01bac69990671), [`70f34f5a3`](https://github.com/withastro/astro/commit/70f34f5a355f42526ee9e5355f3de8e510002ea2), [`0f637c71e`](https://github.com/withastro/astro/commit/0f637c71e511cb4c51712128d217a26c8eee4d40), [`5b1e39ef6`](https://github.com/withastro/astro/commit/5b1e39ef6ec6dcebea96584f95d9530bd9aa715d)]:
12+
13+
- @astrojs/underscore-redirects@0.3.0-beta.0
14+
315
## 7.0.0-beta.0
416

517
### Major Changes

0 commit comments

Comments
 (0)