[go: nahoru, domu]

Skip to content

Releases: withastro/astro

astro@4.11.3

26 Jun 13:10
d7ae91c
Compare
Choose a tag to compare

Patch Changes

  • #11347 33bdc54 Thanks @bluwy! - Fixes installed packages detection when running astro check

  • #11327 0df8142 Thanks @ematipico! - Fixes an issue with the container APIs where a runtime error was thrown during the build, when using pnpm as package manager.

astro@4.11.2

26 Jun 09:30
d9e6190
Compare
Choose a tag to compare

Patch Changes

  • #11335 4c4741b Thanks @ematipico! - Reverts #11292, which caused a regression to the input type

  • #11326 41121fb Thanks @florian-lefebvre! - Fixes a case where running astro sync when using the experimental astro:env feature would fail if environment variables were missing

  • #11338 9752a0b Thanks @zaaakher! - Fixes svg icon margin in devtool tooltip title to look coherent in rtl and ltr layouts

  • #11331 f1b78a4 Thanks @bluwy! - Removes resolve package and simplify internal resolve check

  • #11339 8fdbf0e Thanks @matthewp! - Remove non-fatal errors from telemetry

    Previously we tracked non-fatal errors in telemetry to get a good idea of the types of errors that occur in astro dev. However this has become noisy over time and results in a lot of data that isn't particularly useful. This removes those non-fatal errors from being tracked.

@astrojs/studio@0.1.1

26 Jun 09:30
d9e6190
Compare
Choose a tag to compare

Patch Changes

@astrojs/db@0.11.7

26 Jun 09:30
d9e6190
Compare
Choose a tag to compare

Patch Changes

  • #11331 f1b78a4 Thanks @bluwy! - Relaxes exports condition to allow importing ESM from CJS

  • Updated dependencies [f1b78a4]:

    • @astrojs/studio@0.1.1

astro@4.11.1

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

  • #11308 44c61dd Thanks @ematipico! - Fixes an issue where custom 404.astro and 500.astro were not returning the correct status code when rendered inside a rewriting cycle.

  • #11302 0622567 Thanks @martrapp! - Fixes an issue with the view transition router when redirecting to an URL with different origin.

  • Updated dependencies [b6afe6a, 41064ce]:

    • @astrojs/markdown-remark@5.1.1
    • @astrojs/internal-helpers@0.4.1

@astrojs/vercel@7.7.2

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

@astrojs/underscore-redirects@0.3.4

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

  • #11271 7f956f0 Thanks @florian-lefebvre! - Adds support for forced redirects

    Redirects can be forced by setting force to true:

    redirects.add({
      // ...
      force: true,
    });

    It will append a ! after the status.

@astrojs/rss@4.0.7

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

  • #11299 8ce66f2 Thanks @ematipico! - Fixes an issue where the pagesGlobToRssItems returned an incorrect type for items

@astrojs/node@8.3.2

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

@astrojs/mdx@3.1.2

24 Jun 16:51
ce310f8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b6afe6a]:
    • @astrojs/markdown-remark@5.1.1