Editable.js Versions Save

Friendly contenteditable API

v3.1.0

2 years ago

3.1.0 (2022-03-22)

Features

  • add 'trimLeadingAndTrailingWhitespaces' config (2e7b8ed)

v3.0.16

2 years ago

3.0.16 (2022-03-15)

Bug Fixes

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

v3.0.15

2 years ago

3.0.15 (2022-02-23)

Bug Fixes

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

v3.0.14

2 years ago

3.0.14 (2022-02-03)

Bug Fixes

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

v3.0.13

2 years ago

3.0.13 (2022-02-01)

Bug Fixes

  • demo: Remove font-awesome (4447c61)

v3.0.12

2 years ago

3.0.12 (2022-02-01)

Bug Fixes

  • Upgrade the dependencies (c6a5195)

v3.0.11

2 years ago

3.0.11 (2021-12-29)

Bug Fixes

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

v3.0.10

2 years ago

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

2 years ago

3.0.9 (2021-12-28)

Bug Fixes

  • highlights: pass native range (e38b6d7)

v3.0.8

2 years ago

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)