Releases: sjdemartini/mui-tiptap
Releases · sjdemartini/mui-tiptap
v1.0.0-beta.10
What's Changed
- Make
extensions
required in props for RichTextEditor and ReadOnly by @sjdemartini in #92 - Add
FontSize
extension and associatedMenuSelectFontSize
control component by @sjdemartini in #94 - 👉 To support the font size extension:
@tiptap/extension-text-style
is now a peer dependency (https://tiptap.dev/api/marks/text-style) - Make the
MenuSelectFontSize
andMenuSelectHeading
components more configurable, allowing overrides of nearly all props, customization of styles, etc by @sjdemartini in #95
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
v1.0.0-beta.9
What's Changed
- Add README documentation for all mui-tiptap extensions and components, and improve code doc-comments.
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
v1.0.0-beta.8
What's Changed
- Don't unmount/remount
RichTextContent
whenvariant
changes by @sjdemartini in #82
Breaking changes
- The internal component
OutlinedField
has been renamed toFieldContainer
. The associated utility classes likeMuiTiptap-OutlinedField-root
,MuiTiptap-OutlinedField-notchedOutline
, etc are now named asMuiTiptap-FieldContainer-root
,MuiTiptap-FieldContainer-notchedOutline
, etc.
New Contributors
- @oliviertassinari made their first contribution in #81
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.7
What's Changed
- Align anchor icon when text-aligning heading by @sjdemartini in #77
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
What's Changed
- Add support for text-align with ResizableImage by @sjdemartini in #74
- Handle editor
isEditable
state changes in extension node views by @sjdemartini in #76
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
What's Changed
- Add
MenuButtonUndo
andMenuButtonRedo
controls by @sjdemartini in #65 - Add
MenuButtonHorizontalRule
, specific styles for<hr />
s by @sjdemartini in #66 - Add
MenuButtonUnderline
menu button by @sjdemartini in #68 - Add TextAlign menu buttons (
MenuButtonAlign*
), and makeHeadingWithAnchor
support Tiptap TextAlign by @sjdemartini in #69 - Add new
MenuSelectTextAlign
component for TextAlign, with newMenuSelect
base component for improved styles by @sjdemartini in #70 - [Breaking Change] Rename
MenuHeadingSelect
->MenuSelectHeading
by @sjdemartini in #71
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- Change ControlledBubbleMenu container behavior, and allow overrides by @sjdemartini in #61
- Add some more doc comments for MenuButton and ControlledButtonMenu by @sjdemartini in #62
- Anchor link bubble menu to link button when opening via button by @sjdemartini in #63
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- Add more code/component examples in README by @sjdemartini in #56
- Allow users to override all props for all menu buttons by @sjdemartini in #57
- Bump pnpm version to latest by @sjdemartini in #58
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- Make "View Link" bubble menu properly show text by @sjdemartini in #50
- Remove recommended extensions hook, and trim down peer dependencies by @sjdemartini in #54
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
- Avoid flushSync errors in useEffect by @sjdemartini in #48
- Fix bug interacting with and hovering over table columns in read-only mode by @sjdemartini in #49
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1