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:
Fred K. Schott 2021-11-19 12:57:17 -08:00 committed by GitHub
parent 16fa615d34
commit e6aaeff50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 26 additions and 249 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Allow using /src in URL for CSS / images

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix HMR regression

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-remark': patch
---
Fix bug where code blocks would not be escaped properly

View file

@ -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.

View file

@ -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.

View file

@ -0,0 +1,4 @@
---
'@astrojs/markdown-remark': minor
---
Initial release.

View 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
View 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/)!

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Expose `<Content />` component to `Astro.fetchContent`

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix error with Markdown content attribute parsing

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@astrojs/prism': minor
---
Adds typings for the main entrypoint

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Make astro-root be a display: contents element

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix build by making vendored vite resolve to copy

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Bug fix for Debug when passed JSON contain HTML strings

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Adds missing vite dependency, vixing svelte and vue

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add Vite dependencies to astro

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix middleware order

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-remark': patch
---
Move gray-matter to deps

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes hoisted scripts to be bundled during the build

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add build output

View file

@ -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/

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Re-implement client:only support

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix for dev server not starting

View file

@ -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"
]
}

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Lit renderer built

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Fix issue with v7.x+ versions of npm init, which changed default flag handling

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes Vue scoped styles when built

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix for OSX .astro file corruption

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes dev server not stopping cleanly

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-remark': minor
---
Adds prism support within the Markdown plugin.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update the build to build/bundle assets

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes layout file detection on non-unix environments

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Bugfix: PostCSS not working in all contexts

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix small issue with Layout components in Astro Markdown files

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/renderer-vue': patch
---
Improve error display

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix bug with attribute serialization