Astro: [email protected] Release

Release date:
August 12, 2022
Previous version:
[email protected] (released August 11, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

Could not determine top contributors for this release.

Directory Browser for [email protected]

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

  • #4268 f7afdb889 Thanks @bholmesdev! - Align MD with MDX on layout props and "glob" import results:

    • Add Content to MDX
    • Add file and url to MDX frontmatter (layout import only)
    • Update glob types to reflect differences (lack of rawContent and compiledContent)
  • #4265 8f845ca95 Thanks @matthewp! - Prevents automatic trailingSlash appending on getStaticPaths produced pages

  • #4288 c21810068 Thanks @matthewp! - Ensure hydration scripts inside of slots render ASAP

  • #4282 c0992e1fe Thanks @natemoo-re! - Fix bug where Astro's server runtime would end up in the browser

  • #4272 24d2f7a6e Thanks @natemoo-re! - Properly handle hydration for namespaced components

  • #4289 3ca905174 Thanks @bholmesdev! - [astro add] Set output: 'server' when adding adapter