Astro: astro@2.10.6 Release

Release date:
August 11, 2023
Previous version:
astro@2.10.5 (released August 10, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in astro@2.10.6

Could not determine top contributors for this release.

Directory Browser for astro@2.10.6

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Patch Changes

  • #8027 1b8d30209 Thanks @natemoo-re! - Ensure dev server restarts respect when base is removed

  • #8033 405913cdf Thanks @matthewp! - Prevent script re-evaluation on page transition

  • #8036 87d4b1843 Thanks @ematipico! - Fix a bug where the middleware entry point was passed to integrations even though the configuration build.excludeMiddleware was set to false.

  • #8022 c23377caa Thanks @bluwy! - Always return a new array instance from getCollection in prod

  • #8013 86bee2812 Thanks @martrapp! - Links with hash marks now trigger view transitions if they lead to a different page. Links to the same page do not trigger view transitions.