Skip to content

Releases: livingdocsIO/editable.js

v5.0.11

22 Jul 15:51
Compare
Choose a tag to compare

5.0.11 (2024-07-22)

Bug Fixes

  • Remove backwards compatibility for missing input events (8567558)

v5.0.10

10 Jul 15:24
Compare
Choose a tag to compare

5.0.10 (2024-07-10)

Bug Fixes

  • eslint: Migrate config to the flat config format (0b9aecc)
  • eslint: Use new globals config structure (0520a8d)

v5.0.9

28 Jun 14:06
Compare
Choose a tag to compare

5.0.9 (2024-06-28)

Bug Fixes

  • on highlightText dispatch a change event (240d82b)

v5.0.8

07 Mar 10:06
Compare
Choose a tag to compare

5.0.8 (2024-03-07)

Bug Fixes

  • clipboard: safely access allowedElements (6f67ea1)

v5.0.7

28 Feb 13:53
Compare
Choose a tag to compare

5.0.7 (2024-02-28)

Bug Fixes

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

v5.0.6

31 Jan 09:15
Compare
Choose a tag to compare

5.0.6 (2024-01-31)

Bug Fixes

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

v5.0.5

23 Jan 16:45
Compare
Choose a tag to compare

5.0.5 (2024-01-23)

Bug Fixes

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

v5.0.4

22 Jan 16:07
Compare
Choose a tag to compare

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

18 Jan 08:37
Compare
Choose a tag to compare

5.0.3 (2024-01-18)

Bug Fixes

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

v3.2.1

10 Jan 22:49
Compare
Choose a tag to compare

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)