What's Changed
- Add utility classes to
ColorPicker
component by @benfinnett in #322- This allows you to target specific elements of a color picker and override its styles, with classes like
MuiTiptap-ColorPicker-gradientPicker
, and/or provide additional classes when using components with the color picker, like<MenuButtonTextColor ColorPickerProps={{ classes: { gradientPicker: "custom-class" } }} />
.
- This allows you to target specific elements of a color picker and override its styles, with classes like
Internal-only changes
- Bump vite from 5.4.11 to 5.4.12 by @dependabot in #317
- Bump Vite and Vitest packages to latest patch versions by @sjdemartini in #319
New Contributors
- @benfinnett made their first contribution in #322
Full Changelog: v1.17.1...v1.18.0