0.8.2 (2024-01-07)
0.8.1 (2023-11-20)
- Fixed a bug where some nodes could be skipped after converting an element to a block. (#42) (03f7b20)
0.8.0 (2023-11-16)
0.7.2 (2023-11-15)
0.7.1 (2023-11-03)
- Fix html2slate for tables without headers (#37) (f92f5c9)
- Wrap td contents in div instead of span (#38) (ae31295)
0.7.0 (2023-09-11)
0.5.0 (2023-09-06)
0.4.8 (2023-07-03)
0.4.7 (2023-06-06)
- 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)
- Add more VSCode launch options (09df260)
- Format .vscode/launch.json (018a8d3)
- remove not needed global.document (a7ba51b)
0.4.6 (2023-03-06)
- 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)
0.4.5 (2023-03-03)
- Fix #20 by dropping span elements without any value (442ee31)
- Fix #21 by unwrapping images inside span (78474aa)
- Fix broken result when there is a div inside a table cell (5aba8ce)
- Fix handling of whitespace between tags (5469f9d)
- Fix issues #16 and #17 by placing text and inline elements outside a block element into paragraphs (34c602a)
0.4.4 (2022-11-28)
- Don't turn text nodes that are children of table cells into paragraphs (e96e2c3)
0.4.3 (2022-11-09)
- Filter null values from slateTable cells (cedd0dd)
0.4.2 (2022-10-27)
- Use Node 16 (a0a251a)
0.4.1 (2022-02-28)
- Fix Docker image workflow (1a599d3)
0.4.0 (2022-02-28)
- Add Github Actions workflow to publish new tag to Docker Hub (03f5065)
- Add information about commit messages and how to release this package (f00c69a)
- Add test for nested paragraphs and links. (245b7f4)
0.3.2 (2022-02-18)
- Remove from the src the /@@images suffix (bare Plone uses it, but then it's not supported in the default Volto block. (d241cbc)
- Do not issue a in slate, always link types. This is consistent with how is the default behavior in slate. (5951c59)
- Add CI yarn test command (f57da58)
- Add make release-package and make release-package-dry-run (dfb1e02)
- Improve Makefile for building and releasing the Docker image (e79360e)
- Lint fixes (7b62b6c)
0.3.1 (2022-01-07)
- Deal with slateTable cells with nested elements (7eff6ad)
0.3.0 (2022-01-07)
- Improve slateTable block conversion (dd71acd)
- Add release-image to Makefile (fda42be)
0.2.0 (2021-12-20)
- Support parsing video element with inner source element (b1baa76)