Astro: astro@0.20.0 Release

Release date:
August 26, 2021
Previous version:
astro@0.19.4 (released August 24, 2021)
Magnitude:
496 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in astro@0.20.0

robinmetral
RafidMuhymin
ematipico
MarcusOtter

Directory Browser for astro@0.20.0

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

Release Notes Published

Minor Changes

  • affcd04f: [BREAKING CHANGE] stop bundling, building, and processing public files. This fixes an issue where we weren't actually honoring the "do not process" property of the public directory.

    If you were using the public/ directory as expected and not using it to build files for you, then this should not be a breaking change. However, will notice that these files are no longer bundled.

    If you were using the public/ directory to build files (for example, like public/index.scss) then you can expect this to no longer work. As per the correct Astro documentation.

Patch Changes