Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.07 KB

Change log

0.3.3 (2024-04-05)

Bugfixes:

  1. Fixing issue with new lines(\n) in text blocks.

0.3.2 (2024-01-23)

Changed:

  1. Handling text blocks with style 'display: block' as block element.
  2. Handling style attribute 'background' along with 'background-color' of <span> tags.
  3. Handling 'border', 'bgcolor' attributes of <table> tags.
  4. Handling tables' width with units based on settings option 'handleWidthWithUnits'.
  5. Added support for tag

0.3.1 (2024-01-16)

Changed:

Update dev dependencies

0.3.0 (2023-12-18)

Bugfixes:

  1. Fixing issues with empty <a> tags
  2. Handling relative image urls within a table
  3. Data loss during conversion
  4. Preserving color of <span> tags
  5. Image tags with embedded source

0.2.0 (2023-12-14)

Changed:

  1. Change to support esm modules.

0.1.0 (2023-10-04)

Added:

  1. Add intial code which converts HTML string to the json format of knowledge document variation content. It handles the HTML tags, style attributes.