v1.29.0
What's Changed
- Allow customized shortcut key tooltips for
MenuSelectHeadingby @sjdemartini in #515. Use theshortcutKeysobject 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 newdefaultPickerColorprop forMenuButtonColorPicker, by @shysteph in #507 - Internal-only changes: lots of internal dependency updates
New Contributors
Full Changelog: v1.28.1...v1.29.0