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: sjdemartini/mui-tiptap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: sjdemartini/mui-tiptap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 11, 2024

  1. chore: upgrade to mui v6 (#267)

    * chore: upgrade to mui v6
    
    * chore: run pnpm dedupe
    
    * Fix example project lock file (bumping mui and tss-react)
    
    Note that this required also running the following inside the `example/` dir:
    
    ```
    pnpm add tss-react@4.9.13
    pnpm dedupe
    pnpm remove tss-react
    pnpm i
    ```
    
    in order to ensure that we were on a compatible version of tss-react
    with mui v6 specified as our MUI dep. Otherwise:
    
    ```
     WARN  Issues with peer dependencies found
    .
    └─┬ mui-tiptap 1.10.0
      └─┬ tss-react 4.9.10
        └── ✕ unmet peer @mui/material@^5.0.0: found 6.0.1
    ```
    
    (v6 support was added in 4.9.13 of tss-react
    garronej/tss-react@d09cbfe)
    
    ---------
    
    Co-authored-by: Steven DeMartini <sjdemartini@users.noreply.github.com>
    Xhale1 and sjdemartini authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7335880 View commit details
    Browse the repository at this point in the history
  2. 1.11.0

    sjdemartini committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    60ae41b View commit details
    Browse the repository at this point in the history
Loading