Releases: sjdemartini/mui-tiptap
Releases · sjdemartini/mui-tiptap
v1.0.0-alpha.12
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
What's Changed
- Remove unused mention and suggestion extensions by @sjdemartini in #37
- Add more detailed content to README explaining mui-tiptap by @sjdemartini in #38, #40, #44
- Export all utils by @sjdemartini in #39
- Remove unused dev dependencies by @sjdemartini in #41
- Upgrade various lint and types packages by @sjdemartini in #42
- Lint against more extraneous dependencies being imported by @sjdemartini in #43
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11
v1.0.0-alpha.9
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
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
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
What's Changed
- Export style utils by @sjdemartini in #25
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
v1.0.0-alpha.6
What's Changed
- Remove now-unneeded hoist statics package by @sjdemartini in #23
- Export "scroll to heading anchor" util by @sjdemartini in #24
Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6
v1.0.0-alpha.5
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
What's Changed
- Remove
react-hook-form
dependency by @sjdemartini in #6 - Remove
react-use
dependency by @sjdemartini in #7 - Remove
material-ui-popup-state
and prosemirror direct dependencies by @sjdemartini in #9
Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4
v1.0.0-alpha.3
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 toTable
) that preserves column widths wheneditable=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