Skip to content

Releases: livingdocsIO/editable.js

v3.1.0

22 Mar 20:40

Choose a tag to compare

3.1.0 (2022-03-22)

Features

  • add 'trimLeadingAndTrailingWhitespaces' config (2e7b8ed)

v3.0.16

15 Mar 10:07

Choose a tag to compare

3.0.16 (2022-03-15)

Bug Fixes

  • replace   with normal space on 'paste' event (85752c5)

v3.0.15

23 Feb 12:28

Choose a tag to compare

3.0.15 (2022-02-23)

Bug Fixes

  • replace
    elements with '\n' instead of one space (cfb72eb)

v3.0.14

03 Feb 20:50

Choose a tag to compare

3.0.14 (2022-02-03)

Bug Fixes

  • formats: introduce trim config (657871f)
  • trim: add for custom elements (7118df5)

v3.0.13

01 Feb 12:17

Choose a tag to compare

3.0.13 (2022-02-01)

Bug Fixes

  • demo: Remove font-awesome (4447c61)

v3.0.12

01 Feb 11:36
c6a5195

Choose a tag to compare

3.0.12 (2022-02-01)

Bug Fixes

  • Upgrade the dependencies (c6a5195)

v3.0.11

29 Dec 16:06

Choose a tag to compare

3.0.11 (2021-12-29)

Bug Fixes

  • save-and-restore: use correct parent (d820757)

v3.0.10

29 Dec 08:41

Choose a tag to compare

3.0.10 (2021-12-29)

Bug Fixes

  • formatting: allow multiple at beginning / end (049cc2b)
  • markers: handle marker before format tags (778c94b)

v3.0.9

28 Dec 11:07

Choose a tag to compare

3.0.9 (2021-12-28)

Bug Fixes

  • highlights: pass native range (e38b6d7)

v3.0.8

15 Dec 14:59

Choose a tag to compare

3.0.8 (2021-12-15)

Bug Fixes

  • content: Remove whitespaces at the start and end of a block on initialization when tidyHtml is used editable.enable(elem, true) (4e1deba)