Skip to content

Releases: chuckh/polymer-quill

Fix Release v1.3.4

17 Jan 21:09
Compare
Choose a tag to compare

Changes

  • Add lists and checkbox to demo sample
  • Update checkbox sizing for html render
  • Correct Version Number for bower.json

Update to Quill 1.3.4

17 Jan 19:44
e9f631e
Compare
Choose a tag to compare

Updated

  • Fixed numbered lists
  • Changed checkbox styling to be larger
  • Replace iron-locatstorage with app-localstorage-document, fixes #20
  • Fixed linting errors

Qull Version 1.3.3

https://github.com/quilljs/quill/releases/tag/v1.3.4

Loosen dependency specification #1748
Loosen list autofill constraint #1749

Qull Version 1.3.3

https://github.com/quilljs/quill/releases/tag/v1.3.3

  • Fix getFormat with no parameters while editor is not focused #1548
  • Remove automatic highlighting across embeds #1691
  • Support checking checklist on mobile #1693
  • Fix list creation keyboard shortcuts #1723
  • Show KaTex rendering errors #1738

Update to Quill 1.3.2

16 Jan 20:01
Compare
Choose a tag to compare

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

Update to Quill 1.2.6

16 Jul 14:29
Compare
Choose a tag to compare

Updated

  • Travis config to latest node and latest polymer process
  • Quill 1.2.6

Quill 1.2.6 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.6)

  • Disable Grammarly by default #574
  • Fix RTL list spacing #1485
  • Add support for mobile Youtube links #1489

Quill 1.25 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.5)

  • Fix cursor shifting to be exclusive of user cursor #1367
  • Fix iOS hover state on toolbar #1388
  • Fix getText() for Bangla #1427
  • Fix Korean character composition in Safari #1437
  • Fix pasting HTML handling special class names #1445
  • Fix paste or initializing with font-weight #1456
  • Fix updating active picker logic #1468

Quill 1.2.4 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.4)

  • Fix pasting nested list #906
  • Fix delete key interaction at end of list #1277
  • Fix pasting whitespace prefix #1244
  • Fix file dialog open speed #1265
  • Fix backspace with at beginning of list interaction with meta keys #1307
  • Fix pasting nested styles #1333
  • Fix backspacing into an empty line should keep own formats #1339
  • Fix IE11 autolinking interaction #1390
  • Fix persistent focus interaction with tabbing away #1404

see https://github.com/quilljs/quill/releases

Update to Quill 1.2.3

10 Apr 14:40
Compare
Choose a tag to compare

Added

  • Bubble Firebase to doc menu

Changed

  • Bubble Firebase to default padding of 30px 20px from 20px

Updated

  • Quill 1.2.3
  • Updated styles

Quill 1.2.3 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.3)

  • Fix scrolling when appending new lines #1276 #1361
  • Fix binding to explicit shortcut key #1365
  • Merge clone update #1359

From Quill 1.2.2 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.2)

  • Fix backspace/delete on Windows/Ubuntu #1334

From Quill 1.2.1 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.1)

  • Fix link removal on Snow theme #1259
  • Fix CMD+backspace on empty editor #1319
  • Fix disabled checklist behavior #1312

Update to Quill 1.2.0, Add Bounds

25 Jan 01:41
Compare
Choose a tag to compare

Added

  • bounds: this.$.editor so tooltip don't get cut off
  • Handling of undefined content
  • Include full delta when firing change event

Fixed

  • Link tooltip being cut off for Snow theme
  • Bubble toolbar being cut off for Bubble theme

Updated

  • Quill 1.2.0
  • Updated styles

Quill 1.2.0 Changes (https://github.com/quilljs/quill/releases/tag/v1.2.0)

Add concept of experimental APIs: they are APIs meant to try out support for use cases we would like to address, but gives flexibility to find the right API interface. As such they are not covered by Semantic Versioning. Several are added to start things off: find, getIndex, getLeaf, getLine, getLines.

  • Merge disabling list keyboard shortcut when list format is disabled #1257

From Quill 1.1.9 Changes (https://github.com/quilljs/quill/releases/tag/v1.1.9)

  • Support pasting italics from Google Docs #1185
  • Fix setting dropdown picker back to default #1191
  • Fix code-block formatting on empty first line in Firefox #1195
  • Prevent formatting via keyboard shortcuts when not whitelisted #1197
  • Fix select-all copy and overwrite paste in Firefox #1202

Add placeholder property

27 Dec 15:29
Compare
Choose a tag to compare

Added placeholder property to polymer-quill.

Update to Quill 1.1.8, fix auto grow and scrolling

23 Dec 15:52
Compare
Choose a tag to compare

Added

  • Demo selector
  • Add more demos

Fixed

  • Overflow, auto grow

Updated

  • Quill 1.1.8
  • Updated styles
  • Readme

Quill 1.1.8 Changes (https://github.com/quilljs/quill/releases/tag/v1.1.8)

  • Support pasting italics from Google Docs #1185
  • Fix setting dropdown picker back to default #1191
  • Fix code-block formatting on empty first line in Firefox #1195
  • Prevent formatting via keyboard shortcuts when not whitelisted #1197
  • Fix select-all copy and overwrite paste in Firefox #1202

Update Quill 1.1.7, add html render

22 Dec 17:27
Compare
Choose a tag to compare

Added

  • Quill html render
  • Quill html render demo
  • placeholder property
  • useContentReset property
  • enableEditor and disableEditor functions
  • Another Quill bubble demo

Updated

  • Quill 1.1.7
  • Readme

Quill 1.1.7 Changes

  • Fix dropdown values reverting to default #901
  • Add config to prevent scroll jumping on paste #1082
  • Prevent scrolling on API source calls #1152
  • Fix tsconfig build error #1165
  • Fix delete and formatting interaction in Firefox #1171
  • Fix cursor jump on formatting in middle of text #1176

Update to Quill 1.0.6

30 Sep 14:23
Compare
Choose a tag to compare
v0.6.1

Update to Quill version 1.0.6