Skip to content

v1.17.0

Latest
Compare
Choose a tag to compare
@sjdemartini sjdemartini released this 28 Dec 21:54

What's Changed

  • MenuButtonStrikethrough now displays the keyboard shortcut as mod+Shift+S instead of mod+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"]} />

Internal only changes

New Contributors

Full Changelog: v1.16.0...v1.17.0