Releases: soccerloway/quill-better-table
Version v1.2.10 released!
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!
Add handlers for ArrowUp/ArrowDown. Unite the cursor behavior:
- ArrowDown from above the table: cursor goes to first cell on first row.
- ArrowDown/ArrowUp in the table: cursor moves vertically.
- ArrowUp from below the table: goes to first cell on last row.
Version 1.2.4 released!
Version 1.2.0 released!
Quill-better-table version 1.2.0 updated:
- More friendly operation menu UI.
- 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.
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!
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!
version 1.1.9 updates:
- fixed some runtime errors.
- add support for h tags in table cell.
Plan to:
- add support for ol/ul tags in table cell.
Version 1.1.5
version 1.1.5 updates:
- fixed errors in calling module.hideTableTools() if no table in editor.
- add support for pasting table with th tags into quill editor, th tags will be replaced with td tags.
Version 1.1.4 released!
- 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!
- 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.