diff options
author | 2022-04-10 20:11:34 -0700 | |
---|---|---|
committer | 2022-04-10 20:11:34 -0700 | |
commit | 2bb6a06ebb449aa3fec6414754c8a248ca4721ef (patch) | |
tree | bf6bd25d7612b08b2c823f05195dec1ac3b7d95b /.changeset | |
parent | 35346c118d9483dc1a838f8babd4bfaa1a27b3a6 (diff) | |
download | astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.gz astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.zst astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.zip |
revert release
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/angry-suits-thank.md | 5 | ||||
-rw-r--r-- | .changeset/big-yaks-invite.md | 5 | ||||
-rw-r--r-- | .changeset/breezy-days-remember.md | 6 | ||||
-rw-r--r-- | .changeset/calm-dolphins-remain.md | 5 | ||||
-rw-r--r-- | .changeset/dirty-trains-yawn.md | 5 | ||||
-rw-r--r-- | .changeset/dry-candles-behave.md | 9 | ||||
-rw-r--r-- | .changeset/dull-bobcats-clean.md | 8 | ||||
-rw-r--r-- | .changeset/empty-pens-talk.md | 7 | ||||
-rw-r--r-- | .changeset/famous-wombats-promise.md | 5 | ||||
-rw-r--r-- | .changeset/forty-boats-remain.md | 6 | ||||
-rw-r--r-- | .changeset/metal-grapes-tickle.md | 5 | ||||
-rw-r--r-- | .changeset/nervous-chairs-check.md | 6 | ||||
-rw-r--r-- | .changeset/odd-squids-rest.md | 5 | ||||
-rw-r--r-- | .changeset/pre.json | 81 | ||||
-rw-r--r-- | .changeset/shaggy-pans-buy.md | 5 | ||||
-rw-r--r-- | .changeset/shiny-rice-worry.md | 12 | ||||
-rw-r--r-- | .changeset/sour-laws-raise.md | 5 | ||||
-rw-r--r-- | .changeset/strange-avocados-double.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-ways-tan.md | 5 | ||||
-rw-r--r-- | .changeset/ten-rice-unite.md | 6 | ||||
-rw-r--r-- | .changeset/thin-cameras-clean.md | 5 | ||||
-rw-r--r-- | .changeset/three-donkeys-train.md | 5 |
22 files changed, 206 insertions, 0 deletions
diff --git a/.changeset/angry-suits-thank.md b/.changeset/angry-suits-thank.md new file mode 100644 index 000000000..8c9942730 --- /dev/null +++ b/.changeset/angry-suits-thank.md @@ -0,0 +1,5 @@ +--- +'@astrojs/netlify': patch +--- + +Add human-readable error when a site is not provided in your astro.config diff --git a/.changeset/big-yaks-invite.md b/.changeset/big-yaks-invite.md new file mode 100644 index 000000000..bbedfd0f1 --- /dev/null +++ b/.changeset/big-yaks-invite.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix bug causing `astro preview` server to close immediately diff --git a/.changeset/breezy-days-remember.md b/.changeset/breezy-days-remember.md new file mode 100644 index 000000000..2101f7591 --- /dev/null +++ b/.changeset/breezy-days-remember.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/vercel': patch +--- + +Updated esbuild diff --git a/.changeset/calm-dolphins-remain.md b/.changeset/calm-dolphins-remain.md new file mode 100644 index 000000000..4d2af1f17 --- /dev/null +++ b/.changeset/calm-dolphins-remain.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix for adding set-cookie multiple times diff --git a/.changeset/dirty-trains-yawn.md b/.changeset/dirty-trains-yawn.md new file mode 100644 index 000000000..aaf62059f --- /dev/null +++ b/.changeset/dirty-trains-yawn.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix relative config handling with the `--config` flag diff --git a/.changeset/dry-candles-behave.md b/.changeset/dry-candles-behave.md new file mode 100644 index 000000000..7bf451cae --- /dev/null +++ b/.changeset/dry-candles-behave.md @@ -0,0 +1,9 @@ +--- +"@astrojs/netlify": minor +--- + +Improve the Netlify adapter: + +1. Remove `site` config requirement +2. Fix an issue where query params were being stripped +3. Pass the event body to the request object diff --git a/.changeset/dull-bobcats-clean.md b/.changeset/dull-bobcats-clean.md new file mode 100644 index 000000000..28ca881a8 --- /dev/null +++ b/.changeset/dull-bobcats-clean.md @@ -0,0 +1,8 @@ +--- +'astro': patch +--- + +Add support for advanced CSS imports with `?raw` and `?url` + +> ⚠️WARNING⚠️: +> Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with `set:html` to inline styles directly into the built HTML page.
\ No newline at end of file diff --git a/.changeset/empty-pens-talk.md b/.changeset/empty-pens-talk.md new file mode 100644 index 000000000..98133ddd1 --- /dev/null +++ b/.changeset/empty-pens-talk.md @@ -0,0 +1,7 @@ +--- +'astro': patch +'@astrojs/partytown': patch +'@astrojs/vercel': patch +--- + +Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR diff --git a/.changeset/famous-wombats-promise.md b/.changeset/famous-wombats-promise.md new file mode 100644 index 000000000..f108a5147 --- /dev/null +++ b/.changeset/famous-wombats-promise.md @@ -0,0 +1,5 @@ +--- +'@astrojs/tailwind': patch +--- + +Update README diff --git a/.changeset/forty-boats-remain.md b/.changeset/forty-boats-remain.md new file mode 100644 index 000000000..1b81d9426 --- /dev/null +++ b/.changeset/forty-boats-remain.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/vercel': patch +--- + +Allows adapters to export default diff --git a/.changeset/metal-grapes-tickle.md b/.changeset/metal-grapes-tickle.md new file mode 100644 index 000000000..101dc5052 --- /dev/null +++ b/.changeset/metal-grapes-tickle.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix SSR static build public files copying diff --git a/.changeset/nervous-chairs-check.md b/.changeset/nervous-chairs-check.md new file mode 100644 index 000000000..bce6918fc --- /dev/null +++ b/.changeset/nervous-chairs-check.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/netlify': patch +--- + +Fixes dynamic routes in the Netlify adapter diff --git a/.changeset/odd-squids-rest.md b/.changeset/odd-squids-rest.md new file mode 100644 index 000000000..fa2c11c58 --- /dev/null +++ b/.changeset/odd-squids-rest.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Warn when attempting to access headers in SSG mode diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..c710d720e --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,81 @@ +{ + "mode": "exit", + "tag": "beta", + "initialVersions": { + "@example/blog": "0.0.1", + "@example/blog-multiple-authors": "0.0.1", + "@example/component": "0.0.1", + "@example/my-component-demo": "0.0.1", + "@example/my-component": "0.0.1", + "@example/docs": "0.0.1", + "@example/env-vars": "0.0.1", + "@example/framework-alpine": "0.0.1", + "@example/framework-lit": "0.0.1", + "@example/framework-multiple": "0.0.1", + "@example/framework-preact": "0.0.1", + "@example/framework-react": "0.0.1", + "@example/framework-solid": "0.0.1", + "@example/framework-svelte": "0.0.1", + "@example/framework-vue": "0.0.1", + "@example/integrations-playground": "0.0.1", + "@example/minimal": "0.0.1", + "@example/non-html-pages": "0.0.1", + "@example/portfolio": "0.0.1", + "@example/ssr": "0.0.1", + "@example/starter": "0.0.1", + "@example/subpath": "0.0.1", + "@example/with-markdown": "0.0.1", + "@example/with-markdown-plugins": "0.0.2", + "@example/with-markdown-shiki": "0.0.1", + "@example/with-nanostores": "0.0.1", + "@example/with-tailwindcss": "0.0.1", + "@example/with-vite-plugin-pwa": "0.0.1", + "astro": "0.26.1", + "@astrojs/prism": "0.4.1", + "@test/custom-element-renderer": "0.1.0", + "@test/static-build-pkg": "0.0.0", + "create-astro": "0.8.0", + "@astrojs/deno": "0.1.0", + "@astrojs/lit": "0.0.2", + "@astrojs/netlify": "0.1.0", + "@astrojs/node": "0.0.2", + "@astrojs/partytown": "0.1.0", + "@astrojs/preact": "0.0.2", + "@astrojs/react": "0.1.0", + "@astrojs/sitemap": "0.1.0", + "@astrojs/solid-js": "0.0.3", + "@astrojs/svelte": "0.0.2", + "@astrojs/tailwind": "0.1.0", + "@astrojs/turbolinks": "0.0.2", + "@astrojs/vercel": "0.0.2", + "@astrojs/vue": "0.0.2", + "@astrojs/markdown-remark": "0.8.1", + "@astrojs/renderer-lit": "0.4.0", + "@astrojs/renderer-preact": "0.5.0", + "@astrojs/renderer-react": "0.5.0", + "@astrojs/renderer-solid": "0.4.0", + "@astrojs/renderer-svelte": "0.5.2", + "@astrojs/renderer-vue": "0.4.0", + "@astrojs/webapi": "0.11.0", + "astro-scripts": "0.0.2" + }, + "changesets": [ + "angry-suits-thank", + "big-yaks-invite", + "calm-dolphins-remain", + "dirty-trains-yawn", + "dull-bobcats-clean", + "empty-pens-talk", + "forty-boats-remain", + "nervous-chairs-check", + "odd-squids-rest", + "shiny-rice-worry", + "sour-laws-raise", + "stale-walls-whisper", + "strange-avocados-double", + "sweet-ways-tan", + "ten-rice-unite", + "thin-cameras-clean", + "three-donkeys-train" + ] +} diff --git a/.changeset/shaggy-pans-buy.md b/.changeset/shaggy-pans-buy.md new file mode 100644 index 000000000..742b5e0f7 --- /dev/null +++ b/.changeset/shaggy-pans-buy.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update JSDoc comments that get shown to users through editor integration diff --git a/.changeset/shiny-rice-worry.md b/.changeset/shiny-rice-worry.md new file mode 100644 index 000000000..fae917139 --- /dev/null +++ b/.changeset/shiny-rice-worry.md @@ -0,0 +1,12 @@ +--- +'@astrojs/lit': minor +'@astrojs/node': minor +'@astrojs/preact': minor +'@astrojs/solid-js': minor +'@astrojs/svelte': minor +'@astrojs/turbolinks': minor +'@astrojs/vercel': minor +'@astrojs/vue': minor +--- + +Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. diff --git a/.changeset/sour-laws-raise.md b/.changeset/sour-laws-raise.md new file mode 100644 index 000000000..31b0b9928 --- /dev/null +++ b/.changeset/sour-laws-raise.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +fix markdown issue with parsing components in setup diff --git a/.changeset/strange-avocados-double.md b/.changeset/strange-avocados-double.md new file mode 100644 index 000000000..e6379955d --- /dev/null +++ b/.changeset/strange-avocados-double.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add `astro docs` command which opens the Astro docs in your preferred browser. diff --git a/.changeset/sweet-ways-tan.md b/.changeset/sweet-ways-tan.md new file mode 100644 index 000000000..c280b0699 --- /dev/null +++ b/.changeset/sweet-ways-tan.md @@ -0,0 +1,5 @@ +--- +'@astrojs/vercel': patch +--- + +Fixed build directory and clean-up diff --git a/.changeset/ten-rice-unite.md b/.changeset/ten-rice-unite.md new file mode 100644 index 000000000..edfdea2f6 --- /dev/null +++ b/.changeset/ten-rice-unite.md @@ -0,0 +1,6 @@ +--- +"@astrojs/solid-js": minor +"@astrojs/renderer-solid": patch +--- + +Improve nested hydration with Solid diff --git a/.changeset/thin-cameras-clean.md b/.changeset/thin-cameras-clean.md new file mode 100644 index 000000000..96f562cad --- /dev/null +++ b/.changeset/thin-cameras-clean.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Add missing entry to "files" field in package.json diff --git a/.changeset/three-donkeys-train.md b/.changeset/three-donkeys-train.md new file mode 100644 index 000000000..2ecda8dd3 --- /dev/null +++ b/.changeset/three-donkeys-train.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes dynamic API routes in SSR |