Skip to content

Latest commit

 

History

History
225 lines (111 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

225 lines (111 loc) · 12.9 KB

0.8.2 (2024-01-07)

Bug Fixes

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)

0.8.0 (2023-11-16)

Features

0.7.2 (2023-11-15)

Bug Fixes

  • Fix an edge case with empty table cells (#40) (04ac42a)

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)

0.7.0 (2023-09-11)

Features

  • Import relevant slateTable settings for HTML ui-tables (#35) (00eaea4)

Maintenance

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)

0.4.8 (2023-07-03)

Bug Fixes

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)

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)

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

0.4.4 (2022-11-28)

Bug Fixes

  • Don't turn text nodes that are children of table cells into paragraphs (e96e2c3)

0.4.3 (2022-11-09)

Bug Fixes

  • Filter null values from slateTable cells (cedd0dd)

0.4.2 (2022-10-27)

Bug Fixes

  • Fix issue #9 Missing rows in tables (495cadc)

Maintenance

0.4.1 (2022-02-28)

Maintenance

  • Fix Docker image workflow (1a599d3)

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)

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)

0.3.1 (2022-01-07)

Bug Fixes

  • Deal with slateTable cells with nested elements (7eff6ad)

0.3.0 (2022-01-07)

Features

  • Improve slateTable block conversion (dd71acd)

Maintenance

  • Add release-image to Makefile (fda42be)

0.2.0 (2021-12-20)

Features

  • Support parsing video element with inner source element (b1baa76)

0.1.0 (2021-10-08)

Maintenance

  • Add release packages. (1650e4b)
  • Add release-it configuraion to package.json. (ceba8ab)
  • Initial public release. (e446c04)
  • Make package public. (f595375)
  • Update .npmignore file. (9ac611e)