Skip to content

Add MUI (Material-UI v5) compatibility

Compare
Choose a tag to compare
@niuware niuware released this 22 Sep 12:31
· 2 commits to master since this release
c02652c
  • Updated package dependencies including compatibility with MUI (Material-UI v5)
  • Removed tests (temporarily as they were not useful). Hopefully will add soon.
  • Updated examples and source code with updated package dependencies.

⚠️ Breaking changes

The code implementing mui-rte version 1.x should be compatible with version 2.x, it only requires to wrap instances of the text editor with a ThemeProvider from MUI which in most of the cases this is already added. For further explanation check the updated examples.

Notes

This release bumped the major version to explicitly distinguish the version 1.x from 2.x as the dependencies used are completely different. With that said, no further changes in functionality were added at this time.