Releases: withastro/adapters
Releases · withastro/adapters
@astrojs/[email protected]
Major Changes
-
f248546
Thanks @bluwy! - Updates esbuild dependency to v0.24.0 -
#384
7d83f60
Thanks @bluwy! - Removes deprecatedspeedInsights
option in favor of Vercel's direct support: https://vercel.com/docs/speed-insights/quickstart
Minor Changes
-
#424
3351348
Thanks @ematipico! - Deprecates the entrypoints@astrojs/vercel/serverless
and@astrojs/vercel/static
. These will continue to work but are no longer documented and will be removed in a future version. We recommend updating to the@astrojs/vercel
entrypoint as soon as you are able:-import vercel from "@astrojs/vercel/static" +import vercel from "@astrojs/vercel"
-import vercel from "@astrojs/vercel/serverless" +import vercel from "@astrojs/vercel"
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Minor Changes
- #423
169ac24
Thanks @schummar! - Changes the logic which generates the_routes.json
file to improve generation for projects with many static pages, while still making sure all routes work as expected.
Patch Changes
- #409
d63bed8
Thanks @alexanderniebuhr! - Fixes an issue wherecloudflare:
scoped imports made the build fail. We externalize all imports with thecloudflare:
scope by default now.
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Minor Changes
- #394
44dfa99
Thanks @veitbjarsch! - Added functionality to compare include and exclude rules to reduce the amount of cloudflare rules
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- #387
04e5c38
Thanks @veitbjarsch! - Fixes a bug which was caused on windows when splitting static file paths