Releases: plone/blocks-conversion-tool
Releases · plone/blocks-conversion-tool
Release 0.8.2
0.8.2 (2024-01-07)
Bug Fixes
Release 0.8.1
0.8.1 (2023-11-20)
Bug Fixes
- Fixed a bug where some nodes could be skipped after converting an element to a block. (#42) (03f7b20)
Release 0.8.0
0.8.0 (2023-11-16)
Features
Release 0.7.2
0.7.2 (2023-11-15)
Bug Fixes
- Fix an edge case with empty table cells (#40) (04ac42a)
Release 0.7.1
0.7.1 (2023-11-03)
Bug Fixes
- Fix html2slate for tables without headers (#37) (f92f5c9)
- Wrap td contents in div instead of span (#38) (ae31295)
Maintenance
- List files to include for npm package instead of files to exclude (#39) (f14fa2e)
Release 0.7.0
0.7.0 (2023-09-11)
Features
- Import relevant slateTable settings for HTML ui-tables (#35) (00eaea4)
Maintenance
Release 0.5.0
0.5.0 (2023-09-06)
Features
- Pass all data attributes through to image block (#34) (1bc9aff)
Bug Fixes
- Convert paragraphs with callout class to slate (#33) (30f5e11)
Release 0.4.8
0.4.8 (2023-07-03)
Bug Fixes
Release 0.4.7
0.4.7 (2023-06-06)
Bug Fixes
- Additional cases related to #21 (6e137f9)
- Empty inline elements break slate (Fixes #30) (e57b766)
- Fix #25 by handling TinyMCE styling for strong and emphasis (33a29e9)
- Handle nested table with images (c2ba89e)
- Handle nested table with sibling elements (bc6a215)
- Image links converted with new image block format (Fixes #29) (407a411)
- Recursively search for IMAGE, VIDEO, IFRAME elements inside text blocks (50b4290)
- Remove elements without any text content (c085ebd)
Maintenance
- Add more VSCode launch options (09df260)
- Format .vscode/launch.json (018a8d3)
- remove not needed global.document (a7ba51b)
Release 0.4.6
0.4.6 (2023-03-06)
Bug Fixes
- Fix issue #21 by implementing a better parser for img and video blocks. (b49614e)
- Fix issue #22, importing from blocks.js instead of blocks (ebea336)