Skip to content

v1.29.0

Choose a tag to compare

@sjdemartini sjdemartini released this 02 Feb 02:09
· 48 commits to main since this release

What's Changed

  • Allow customized shortcut key tooltips for MenuSelectHeading by @sjdemartini in #515. Use the shortcutKeys object in props, like:
      <MenuSelectHeading
        shortcutKeys={{
          paragraph: ["Strg", "Alt", "0"],
          heading1: ["Strg", "Alt", "1"],
          heading2: ["Strg", "Alt", "2"],
        }}
      />
  • Show the default mark color when opening highlight color-picker for MenuButtonHighlightColor, via new defaultPickerColor prop for MenuButtonColorPicker, by @shysteph in #507
  • Internal-only changes: lots of internal dependency updates

New Contributors

Full Changelog: v1.28.1...v1.29.0