Skip to content

4.13.13

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 04:01

πŸš€ 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 an rgb()/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).