Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
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@astrojs/[email protected]
Patch Changes
#4443
adb207979
Thanks @bholmesdev! - Fix MDX style imports when layout is not applied#4428
a2414bf59
Thanks @bholmesdev! - Fix dev server reload performance when globbing from an MDX layout