Skip to content

Releases: sjdemartini/mui-tiptap

v1.0.0-beta.10

14 Jul 23:10
Compare
Choose a tag to compare

What's Changed

  • Make extensions required in props for RichTextEditor and ReadOnly by @sjdemartini in #92
  • Add FontSize extension and associated MenuSelectFontSize 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 and MenuSelectHeading 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

04 Jul 19:20
Compare
Choose a tag to compare

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

01 Jul 00:43
Compare
Choose a tag to compare

What's Changed

  • Don't unmount/remount RichTextContent when variant changes by @sjdemartini in #82

Breaking changes

  • The internal component OutlinedField has been renamed to FieldContainer. The associated utility classes like MuiTiptap-OutlinedField-root, MuiTiptap-OutlinedField-notchedOutline, etc are now named as MuiTiptap-FieldContainer-root, MuiTiptap-FieldContainer-notchedOutline, etc.

New Contributors

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.7

29 Jun 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

29 Jun 02:32
Compare
Choose a tag to compare

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

28 Jun 15:58
Compare
Choose a tag to compare

What's Changed

  • Add MenuButtonUndo and MenuButtonRedo 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 make HeadingWithAnchor support Tiptap TextAlign by @sjdemartini in #69
  • Add new MenuSelectTextAlign component for TextAlign, with new MenuSelect 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

23 Jun 17:48
Compare
Choose a tag to compare

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

20 Jun 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

19 Jun 02:16
Compare
Choose a tag to compare

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

16 Jun 23:48
Compare
Choose a tag to compare

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