Skip to content

Releases: soccerloway/quill-better-table

Version v1.2.10 released!

30 Jun 16:41
Compare
Choose a tag to compare

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.

Version 1.2.8 released!

05 Dec 15:58
Compare
Choose a tag to compare

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.

Version 1.2.4 released!

16 Oct 09:13
Compare
Choose a tag to compare

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.

Version 1.2.0 released!

17 Sep 04:53
Compare
Choose a tag to compare

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: fix feature copy-paste table bugs and incorrect initializing the editor with html which uses regular table tags.

21 Aug 07:26
Compare
Choose a tag to compare

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.

Version 1.1.13 released!

16 Jul 09:13
Compare
Choose a tag to compare

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.

Version 1.1.9 released!

08 Jul 02:23
Compare
Choose a tag to compare

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.

Version 1.1.5

26 Jun 09:28
Compare
Choose a tag to compare

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.

Version 1.1.4 released!

28 May 02:00
Compare
Choose a tag to compare
  • 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.

Version 1.1.0 released!

25 Apr 08:48
Compare
Choose a tag to compare
  • 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.