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
@astrojs/cloudflare@7.1.0
Minor Changes
2c9614469
Thanks @alexanderniebuhr! - Add support for Cloudflare Runtime (env vars, caches and req object), usingastro dev
Patch Changes
78b82bb39
,5e1099f68
,644825845
,fa77fa63d
,23f9536de
,2db9762eb
,435b10549
,a6a516d94
,43bc5f2a5
,0ca332ba4
]:astro@3.0.13
Patch Changes
#8484
78b82bb39
Thanks @bb010g! - fix(astro): add support forsrc/content/config.mts
files#8504
5e1099f68
Thanks @ematipico! - Minify the HTML of the redicts emitted during the build.#8480
644825845
Thanks @yamanoku! - Do not add type="text/css" to inline style tag#8472
fa77fa63d
Thanks @matthewp! - Prevent client:only styles from being removed in dev (View Transitions)#8506
23f9536de
Thanks @mascii! - chore: correct description ofattribute
option inscopedStyleStrategy
#8505
2db9762eb
Thanks @martrapp! - Restore horizontal scroll position on history navigation (view transitions)#8461
435b10549
Thanks @rdwz! - Fix lang unspecified code blocks (markdownlint MD040)#8492
a6a516d94
Thanks @xiBread! - fix(types): makeimage.service
optional#8522
43bc5f2a5
Thanks @martrapp! - let view transitions handle same origin redirects#8491
0ca332ba4
Thanks @martrapp! - Bugfixes for back navigation in the view transition client-side router