website
website copied to clipboard
build(deps): bump react-markdown from 9.1.0 to 10.1.0
Bumps react-markdown from 9.1.0 to 10.1.0.
Release notes
Sourced from react-markdown's releases.
10.1.0
Add
- 939c667 Add
fallbackprop toMarkdownHooksby@remcohaszingin remarkjs/react-markdown#897Fix
- a40ae2e Fix race condition in
MarkdownHooksby@remcohaszingin remarkjs/react-markdown#896Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.1...10.1.0
10.0.1
- 7c17ede Fix TypeScript performance around components by
@remcohaszingin remarkjs/react-markdown#893Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.0...10.0.1
10.0.0
- aaaa40b Remove support for
classNameprop see “Remove className”Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0
Changelog
Sourced from react-markdown's changelog.
Changelog
All notable changes will be documented in this file.
10.0.0 - 2025-02-20
aaaa40bRemove support forclassNameprop migrate: see “RemoveclassName” belowRemove
classNameThe
classNameprop was removed. If you want to add classes to some element that wraps the markdown you can explicitly write that element and add the class to it. You can then choose yourself which tag name to use and whether to add other props.Before:
<Markdown className="markdown-body">{markdown}</Markdown>After:
<div className="markdown-body"> <Markdown>{markdown}</Markdown> </div>
Commits
44d2e4a10.1.0f2369cdRefactor docs26fdfe0Update docs544bff6Refactor code-style939c667Addfallbackprop toMarkdownHooksa40ae2eFix race condition inMarkdownHooksad7f37fAdd lifecycle tests forMarkdownHooks2792c3210.0.17c17edeFix performance around components21b47b9Remove local use ofJSX- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)