Mui Rte Versions Save

Material-UI Rich Text Editor and Viewer

2.0.1

2 years ago

2.0.0

2 years ago
  • 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.

1.29.0

3 years ago
  • Allows react version 17.0.x to be used as a peer dependency for this package.
  • Formats example source codes.
  • Removes reference to src directory on example files.
  • Updates package dependencies.

1.28.0

3 years ago

⚠ Note: This version could break builds if using previous provided types in typescript source files. In general this should not be the case, as all necessary typings in the official documentation are provided.

1.27.0

3 years ago
  • Uses TPosition type on getEditorBounds from utils instead of a dependency type.
  • Updates package dependencies.

1.26.2

3 years ago
  • Add nullability check before using the editor property of the editorRef reference. (#208)

1.26.1

3 years ago
  • Update tsconfig (#206)
  • Small code refactoring.

1.26.0

3 years ago
  • Removes auto focusing the editor when it has contents (#158)
  • Use a mouse event instead when focusing the editor (#184)
  • Sets toolbar buttons active state to false when the editor is not focused.

1.25.0

3 years ago
  • Allow focusing the editor with tab index. (#192)
  • Prevent add new lines when the maxLength has been reached (#189)

1.24.0

3 years ago
  • Fixed HTML tags used for ordered/unordered lists. (#166) ⚠️ Previous saved content may show swapped HTML list tags with this fix.
  • Updated package dependencies.