Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/vercel@0.2.0
Minor Changes
#3216
114bf63e
Thanks @JuanM04! - [BREAKING] Now with Build Output API (v3)! See the README to get started.trailingSlash
redirects works without avercel.json
file: just configure them inside yourastro.config.mjs
edge
,serverless
andstatic
!serverless
, your code isn't transpiled to CJS anymore.Migrate from v0.1
astro.config.mjs
:ENABLE_FILE_SYSTEM_API
environment variable toENABLE_VC_BUILD
, as Vercel changed it..output
to.vercel/output
— you may need to update your.gitignore
.astro@1.0.0-beta.28
Patch Changes
#3344
46cd8b9e
Thanks @matthewp! - Fix for APIRoute type#3350
e48aa2fd
Thanks @FredKSchott! - Improve error hints for packages that should be added tovite.ssr.noExternal
#3348
43e411ee
Thanks @natemoo-re! - Update defaultvite.optimizeDeps.exclude
to keepnode-fetch
from being optimized#3336
ccea6a0a
Thanks @matthewp! - Fixes HMR of hoisted script tags#3331
e22f7364
Thanks @tony-sull! - Fixes an issue preventing custom 404 pages in dev#3339
3dc68e14
Thanks @thepassle! - fixes injectscript in ssr mode#3332
d04928e8
Thanks @FredKSchott! - Fix animport from '../core/build/types';
errorf40705d9
Thanks @matthewp! - Fix for swallowed SolidJS errors#3300
b463ddb3
Thanks @tony-sull! - Resolve .astro components by module ID to support the use of Astro + framework components in an NPM package#3352
86855061
Thanks @JuanM04! - ExportViteUserConfig
type#3337
678c2b75
Thanks @bholmesdev! - Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.create-astro@0.12.1
Patch Changes
1a5335ed
Thanks @bholmesdev! - Update "next steps" with more informative text on each CLI command. Oh, and gradients. A lot more gradients.@astrojs/netlify@0.3.4
Patch Changes
352fc316
Thanks @thepassle! - create redirects file for netlify edge adapter@astrojs/react@0.1.2
Patch Changes
678c2b75
Thanks @bholmesdev! - Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.@astrojs/svelte@0.1.3
Patch Changes
ce6d7982
Thanks @FredKSchott! - Fix a vite peer dependency bug@astrojs/vue@0.1.4
Patch Changes
ce6d7982
Thanks @FredKSchott! - Fix a vite peer dependency bug