Summarize changesets for 0.21 release (#1934)
* summarize changsets * exit prerelease mode * add back missing readme * add back missing lit renderer
This commit is contained in:
parent
16fa615d34
commit
e6aaeff50c
41 changed files with 26 additions and 249 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Allow using /src in URL for CSS / images
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix HMR regression
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/markdown-remark': patch
|
||||
---
|
||||
|
||||
Fix bug where code blocks would not be escaped properly
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes routing regression in next.4. Subpath support was inadvertedly prevent any non-index routes from working when not using a subpath.
|
|
@ -6,5 +6,4 @@
|
|||
'@astrojs/renderer-svelte': minor
|
||||
'@astrojs/renderer-vue': minor
|
||||
---
|
||||
|
||||
Updates the renderers to confirm to the new renderer API.
|
||||
Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
4
.changeset/changeset-2.md
Normal file
4
.changeset/changeset-2.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
'@astrojs/markdown-remark': minor
|
||||
---
|
||||
Initial release.
|
5
.changeset/changeset-3.md
Normal file
5
.changeset/changeset-3.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/prism': patch
|
||||
---
|
||||
- Adds compatibility to work with Astro 0.21.
|
||||
- New typings added for the primary export.
|
11
.changeset/changeset-4.md
Normal file
11
.changeset/changeset-4.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
Astro 0.21 is here! [Read the complete migration guide](https://docs.astro.build/migration/0.21.0/).
|
||||
|
||||
This new version of Astro includes:
|
||||
|
||||
- A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler)
|
||||
- A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements
|
||||
- Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files
|
||||
- And [many more features](https://astro.build/blog/astro-021-preview/)!
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Expose `<Content />` component to `Astro.fetchContent`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix error with Markdown content attribute parsing
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix issue with `style` and `script` processing where siblings would be skipped
|
||||
|
||||
Fix `Fragment` and `<>` handling for backwards compatability
|
||||
|
||||
Fix CSS `--custom-proprty` parsing when using scoped CSS
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/prism': minor
|
||||
---
|
||||
|
||||
Adds typings for the main entrypoint
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Make astro-root be a display: contents element
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix build by making vendored vite resolve to copy
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Bug fix for Debug when passed JSON contain HTML strings
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Adds missing vite dependency, vixing svelte and vue
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add Vite dependencies to astro
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Improve support for Astro config files.
|
||||
|
||||
In addition to properly loading `.cjs` and `.js` files in all cases, Astro now supports `astro.config.ts` files.
|
||||
|
||||
For convenience, you may now also move your `astro.config.js` file to a top-level `config/` directory.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix middleware order
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/markdown-remark': patch
|
||||
---
|
||||
|
||||
Move gray-matter to deps
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes hoisted scripts to be bundled during the build
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add build output
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
|
||||
Astro 0.21 Beta release! This introduces the new version of Astro that includes:
|
||||
|
||||
- A new, faster, Go-based compiler
|
||||
- A runtime backed by Vite, with faster dev experience
|
||||
- New features
|
||||
|
||||
See more at https://astro.build/blog/astro-021-preview/
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Re-implement client:only support
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix for dev server not starting
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"mode": "pre",
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"docs": "0.0.7",
|
||||
|
@ -39,39 +39,9 @@
|
|||
"@example/subpath": "0.0.1"
|
||||
},
|
||||
"changesets": [
|
||||
"beige-hairs-design",
|
||||
"beige-kings-listen",
|
||||
"bright-glasses-jump",
|
||||
"curvy-glasses-rest",
|
||||
"curvy-years-kiss",
|
||||
"dull-bikes-doubt",
|
||||
"dull-steaks-dance",
|
||||
"few-pumpkins-report",
|
||||
"four-kids-melt",
|
||||
"friendly-dingos-lie",
|
||||
"giant-beds-cough",
|
||||
"giant-shirts-sing",
|
||||
"heavy-boxes-deliver",
|
||||
"large-grapes-lie",
|
||||
"little-dogs-help",
|
||||
"many-donkeys-report",
|
||||
"pink-trainers-learn",
|
||||
"polite-ladybugs-train",
|
||||
"popular-plants-report",
|
||||
"quick-cheetahs-itch",
|
||||
"rare-cars-lick",
|
||||
"real-cats-act",
|
||||
"serious-knives-hug",
|
||||
"serious-rocks-juggle",
|
||||
"seven-bottles-warn",
|
||||
"shaggy-guests-type",
|
||||
"silly-apples-build",
|
||||
"silly-peas-battle",
|
||||
"strong-bugs-confess",
|
||||
"tiny-bulldogs-lie",
|
||||
"twelve-oranges-approve",
|
||||
"twenty-rabbits-repeat",
|
||||
"two-ducks-sit",
|
||||
"young-steaks-report"
|
||||
"changeset-1",
|
||||
"changeset-2",
|
||||
"changeset-3",
|
||||
"changeset-4"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/renderer-preact': patch
|
||||
'@astrojs/renderer-react': patch
|
||||
'@astrojs/renderer-solid': patch
|
||||
'@astrojs/renderer-svelte': patch
|
||||
'@astrojs/renderer-vue': patch
|
||||
---
|
||||
|
||||
Bugfix: Bundled CSS missing files on Windows
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix Lit renderer built
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'create-astro': patch
|
||||
---
|
||||
|
||||
Fix issue with v7.x+ versions of npm init, which changed default flag handling
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes Vue scoped styles when built
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix for OSX .astro file corruption
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes dev server not stopping cleanly
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Improve Tailwind HMR in `dev` mode
|
||||
|
||||
Fix bug when using `<Markdown></Markdown>` with no content
|
||||
|
||||
Support `PUBLIC_` prefixed `.env` variables
|
||||
|
||||
Respect `tsconfig.json` and `jsconfig.json` paths as aliases
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/markdown-remark': minor
|
||||
---
|
||||
|
||||
Adds prism support within the Markdown plugin.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Update the build to build/bundle assets
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes layout file detection on non-unix environments
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Provides first-class support for a site deployed to a subpath
|
||||
|
||||
Now you can deploy your site to a subpath more easily. Astro will use your `buildOptions.site` URL and host the dev server from there.
|
||||
|
||||
If your site config is `http://example.com/blog` you will need to go to `http://localhost:3000/blog/` in dev and when using `astro preview`.
|
||||
|
||||
Includes a helpful 404 page when encountering this in dev and preview.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Bugfix: PostCSS not working in all contexts
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix small issue with Layout components in Astro Markdown files
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/renderer-vue': patch
|
||||
---
|
||||
|
||||
Improve error display
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix bug with attribute serialization
|
Loading…
Reference in a new issue