diff --git a/.changeset/pre.json b/.changeset/pre.json
index b2bf7fecdfec..dcc17166372e 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -49,11 +49,18 @@
"brown-dancers-perform",
"calm-suns-give",
"chatty-spies-wink",
+ "curly-wasps-sin",
"empty-snails-allow",
+ "four-mirrors-wonder",
+ "grumpy-chefs-judge",
+ "many-oranges-retire",
"mighty-lamps-drive",
+ "nasty-lions-exist",
"old-parents-obey",
"rotten-planets-love",
+ "serious-glasses-taste",
"shaggy-shoes-leave",
+ "shy-brooms-tell",
"tiny-owls-dress"
]
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 459fdceafd82..3fd27d3a7b06 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 43e47f798a74..a06ef46a302c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index f29a265c947b..674def0071d6 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 836f35449623..1f02489a9ff2 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index d2a1c93cc8cd..e6276274b2ad 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index dd85fa7595a8..23e5d8912f18 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1",
+ "astro": "^0.23.0-next.2",
"preact": "~10.5.15",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 1706e6708325..5f2cb8deb8aa 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d304f4165dfe..f449dc8ee2d8 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.3.1",
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 9aa42d008c2c..da55c57650ed 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.1",
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index e84147ab8950..d0f3aec32c09 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 13d17bea3f73..feccd3bdaf40 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index a721cdd3503d..50c6f646c767 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.1",
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 9d3ab562810d..b32d3ae4921e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 96406281ed0f..c38329db262c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index eb0fb5994a9b..9bd151cf63f9 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index aeedb67fec8c..c198a3700cf2 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 76d262746642..51022511f5f2 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 6d8c6afc4447..019f7b4d3a28 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 8fa2fa88a256..94e333f4a5a1 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 71a3675792df..7b65a7c00328 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1",
+ "astro": "^0.23.0-next.2",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 3c4a931292e4..05020d214f42 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index d1bed4d13188..2750437f8bf3 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c6f9ae27b7e4..513d5df18958 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -17,6 +17,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.1",
- "astro": "^0.23.0-next.1"
+ "astro": "^0.23.0-next.2"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 34f7393fcb1e..1c4ab7394a2a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1",
+ "astro": "^0.23.0-next.2",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index c0c0acf74855..609484bb0722 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.1",
+ "astro": "^0.23.0-next.2",
"vite-plugin-pwa": "0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9bec814e33cd..c1f1e1063d14 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,24 @@
# astro
+## 0.23.0-next.2
+
+### Patch Changes
+
+- [#2532](https://github.com/withastro/astro/pull/2532) [`b210fd00`](https://github.com/withastro/astro/commit/b210fd008b9253f0c755c21e157cd7fb069c8445) Thanks [@matthewp](https://github.com/matthewp)! - Fixes HMR of .astro modules in astro@next
+
+* [#2531](https://github.com/withastro/astro/pull/2531) [`ef1d81ef`](https://github.com/withastro/astro/commit/ef1d81effd4e0c420c6eb2e5e500cfaac3106ea8) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix issue where hostname was not passed to dev server
+
+- [#2537](https://github.com/withastro/astro/pull/2537) [`b0666286`](https://github.com/withastro/astro/commit/b066628693d9d9a526b3e8ab2a2d493aad38a722) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve debug logs
+
+* [#2518](https://github.com/withastro/astro/pull/2518) [`2bc91543`](https://github.com/withastro/astro/commit/2bc91543ceeb5f3dd45e201bf75d79f186e85141) Thanks [@JuanM04](https://github.com/JuanM04)! - Added the ability to use custom themes and langs with Shiki (`
` and `@astrojs/markdown-remark`)
+
+- [#2538](https://github.com/withastro/astro/pull/2538) [`16d532fe`](https://github.com/withastro/astro/commit/16d532fe1772a2c0880beda0f49883efb2469e44) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix rendering of HTML boolean attributes like `open` and `async`.
+
+ Fix rendering of HTML and SVG enumerated attributes like `contenteditable` and `spellcheck`.
+
+- Updated dependencies [[`cfeaa941`](https://github.com/withastro/astro/commit/cfeaa9414acdecec6f5d66ee0e33fe4fde574eee), [`2bc91543`](https://github.com/withastro/astro/commit/2bc91543ceeb5f3dd45e201bf75d79f186e85141), [`2bc91543`](https://github.com/withastro/astro/commit/2bc91543ceeb5f3dd45e201bf75d79f186e85141)]:
+ - @astrojs/markdown-remark@0.6.1-next.1
+
## 0.23.0-next.1
### Patch Changes
@@ -1241,10 +1260,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
@@ -1264,10 +1283,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- name: '@matthewp/my-renderer',
- server: './server.js',
- client: './client.js',
- hydrationPolyfills: ['./my-polyfill.js'],
+ name: '@matthewp/my-renderer',
+ server: './server.js',
+ client: './client.js',
+ hydrationPolyfills: ['./my-polyfill.js'],
};
```
diff --git a/packages/astro/package.json b/packages/astro/package.json
index ceac177e805e..cf06f4666e34 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.23.0-next.1",
+ "version": "0.23.0-next.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -57,7 +57,7 @@
"dependencies": {
"@astrojs/compiler": "^0.10.1",
"@astrojs/language-server": "^0.8.6",
- "@astrojs/markdown-remark": "^0.6.1-next.0",
+ "@astrojs/markdown-remark": "^0.6.1-next.1",
"@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.4.0",
"@astrojs/renderer-react": "0.4.1",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 2e31368f233b..9cdd5e899b67 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/markdown-remark
+## 0.6.1-next.1
+
+### Patch Changes
+
+- [#2534](https://github.com/withastro/astro/pull/2534) [`cfeaa941`](https://github.com/withastro/astro/commit/cfeaa9414acdecec6f5d66ee0e33fe4fde574eee) Thanks [@JuanM04](https://github.com/JuanM04)! - Now you can use local plugins by passing a function instead of an `import`
+
+* [#2518](https://github.com/withastro/astro/pull/2518) [`2bc91543`](https://github.com/withastro/astro/commit/2bc91543ceeb5f3dd45e201bf75d79f186e85141) Thanks [@JuanM04](https://github.com/JuanM04)! - Added the ability to use custom themes and langs with Shiki (`
` and `@astrojs/markdown-remark`)
+
+- [#2518](https://github.com/withastro/astro/pull/2518) [`2bc91543`](https://github.com/withastro/astro/commit/2bc91543ceeb5f3dd45e201bf75d79f186e85141) Thanks [@JuanM04](https://github.com/JuanM04)! - Added `wrap` to Shiki config
+
## 0.6.1-next.0
### Patch Changes
@@ -111,10 +121,10 @@
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 2be18417b837..90d64c90cbe0 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.6.1-next.0",
+ "version": "0.6.1-next.1",
"type": "module",
"author": "withastro",
"license": "MIT",