Skip to content

Releases: sjdemartini/mui-tiptap

v1.0.0-alpha.12

16 Jun 19:10
Compare
Choose a tag to compare

What's Changed

  • Loosen peer deps for tiptap packages by @sjdemartini in #45
  • Fix link bubble menu state when clicking out or changing selection by @sjdemartini in #46

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12

v1.0.0-alpha.11

15 Jun 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11

v1.0.0-alpha.9

14 Jun 07:13
Compare
Choose a tag to compare

What's Changed

  • Don't show Link and Table bubble menus when editor isn't editable by @sjdemartini in #31
  • Update z-indexes by @sjdemartini in #32
  • Reduce bubble menu default elevation, and allow for customization of Paper props by @sjdemartini in #33
  • Update vitest to use v8 coverage, and print text coverage report in CI by @sjdemartini in #34
  • Remove seemingly incorrect/unneeded "type": "module" field by @sjdemartini in #35

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

v1.0.0-alpha.10

14 Jun 23:40
Compare
Choose a tag to compare

What's Changed

  • Allow users to debounce menu controls, and control debounce options by @sjdemartini in #36

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10

v1.0.0-alpha.8

13 Jun 08:44
Compare
Choose a tag to compare

What's Changed

  • Fix collaboration cursor "dot" color by @sjdemartini in #26
  • Add error messaging if editor not provided by @sjdemartini in #27
  • Add "MuiTiptap--" utility classes for easier style overrides by @sjdemartini in #28
  • Allow for style and prop overrides in bubble menus, and remove from RichTextContext by @sjdemartini in #29
  • Add editorDependencies and className props to RichTextEditor by @sjdemartini in #30

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

v1.0.0-alpha.7

12 Jun 19:10
Compare
Choose a tag to compare

What's Changed

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

v1.0.0-alpha.6

12 Jun 08:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6

v1.0.0-alpha.5

12 Jun 07:51
Compare
Choose a tag to compare

What's Changed

  • Replace lodash named imports with default imports by @sjdemartini in #10
  • Improve snappiness of MenuBar & TableBubbleMenu with leading debounce render by @sjdemartini in #11
  • Reorganize and rename components, with new RichTextEditor all-in-one component by @sjdemartini in #12
  • Use editor from context instead of prop in more places by @sjdemartini in #13
  • Fix table bubble menu debouncing and focus by @sjdemartini in #14
  • Generalize the styles used for read-only tables by @sjdemartini in #16
  • Export context utilities by @sjdemartini in #18
  • Improve table bubble menu placement by affixing to top start by @sjdemartini in #19
  • Upgrade TypeScript from 5.0 -> 5.1 (and type-fest to latest) by @sjdemartini in #20
  • Fix blockquote keyboard shortcut with useRecommendedExtensions hook by @sjdemartini in #21
  • Revamp and reorganize menu components to be user-provided instead of hard-coded by @sjdemartini in #22

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

v1.0.0-alpha.4

10 Jun 04:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

v1.0.0-alpha.3

10 Jun 02:49
Compare
Choose a tag to compare

What's Changed

  • Move default content padding to within OutlinedField only by @sjdemartini in #1
  • Handle can() dry-runs for LinkBubbleMenuHandler commands by @sjdemartini in #2
  • Add TableImproved extension (alternative to Table) that preserves column widths when editable=false by @sjdemartini in #3
  • Let user configure function for which Image sources are allowed in ResizableImage by @sjdemartini in #4
  • Move hooks to subdirectory by @sjdemartini in #5

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