Skip to content

Releases: withastro/adapters

@astrojs/[email protected]

03 May 05:36
f14f4d7
Compare
Choose a tag to compare

Patch Changes

  • #249 72fc8ac Thanks @adrianlyjak! - Fixes build errors when wasm modules are imported from a file that is shared in both prerendered static pages and server side rendered pages

@astrojs/[email protected]

24 Apr 12:21
38c32c9
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

23 Apr 05:11
87eb46c
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

22 Apr 07:03
3be3be9
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

22 Apr 06:08
1891490
Compare
Choose a tag to compare

Patch Changes

  • #238 1927f94 Thanks @alexanderniebuhr! - Fixes astro build which throws an error if it can't clean up dynamic imports for prerendered pages.

@astrojs/[email protected]

18 Apr 05:56
832c6ef
Compare
Choose a tag to compare

Minor Changes

  • #222 8f312da Thanks @Fryuni! - Fixes an issue, where unused code was not removed from the output, which led to issues with large projects with a lot of prerendered pages.

@astrojs/[email protected]

10 Apr 08:58
d10af69
Compare
Choose a tag to compare

Minor Changes

  • #229 1f4e40b Thanks @FlorianFlatscher! - Adds a new option for the Image service to the Cloudflare adapter. imageService: 'custom' does use the user defined settings, without applying any modification to it. You need to make sure that the configured settings are compatible with Cloudflare's workerd runtime yourself.

@astrojs/[email protected]

08 Apr 21:14
efb597b
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

01 Apr 14:20
b153fc4
Compare
Choose a tag to compare

Patch Changes

  • #217 0349bd4 Thanks @alexanderniebuhr! - fixes an issue where the automatic _routes.json generation was not working as expected for some projects, which had a dynamic route as the first segment

  • #217 0349bd4 Thanks @alexanderniebuhr! - fixes an issue where the automatic _routes.json generation was not limited correctly, which had manual extend patterns

@astrojs/[email protected]

29 Mar 11:46
ceabbc2
Compare
Choose a tag to compare

Patch Changes

  • #212 c22bb21 Thanks @alexanderniebuhr! - fixes an issue where projects using @astrojs/solid-js were unusable, due to wrong vite config

  • #210 317bd95 Thanks @alexanderniebuhr! - fixes an issue where projects using @astrojs/vue were unusable, due to marking dependencies as external