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: 10.0.1
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
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 3, 2025

  1. Add lifecycle tests for MarkdownHooks

    Closes GH-894.
    
    Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    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 <tituswormer@gmail.com>
    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 <tituswormer@gmail.com>
    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