🚀 New Feature
- Color picker: the palette popup now has a text input for the color value — paste or type a hex code (
#FF0000,FF0000, short#F00) or anrgb()/rgba()value and press Enter (or blur) to apply it. Previously the only way to pick a non-palette color was the native browser picker. Invalid values are ignored. Requested in jodit-react#310.
🏠 Internal
- Regression tests: applying styles/commands (
color,fontsize,bold) to a fully selected list hits every<li>, not just one (reported in jodit-react#313 against an older jodit; not reproducible on current code).