astro 1.0.4
Patch Changes
-
#4268
f7afdb889Thanks @bholmesdev! - Align MD with MDX on layout props and "glob" import results:- Add
Contentto MDX - Add
fileandurlto MDX frontmatter (layout import only) - Update glob types to reflect differences (lack of
rawContentandcompiledContent)
- Add
-
#4265
8f845ca95Thanks @matthewp! - Prevents automatic trailingSlash appending on getStaticPaths produced pages -
#4288
c21810068Thanks @matthewp! - Ensure hydration scripts inside of slots render ASAP -
#4282
c0992e1feThanks @natemoo-re! - Fix bug where Astro's server runtime would end up in the browser -
#4272
24d2f7a6eThanks @natemoo-re! - Properly handle hydration for namespaced components -
#4289
3ca905174Thanks @bholmesdev! - [astro add] Setoutput: 'server'when adding adapter