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: MCP-UI-Org/mcp-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.0
Choose a base ref
...
head repository: MCP-UI-Org/mcp-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.8.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 20, 2025

  1. fix: move react dependencies to be peer dependencies (#91)

    This PR moves react and react-dom to be peer dependencies, solving issues like #90 where there is a mismatch in React versions between the library and the host.
    This kind of move is usually a breaking change - but since we can assume that all the consumers of the React SDK already have React installed in their dependencies (since they need to render <UIResourceRenderer> somehow) - this might not be a problem.
    liady authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f672f3e View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.8.1 [skip ci]\n\n## [5.8.1](v5.8.0...v5.8.1) (2025-…

    …08-20)
    
    ### Bug Fixes
    
    * move react dependencies to be peer dependencies ([#91](#91)) ([f672f3e](f672f3e)), closes [#90](#90)
    semantic-release-bot committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    3dc3d1f View commit details
    Browse the repository at this point in the history
Loading