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/markdoc@0.1.0
Minor Changes
#6653
7c439868a
Thanks @bholmesdev! - Simplify Markdoc configuration with a newmarkdoc.config.mjs
file. This lets you import Astro components directly to render as Markdoc tags and nodes, without the need for the previouscomponents
property. This new configuration also unlocks passing variables to your Markdoc from theContent
component (see the new docs).Migration
Move any existing Markdoc config from your
astro.config
to a newmarkdoc.config.mjs
file at the root of your project. This should be applied as a default export, with the optionaldefineMarkdocConfig()
helper for autocomplete in your editor.This example configures an
aside
Markdoc tag. Note that components should be imported and applied to therender
attribute directly, instead of passing the name as a string:You should also remove the
components
prop from yourContent
components. Since components are imported into your config directly, this is no longer needed.Patch Changes
1f783e320
,2e92e9aa9
,adecda7d6
,386336441
,7c439868a
,25cd3e574
,4bf87c64f
,fc0ed9c53
]:@astrojs/partytown@1.2.0
Minor Changes
aff53c109
Thanks @thebinarymutant! - Expose more partytown config propertiesastro@2.1.8
Patch Changes
#6675
1f783e320
Thanks @matthewp! - Prevent frontmatter errors from crashing the dev server#6688
2e92e9aa9
Thanks @JohannesKlauss! - Add a additional check fornull
on thereq.body
check inNodeApp.render
.#6578
adecda7d6
Thanks @wulinsheng123! - add new flag with open for dev and preview#6680
386336441
Thanks @koriwi! - Invalidates cache when changing serviceEntryPoint#6653
7c439868a
Thanks @bholmesdev! - Simplify Markdoc configuration with a newmarkdoc.config.mjs
file. This lets you import Astro components directly to render as Markdoc tags and nodes, without the need for the previouscomponents
property. This new configuration also unlocks passing variables to your Markdoc from theContent
component (see the new docs).Migration
Move any existing Markdoc config from your
astro.config
to a newmarkdoc.config.mjs
file at the root of your project. This should be applied as a default export, with the optionaldefineMarkdocConfig()
helper for autocomplete in your editor.This example configures an
aside
Markdoc tag. Note that components should be imported and applied to therender
attribute directly, instead of passing the name as a string:You should also remove the
components
prop from yourContent
components. Since components are imported into your config directly, this is no longer needed.#6639
25cd3e574
Thanks @tony-sull! - Fixes an attribute naming mismatch in the definition for elements in astro.JSX#6353
4bf87c64f
Thanks @wulinsheng123! - Throw better error when a dynamic endpoint without additional extensions is prerendered withundefined
params.#6643
fc0ed9c53
Thanks @Princesseuh! - Fix images not having the proper path when usingbase
create-astro@3.1.2
Patch Changes
4a3262060
Thanks @bholmesdev! - Fix: Log an error when passing a--template
that does not exist@astrojs/image@0.16.3
Patch Changes
#6680
386336441
Thanks @koriwi! - Invalidates cache when changing serviceEntryPointUpdated dependencies [
1f783e320
,2e92e9aa9
,adecda7d6
,386336441
,7c439868a
,25cd3e574
,4bf87c64f
,fc0ed9c53
]: