Editable.js Versions Save

Friendly contenteditable API

v5.0.8

2 months ago

5.0.8 (2024-03-07)

Bug Fixes

  • clipboard: safely access allowedElements (6f67ea1)

v5.0.7

2 months ago

5.0.7 (2024-02-28)

Bug Fixes

  • content: also trim leading/trailing   whitespace (c234c7e)

v5.0.6

3 months ago

5.0.6 (2024-01-31)

Bug Fixes

  • safari: use cloned Range in RangeContainer (0c9f282)

v5.0.5

3 months ago

5.0.5 (2024-01-23)

Bug Fixes

  • security: Patch vulnerabilities CVE-2023-26159 on follow-redirects (8b5fa7d)

v5.0.4

3 months ago

5.0.4 (2024-01-22)

Bug Fixes

  • selection: Fix getRangeContainer to handle cases where there's no selection in the document (073d92f)

v5.0.3

3 months ago

5.0.3 (2024-01-18)

Bug Fixes

  • import: Explicitly use file extensions with imports (865c116)

v3.2.1

4 months ago

3.2.1 (2024-01-10)

Bug Fixes

  • Don't wrap a collapsed selection with tags (060712e)
  • Handle nodes and text when trimming whitespace from a selection (f36eaaf)

v5.0.2

4 months ago

5.0.2 (2023-12-27)

Bug Fixes

  • gh-pages: Try to fix the github pages (5559989)

v5.0.1

5 months ago

5.0.1 (2023-12-07)

Bug Fixes

  • Don't wrap a collapsed selection with tags (fa09d39)
  • Handle nodes and text when trimming whitespace from a selection (a2b34bb)

v5.0.0

6 months ago

5.0.0 (2023-10-20)

chore

  • Remove bowser module exposed on Editable.browser (6be0ace)

BREAKING CHANGES

  • Remove bowser module exposed on Editable.browser