Skip to content

Latest commit

 

History

History
246 lines (111 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

246 lines (111 loc) · 12.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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)