Quill Better Table Versions Save

Module for better table in Quill, more useful features are supported.

v1.2.10

3 years ago

Updates: Replace TableCellLine.tagName from DIV to P. Using DIV to implement TableCellLine led a copy/paste issue: #50 . There are many more similar situations. When the user pastes the DIV tag into the editor, the DIV will be treated as a TableCellLine.

v1.2.8

4 years ago

Add handlers for ArrowUp/ArrowDown. Unite the cursor behavior:

  1. ArrowDown from above the table: cursor goes to first cell on first row.
  2. ArrowDown/ArrowUp in the table: cursor moves vertically.
  3. ArrowUp from below the table: goes to first cell on last row.

v1.2.4

4 years ago

Fix issues: #5: Check if the cursor is in the table cells, if true, insertTable don't work. #21: The unexpected tr was removed after deleting selected rows.

v1.2.0

4 years ago

Quill-better-table version 1.2.0 updated:

  1. More friendly operation menu UI.
  2. Support adding background colors in table cells, and configurable colors menu.

v1.1.14

4 years ago

fix feature copy-paste table bugs and incorrect initializing the editor with html which uses regular table tags. These issues were caused by brocken changes in v1.1.9(support h tag in table cell).Now copy-paste table and initializing editor with table tags should work well.

v1.1.13

4 years ago

I achieved a feature that inserting header tags in table cell in v1.1.9, but this feature overwrite quill built-in header blot. Maybe it will do harm to users' webapp. So I cancelled this feature in this version. It is my fault, sorry about that. Maybe inserting headers/ul/ol in table cell will achieved in another repo, and give users a marked notice to know what should pay attention to achive these break features.

v1.1.9

4 years ago

version 1.1.9 updates:

  1. fixed some runtime errors.
  2. add support for h tags in table cell.

Plan to:

  1. add support for ol/ul tags in table cell.

v1.1.5

4 years ago

version 1.1.5 updates:

  1. fixed errors in calling module.hideTableTools() if no table in editor.
  2. add support for pasting table with th tags into quill editor, th tags will be replaced with td tags.

v1.1.4

4 years ago
  • fix additional col tags with invalid order.
  • fix empty line problem and select incorrect position after insert table.
  • fix issue #2: the table copied from Excel had some default col tags missing.
  • fix empty table cells copied from other place will be removed unexpectedly.

v1.1.0

5 years ago
  • Fix unexpected errors when the table operation menu items was clicked after window scroll.
  • Fix table layout collapsed when user merged all cells in several rows.
  • Support copying and pasting for table.