Patch Changes
-
#4330
baa2ddd01
Thanks @bluwy! - Warn hydration directive for Astro components in JSX -
#4427
b2e976f39
Thanks @cameronmcefee! - Fix config types to allow falsy values in integrations list, to match docs -
#4385
8164fa6f1
Thanks @krolebord! - Fix warning when using hooks inside the react components not exported as a function declaration -
#4445
df4e99928
Thanks @bholmesdev! - Add "waiting for X integration" log for long-running integration hooks -
#4430
dc42f2c00
Thanks @bholmesdev! - astro add - Fix third-party npm orgs, i.e.@example/integration
-
#4441
ca0c7e8b8
Thanks @Princesseuh! - Allow arbitrary strings on the target attribute -
#4446
27ac6a03a
Thanks @matthewp! - Deterministic CSS orderingThis makes our CSS link order deterministic. It uses CSS depth; that is how deeply a module import the CSS comes from, in order to determine which CSS is page-level vs. component-level CSS.
This is intended to match dev ordering where, because we do not bundle, the page-level CSS always comes after component-level.
-
#4426
f40065f51
Thanks @matthewp! - Ensure index pages are generated on paginated results