Skip to content

Latest commit

 

History

History
371 lines (192 loc) · 26.7 KB

CHANGELOG.md

File metadata and controls

371 lines (192 loc) · 26.7 KB

Changelog

This file was generated using @jscutlery/semver.

2.2.1 (2024-08-06)

Bug Fixes

2.1.6 (2023-12-12)

Bug Fixes

  • react: workaround non-bundled dependency (#131) (7250705)
  • slatetohtml: parse align attribute, add style object example (#133) (75c453f)

Miscellaneous Chores

0.5.1 (2023-12-05)

Bug Fixes

  • react: remove exports entry (#128) (9172efe)
  • sync version script without dependency upgrade (#126) (1f2158e)

0.5.0 (2023-12-05)

Features

  • default: encodeEntities default false (#109) (1f0517d)
  • slate-serializers: support legacy package and release version 1 (#106) (7a2bc47)
  • template: add serializer (#97) (b96408d)
  • types: replace elementStyleMap with elementAttributeTransform (#86) (e8ae378)
  • version management, better exports and types (#82) (fc3c828)

Bug Fixes

  • htmlToSlate: add option to toggle whitespace trim (#114) (7bf6e97)
  • nxignore: exclude tests library and bump to 0.6.5 (#100) (401d677)
  • package.json: fix template dependencies and bump 0.6.6 (#101) (84b1aeb)
  • project.json: buildableProjectDepsInPackageJsonType (#112) (5b926ab)
  • react: complete set of config exports (#91) (fe616b1)
  • react: import and merge dom payload config correctly (#95) (dafe438)
  • style-object: build errors (#90) (c790b55)
  • template: custom serializer receives all nodes (#103) (6e2ac55)
  • type exports (#84) (f289c82)
  • workflows: release please (#121) (ddc3db5)

1.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • slatetodom: apply markTransforms on Slate JSON properties (#66)

Features

  • to: handle html entities appropriately (#22) (2cd5ce1)
  • to: html manipulation capabilities (#19) (341cf32)
  • config: extract and make customizable (#10) (2ea995e)
  • defaulttag: replace enforceTopLevelPTags (#13) (e144e03)
  • htmltoslate: process whitespace depending on context (#18) (0c9feac)
  • htmltoslate: support line breaks (#6) (fe98bfb)
  • serializers: htmlToSlate and slateToHtml (#1) (bc58250)
  • serializers: support more HTML tags (#2) (84a09a8)
  • slatetodom: add encodeBreakingEntities option (#57) (f5c85d7)
  • slatetohtml: control html entity encoding (#17) (1f660b3)
  • slatetohtml: convert line breaks to br tags (#33) (fe080fb)
  • slatetohtml: improve text tag support (#3) (44d45b6)
  • slatetohtml: mark transforms (#63) (c67d785)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • slatetoreact: add serializer (#55) (8b59a7e)
  • src: export a type for elementTransform fns (#71) (033d0b4)
  • support custom attributes (#7) (2192b0e)
  • version management, better exports and types (c8f049a)

Bug Fixes

  • error when parsing empty or self-closing tags (#23) (8adb74b)
  • html-to-slate: trim whitespace that precedes a block element (#38) (74f3d24)
  • htmltoslate: call to gatherTextMarkAttributes using default config (#77) (2afc34f)
  • htmltoslate: ensure empty children have a text node (#21) (59ac5b9)
  • htmltoslate: htmlToSlate function add return type (#43) (#45) (9ee52a5)
  • htmltoslate: shadowed variable (#42) (aa7ee16)
  • lint and format (#58) (329a43b)
  • package.json: downgrade htmlparser2 for Webpack 4 compatibility (#49) (47bc3b0)
  • package.json: move css-select dependency (#60) (06ddd57)
  • readme.md: apply corrections (#11) (e12d933)
  • slatetodom: parseDocument argument type (#50) (db8d566)
  • slatetohtml: do not add an empty style attribute (#20) (a303806)
  • slatetohtml: do not escape html entities (#16) (4d25706)
  • slatetohtml: return an empty document if no Slate object (#51) (42a1e7a)
  • src: folder capitalisation (#47) (90a61e4)
  • src: remove unused directories (#48) (4717128)
  • update-html: import (2ae2af8)

Reverts

  • Revert "refactor(config): extend all config from a sensible default (#26)" (#27) (e253c4e), closes #26 #27

Styles

Code Refactoring

  • migrate to nx integrated monorepo (#81) (e089f7c)
  • slatetodom: apply markTransforms on Slate JSON properties (#66) (4dd110f)

0.4.1 (2023-07-13)

Bug Fixes

  • htmltoslate: call to gatherTextMarkAttributes using default config (#77) (2afc34f)

0.4.0 (2023-06-25)

Features

  • src: export a type for elementTransform fns (#71) (033d0b4)

0.3.0 (2023-06-25)

Features

0.2.0 (2023-06-18)

⚠ BREAKING CHANGES

  • slatetodom: apply markTransforms on Slate JSON properties (#66)

Code Refactoring

  • slatetodom: apply markTransforms on Slate JSON properties (#66) (4dd110f)

Styles

0.1.0 (2023-06-03)

Features

0.0.33 (2023-05-28)

Bug Fixes

  • package.json: move css-select dependency (#60) (06ddd57)

0.0.32 (2023-04-24)

Features

  • slatetodom: add encodeBreakingEntities option (#57) (f5c85d7)

Bug Fixes

0.0.31 (2023-03-27)

0.0.30 (2023-03-08)

Bug Fixes

  • slatetodom: parseDocument argument type (#50) (db8d566)
  • slatetohtml: return an empty document if no Slate object (#51) (42a1e7a)

0.0.29 (2023-02-21)

Bug Fixes

  • package.json: downgrade htmlparser2 for Webpack 4 compatibility (#49) (47bc3b0)

0.0.28 (2023-02-21)

Bug Fixes

0.0.27 (2023-02-13)

Bug Fixes

0.0.26 (2023-02-13)

Bug Fixes

  • html-to-slate: trim whitespace that precedes a block element (#38) (74f3d24)

0.0.25 (2023-01-24)

Features

  • slatetohtml: convert line breaks to br tags (#33) (fe080fb)

0.0.24 (2023-01-19)

0.0.23 (2023-01-18)

0.0.22 (2022-12-16)

Bug Fixes

  • error when parsing empty or self-closing tags (#23) (8adb74b)

0.0.21 (2022-12-16)

0.0.20 (2022-12-09)

0.0.19 (2022-12-09)

Features

  • to: handle html entities appropriately (#22) (2cd5ce1)

0.0.18 (2022-12-07)

Bug Fixes

  • htmltoslate: ensure empty children have a text node (#21) (59ac5b9)

0.0.17 (2022-12-06)

Bug Fixes

  • slatetohtml: do not add an empty style attribute (#20) (a303806)

0.0.16 (2022-12-06)

Bug Fixes

0.0.15 (2022-12-06)

Features

  • to: html manipulation capabilities (#19) (341cf32)

0.0.14 (2022-12-03)

Features

  • htmltoslate: process whitespace depending on context (#18) (0c9feac)

0.0.13 (2022-11-29)

Features

  • slatetohtml: control html entity encoding (#17) (1f660b3)

0.0.12 (2022-11-28)

Bug Fixes

  • slatetohtml: do not escape html entities (#16) (4d25706)

0.0.11 (2022-11-28)

Features

  • defaulttag: replace enforceTopLevelPTags (#13) (e144e03)

Bug Fixes

0.0.10 (2022-11-28)

Features

  • config: extract and make customizable (#10) (2ea995e)

0.0.9 (2022-11-27)

Features

  • htmltoslate: support line breaks (#6) (fe98bfb)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • support custom attributes (#7) (2192b0e)

0.0.8 (2022-11-25)

Features

  • htmltoslate: support line breaks (#6) (fe98bfb)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • support custom attributes (#7) (2192b0e)

0.0.7 (2022-11-25)

Features

  • slatetohtml: improve text tag support (#3) (44d45b6)

0.0.6 (2022-11-24)

0.0.5 (2022-11-24)

Features

  • serializers: support more HTML tags (#2) (84a09a8)

0.0.4 (2022-11-24)

Features

  • serializers: support more HTML tags (#2) (84a09a8)

0.0.3 (2022-11-23)

0.0.2 (2022-11-23)

Features

  • serializers: htmlToSlate and slateToHtml (#1) (bc58250)