This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
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 contains the following updates:
0.15.7
->0.20.3
0.18.0
->0.20.3
Release Notes
mdx-js/mdx
v0.20.3
Compare Source
• Group adjacent import/export nodes in remark-mdx (#405)
v0.20.2
Compare Source
• Fix template string escaping in code blocks (#437)
v0.20.1
Compare Source
v0.20.0
Compare Source
v0.19.0
Compare Source
• Handle backslash escaping in template literals (#366)
🚨Breaking changes 🚨
If you were accounting for broken template literal escaping with something like
\\ some stuff \\
to get the output of\ some stuff \
this will now result in\\ some stuff \\
. So you'll need to remove the escaped backslash since they're now automatically escaped.v0.18.2
Compare Source
v0.18.1
Compare Source
v0.18.0
Compare Source
• No longer destructures
components
fromprops
in MDXTag and MDXProvider (#408)v0.17.5
Compare Source
• Better handle props parsing (#404)
v0.17.4
Compare Source
• Add
isMDXComponent
static property (#369)v0.17.3
Compare Source
• Improve import/export parsing in
remark-mdx
(#399)v0.17.0
Compare Source
• fix runtime build (https://github.com/mdx-js/mdx/issues/386)
• publish alpha for remark-mdx
v0.16.8
Compare Source
• various documentation improvements
• pass exported props to the layout component (https://github.com/mdx-js/mdx/pull/379)
v0.16.6
Compare Source
v0.16.5
Compare Source
components
viaMDXProvider
(#333)v0.16.4
Compare Source
• props are assigned at the top level of render (bugfix) #326
• fix naming for
npm init mdx
directories #329• don't add the
default
property toimport
nodes #327v0.16.3
Compare Source
• properly define components in new class-based MDX output #323
v0.16.2
Compare Source
super()
call in theMDXContent
class (#319)v0.16.1
Compare Source
v0.16.0
Compare Source
metaString
prop by renaming it to lowercasemetastring
insteadConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.