Skip to content

Latest commit

 

History

History
206 lines (101 loc) · 9.43 KB

CHANGELOG.md

File metadata and controls

206 lines (101 loc) · 9.43 KB

2.0.0 (2022-09-23)

Features

  • upgrade to latest md2docx (4a8a38c)

BREAKING CHANGES

  • svg2png was replaced with image2png

1.16.1 (2022-09-15)

Bug Fixes

1.16.0 (2022-08-10)

Features

  • align the sanitize method with the onedrive support (20113e7)

1.15.0 (2022-08-10)

Features

  • add sanitize path helper (f0d6865)

1.14.0 (2022-07-06)

Features

  • import one document -> multiple output (f0b688e)

1.13.1 (2022-05-23)

Bug Fixes

1.13.0 (2022-05-23)

Features

  • move HTML2x from ui to importer (729f842)

1.12.2 (2022-04-25)

Bug Fixes

1.12.1 (2022-04-19)

Bug Fixes

  • do not replace src multiple times (972a1d9)

1.12.0 (2022-04-11)

Features

  • add support for mdast2docxOptions (a6649df)

1.11.0 (2022-04-05)

Features

  • replace weird spaces characters (4c9b43f)

1.10.0 (2022-04-01)

Features

1.9.0 (2022-03-30)

Features

  • exclude filtering if span has class or id (#19) (9a1b525)

1.8.0 (2022-03-24)

Features

1.7.0 (2022-03-09)

Features

  • do not change span with an image (db51e1c)

1.6.0 (2022-02-24)

Features

1.5.0 (2022-02-24)

Features

  • helper method to get an image from background image style (#17) (63a384d)

1.4.1 (2022-02-24)

Bug Fixes

  • some images come with wrong src in md (#16) (7f27432)

1.4.0 (2022-02-02)

Features

  • add docxStylesXML param support (1a10784)

1.3.0 (2022-01-31)

Features

  • restore custom handlers (a051c80)

1.2.2 (2022-01-25)

Bug Fixes

1.2.1 (2022-01-25)

Bug Fixes

1.2.0 (2022-01-20)

Features

1.1.0 (2022-01-20)

Features

  • backport helpers from project into library (#5) (3c93126)

1.0.0 (2022-01-19)

Bug Fixes

  • DOMUtils: extract leading/trailing spaces (6eda1cf)
  • import: consider only u > a (9e72acf)
  • importer: handle u > a case (6261ea8)
  • import: missing docx value (b4812cb)
  • import: remove html comments from imported content (9bce14e)
  • src might be null (aa403ca)

Features

  • add docx conversion (8c2f512)
  • add docx conversion (9816451)
  • add skipMDFileCreation creation (13b340e)
  • allow to skip assets upload (4d08a04)
  • convert to Javascript and release (520d7b6)
  • DOMUtils: generate embed helper (0207dd4)
  • embed: use table for embeds (e4937b6)
  • file: replace mutliple occurences of dash by a single one (86278da)
  • import: add asset upload retry (24d265d)
  • import: allow to override logger (270279a)
  • import: append #image.png to image urls (c97a9d2)
  • import: embed url should be a link (c2b82a0)
  • import: parallelize upload tasks (e415d21)
  • import: propagate logger to mdast2docx (5cd7f83)
  • import: remove title if same than alt text (4902eb0)
  • keep tables as table in md (f1c2e33)
  • md: add hlx_replaceTag function (f2f2534)
  • md: catch error (9d71a3d)