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/image@0.14.0
Minor Changes
b3e65991f
Thanks @rasendubi! - Allow images from outside srcDirPatch Changes
#5894
ca91976ed
Thanks @ralacerda! -getPicture()
return object with the correct image typeUpdated dependencies [
9793f19ec
,f91615f5c
,2fb72c887
]:@astrojs/mdx@0.16.0
Minor Changes
2ab32b59e
Thanks @bholmesdev! - Fix: load syntax highlighters after MDX remark plugins. This keeps MDX consistent with Astro's markdown behavior.Patch Changes
c6cf847bd
Thanks @delucis! - Update MDX READMEastro@2.0.5
Patch Changes
#6052
9793f19ec
Thanks @mayank99! - Error overlay will now show the error'scause
if available.#6070
f91615f5c
Thanks @AirBorne04! - * safe guard against TextEncode.encode(HTMLString) [errors on vercel edge]#6064
2fb72c887
Thanks @bholmesdev! - Apply MDXcomponents
export when rendering as a content collection entry@astrojs/lit@1.1.2
Patch Changes
#6080
0db220415
Thanks @e111077! - Fixes Lit hydration not having the same reactive values as server (losing state upon hydration)#6055
2567aa48b
Thanks @e111077! - Add forwards compatibility for streaming Declarative Shadow DOM