Skip to content

Update to Quill 1.3.2

Compare
Choose a tag to compare
@chuckh chuckh released this 16 Jan 20:01
· 20 commits to master since this release

Updated

  • Update comments and comment out console logs
  • Add polymer linting rules
  • Checkbox support by typing [] then spacebar will create checkbox that can be checked.

Quill 1.3.2 Changes (https://github.com/quilljs/quill/releases/tag/v1.3.2)

  • Pasting into code block should always paste as code #1624
  • Fix removing embed selection when arrow keys change selection #1633
  • Fix selection restoration after image insertion #1649
  • Fix selection-change firing after dragging off screen #1654
  • Fix placeholder text spacing #1677

Quill 1.3.1 Changes (https://github.com/quilljs/quill/releases/tag/v1.3.1)

  • Fix placeholder when emptying text #1594
  • Fix inserting newline after header #1616

Quill 1.3.0 Changes (https://github.com/quilljs/quill/releases/tag/v1.3.0)

Add matchVisual configuration to Clipboard.

  • Use DOM API to determine selected option #1576 Add :focus styles to toolbbar #1540 Allow users to undo automatic keyboard completions #1538 Use github-pages gem to make development environment consistent #1536 #1544 Fix composing Chinese with preformatting #1514 Fix example clipboard module in docs #1502 Fix list layout in RTL mode #1498 Clarify documentation for scrollingContainer #1496 Add tel to default link whitelist #1436 Fix cursor interaction with custom contenteditable=false embeds #1172 #1181 Fix rendered cursor in Chrome when interacting with scrollbar #1114