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.1.0
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: 10.1.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 20, 2025

  1. Remove support for className prop

    Closes GH-781.
    Closes GH-799.
    
    Reviewed-by: Christian Murphy <[email protected]>
    
    Co-authored-by: Remco Haszing <[email protected]>
    wooorm and remcohaszing committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    aaaa40b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    wooorm committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    5768374 View commit details
    Browse the repository at this point in the history
  3. 10.0.0

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

Commits on Feb 25, 2025

  1. Remove local use of JSX

    wooorm committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    21b47b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Fix performance around components

    Related-to: GH-895.
    Related-to: GH-883.
    
    Closes GH-893.
    
    Reviewed-by: Christian Murphy <[email protected]>
    Reviewed-by: Titus Wormer <[email protected]>
    remcohaszing authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    7c17ede View commit details
    Browse the repository at this point in the history
  2. 10.0.1

    wooorm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    2792c32 View commit details
    Browse the repository at this point in the history
  3. Add lifecycle tests for MarkdownHooks

    Closes GH-894.
    
    Reviewed-by: Christian Murphy <[email protected]>
    Reviewed-by: Titus Wormer <[email protected]>
    remcohaszing authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    ad7f37f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Fix race condition in MarkdownHooks

    Running asynchronous code inside a `useEffect` causes race conditions.
    This is now handled correctly.
    
    Closes GH-896.
    
    Reviewed-by: Titus Wormer <[email protected]>
    remcohaszing authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    a40ae2e View commit details
    Browse the repository at this point in the history
  2. Add fallback prop to MarkdownHooks

    The `<MarkdownHooks/>` component now supports a new prop named
    `fallback`. This fallback is displayed while the initial content hasn’t
    loaded yet. The name `fallback` was chosen to match the same prop from
    `<Suspense/>`.
    
    Closes GH-897.
    
    Reviewed-by: Titus Wormer <[email protected]>
    remcohaszing authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    939c667 View commit details
    Browse the repository at this point in the history
  3. Refactor code-style

    wooorm committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    544bff6 View commit details
    Browse the repository at this point in the history
  4. Update docs

    wooorm committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    26fdfe0 View commit details
    Browse the repository at this point in the history
  5. Refactor docs

    wooorm committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    f2369cd View commit details
    Browse the repository at this point in the history
  6. 10.1.0

    wooorm committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    44d2e4a View commit details
    Browse the repository at this point in the history
Loading