Astro: @astrojs/[email protected] Release

Release date:
August 14, 2024
Previous version:
@astrojs/[email protected] (released June 24, 2024)
Magnitude:
10,959 Diff Delta
Contributors:
17 total committers
Data confidence:
Commits:

142 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored July 18, 2024
Authored July 30, 2024
Authored July 17, 2024
Authored July 17, 2024
Authored July 17, 2024
Authored June 26, 2024
Authored August 9, 2024
Authored August 8, 2024
Authored August 1, 2024
Authored July 18, 2024
Authored July 3, 2024
Authored July 18, 2024
Authored July 18, 2024
Authored July 19, 2024
Authored July 10, 2024

Top Contributors in @astrojs/[email protected]

ematipico
bholmesdev
Princesseuh
alexanderniebuhr
billy-le
schpet
JoshuaKGoldberg
zfben
alfawal
Simon-He95

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #11535 932bd2e Thanks @matthewp! - Move polyfills up before awaiting the env module in the Node.js adapter.

    Previously the env setting was happening before the polyfills were applied. This means that if the Astro env code (or any dependencies) depended on crypto, it would not be polyfilled in time.

    Polyfills should be applied ASAP to prevent races. This moves it to the top of the Node adapter.