1.4.0
Added support for paragraphs in the table module.
The new table module is registered as tableModules/main
.
The original table module is registered as tableModules/lite
The original module is used by default to maintain backward compatibility.
const TableModule = Quill.import('tableModules/main');
Quill.register('modules/table', TableModule, true);
new Quill(element, { modules: { table: true } });