Skip to content

Releases: guruhq/slate-edit-table

[BUGFIX] - Fixing infinite loop of code block within table cell.

23 Sep 14:24
a384dbd
Compare
Choose a tag to compare

When a code block was within a table cell such as from a confluence import, the normalizer would go into an infinite loop trying to remove everything and then the card would never load. This adds a fix for this issue to essentially remove any parts of the code block inside the table cell before it starts looping infinitely.

[BUGFIX] - Fixing some issues with removing paragraphs again

11 Sep 18:12
aee1ab2
Compare
Choose a tag to compare

Reverting tables from having blocks inside them

09 Sep 20:10
edfb912
Compare
Choose a tag to compare

Making it that table cells only have inlines and text inside of them. We will revisit blocks at a later time.

[update] Slate updates and fixes

24 Aug 14:26
f626bfe
Compare
Choose a tag to compare

This release adds an update to slate 0.34.x as well as some small bugfixes.