Releases: plone/blocks-conversion-tool
Releases · plone/blocks-conversion-tool
Release 0.4.5
0.4.5 (2023-03-03)
Bug Fixes
- 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)
Maintenance
Release 0.4.4
0.4.4 (2022-11-28)
Bug Fixes
- Don't turn text nodes that are children of table cells into paragraphs (e96e2c3)
Release 0.4.3
0.4.3 (2022-11-09)
Bug Fixes
- Filter null values from slateTable cells (cedd0dd)
Release 0.4.2
0.4.2 (2022-10-27)
Bug Fixes
- Fix issue #9 Missing rows in tables (495cadc)
Maintenance
Release 0.4.1
0.4.1 (2022-02-28)
Maintenance
- Fix Docker image workflow (1a599d3)
Release 0.4.0
0.4.0 (2022-02-28)
Bug Fixes
- Fix issue #6 Images within headings are dropped. (fa5394d)
- Manage nested DIV elements. (45153a4)
Maintenance
- 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)
Release 0.3.2
0.3.2 (2022-02-18)
Bug Fixes
- Remove from the src the /@@images suffix (bare Plone uses it, but then it's not supported in the default Volto block. (d241cbc)
Changes
- Do not issue a in slate, always link types. This is consistent with how is the default behavior in slate. (5951c59)
Maintenance
- 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)
Release 0.3.1
0.3.1 (2022-01-07)
Bug Fixes
- Deal with slateTable cells with nested elements (7eff6ad)
Release 0.3.0
0.3.0 (2022-01-07)
Features
- Improve slateTable block conversion (dd71acd)
Maintenance
- Add release-image to Makefile (fda42be)
Release 0.2.0
0.2.0 (2021-12-20)
Features
- Support parsing video element with inner source element (b1baa76)