Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: remarkjs/react-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.3
Choose a base ref
...
head repository: remarkjs/react-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 13, 2025

  1. Update dev-dependencies

    wooorm committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    c44e246 View commit details
    Browse the repository at this point in the history
  2. Refactor package.json

    wooorm committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    bcdc5b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d08de View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Add support for async plugins

    This commit adds 2 new components that support
    turning markdown into react nodes,
    asynchronously.
    There are different ways to support async things in React.
    Component with hooks only run on the client.
    Components yielding promises are not supported on the client.
    To support different scenarios and the different ways the future
    could develop,
    these choices are made explicit to users.
    Users can choose whether `MarkdownAsync` or `MarkdownHooks` fits
    their use case.
    
    Closes GH-680.
    Closes GH-682.
    Closes GH-890.
    Closes GH-891.
    
    Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
    Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
    wooorm authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    6ce120e View commit details
    Browse the repository at this point in the history
  2. 9.1.0

    wooorm committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    747e505 View commit details
    Browse the repository at this point in the history
Loading