Skip to content

Releases: attoae/quill-table-better

Version 1.1.5

11 Dec 13:08
302e2b9
Compare
Choose a tag to compare

Changes

  • feat: Add russian language support (#53).
  • feat: Adding the copy function to toolbar (#54).
  • feat: Support table content is pasted overwritten.
  • fix: In some cases, cell property settings throw an error.

Version 1.1.5-rc.0 (Version 1.1.4)

25 Nov 14:36
af4ec29
Compare
Choose a tag to compare

Changes

  • fix: Deleting a list causes the table to be corrupted (#47).
  • Hide console print warning (#45).
  • fix: Merge cells from bottom to top or right to left (#50).
  • fix: Incorrect insertion of column.
  • fix: Delete the correct row.
  • fix: Error and new cell not selected after deleting column.
  • fix: Set startTd and endTd correctly.
  • fix: Delete table.
  • fix: The next row is null.
  • fix: Undo after merging headers or lists vertically.
  • fix: Subtract the number of rows deleted by the merge.
  • fix: Redo the merge list after it is undo multiple times.

Version 1.1.3

15 Nov 11:29
f816769
Compare
Choose a tag to compare

Changes

  • fix: Hitting the down arrow doesn't exit table if merged cell (#41).
  • fix: Failed to delete multiple cell contents (#42).
  • fix: Insert a row below the last row.
  • feat: Key combination deletes the selected entire row or column (#42).

Version 1.1.2

07 Nov 09:01
16df866
Compare
Choose a tag to compare

Changes

  • request: Add german language (#38).
  • Optimize selected display.
  • Optimize pop-up window error prompts.
  • fix: z-index on tooltip.
  • fix: Update input status after removing color.

Version 1.1.1

03 Nov 07:52
7b1f04c
Compare
Choose a tag to compare

Changes

  • fix: Limit popup window boundaries (#36).
  • fix: Limit menus container boundaries.

Version 1.1.0

20 Oct 09:38
027a8bc
Compare
Choose a tag to compare

Changes

  • Support which buttons to specify disable and which not (#33).
  • Input non empty display label.

Version 1.0.10

19 Sep 10:31
1a75638
Compare
Choose a tag to compare

Changes

  • request: Add polish language (#24).
  • fix: Split cells only works with two rows (#26).
  • change: Replace 2 with DEVIATION.
  • fix: Use requestAnimationFrame to update menus position.
  • change: Click on the table again to close TablePropertiesForm.

Version 1.0.9

10 Sep 12:00
6ce27ea
Compare
Choose a tag to compare

Changes

  • fix: Only one dropdown window for creating tables (#20).
  • fix: Reset dropdown window display content (#20).
  • fix: Set TableList align.
  • fix: Get the correct align.
  • change: Text alignment defaults to left alignment.
  • request: Add french language (#21).

Version 1.0.8

06 Sep 07:03
35cb9e0
Compare
Choose a tag to compare

Changes

  • fix: z-index on ql-table-properties-form (#15).
  • fix: ListContainer data-cell undefined.
  • request: Don't force table classname (#10).
  • fix: History with list and header.
  • fix: Merge cells (cells with lists or headers).
  • fix: Adding a table in multiple editors (#18).
  • fix: Adding a table without focus (#17).
  • fix: Get the correct rowspan.
  • fix: Focus on the correct table cell.
  • fix: Get the correct formats.

Version 1.0.7

24 Aug 14:44
f78bca4
Compare
Choose a tag to compare

Changes

  • bugfix: Text node use getAttribute function error (The pasted table comes from Excel, Word, etc).