What's Changed
MenuButtonStrikethrough
now displays the keyboard shortcut asmod+Shift+S
instead ofmod+Shift+X
, matching Tiptap Strike extension behavior as of Tiptap v2.1.0 https://github.com/ueberdosis/tiptap/releases/tag/v2.1.0, by @abaransy-business in #305- If you are still using Tiptap < 2.1.0, you can simply override the
tooltipShortcutKeys
prop to use the older value:<MenuButtonStrikethrough tooltipShortcutKeys={["mod", "Shift", "X"]} />
- If you are still using Tiptap < 2.1.0, you can simply override the
Internal only changes
- Bump GH Actions versions for checkout, pnpm, & node, and use node 20 by @sjdemartini in #311
- Bump tiptap devDependencies to latest version by @sjdemartini in #312
- Test against multiple Tiptap versions in CI by @sjdemartini in #313
New Contributors
- @abaransy-business made their first contribution in #305
Full Changelog: v1.16.0...v1.17.0