Skip to content

v11.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 22:30
· 9 commits to master since this release
0a1b00e

Fixed

  • Remove unnecessary content change listeners in read-only mode to avoid triggering infinite loops of FocusNode callbacks #2488.
  • Remove unicode from QuillText element that causes weird caret behavior on empty lines #2453.
  • Focus and open context menu on right click if unfocused #2477.
  • Update QuillController length extension method deprecation message #2483.

Added

  • Rule is now part of the public API, so that Document.setCustomRules can be used.
  • decoration property in DefaultTextBlockStyle for the header attribute to customize headers with borders, background colors, and other styles using BoxDecoration #2429.