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: uiwjs/react-codemirror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.22.0
Choose a base ref
...
head repository: uiwjs/react-codemirror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.22.1
Choose a head ref
  • 3 commits
  • 54 files changed
  • 2 contributors

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    79fec4c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: Externalize JSX runtime (#655)

    The JSX runtime is currently being bundled which is generally not supported.
    The JSX runtime needs to be in lockstep with the React version.
    
    This currently breaks in React 19 because the bundled JSX runtime tries to access secret internals that have been moved.
    eps1lon authored May 16, 2024
    Configuration menu
    Copy the full SHA
    b81c628 View commit details
    Browse the repository at this point in the history
  2. released v4.22.1 #655

    jaywcjlove committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c7080a View commit details
    Browse the repository at this point in the history
Loading