Skip to content

Releases: livingdocsIO/editable.js

v5.1.2

20 Mar 07:08
Compare
Choose a tag to compare

5.1.2 (2025-03-20)

Bug Fixes

  • deps: update dependency @babel/runtime from 7.25.9 to 7.26.10 [security] (353179e)

v5.1.1

10 Mar 08:41
Compare
Choose a tag to compare

5.1.1 (2025-03-10)

Bug Fixes

  • add special case if single quote follows a double quote directly (15436b2)
  • add tests for smart quotes helper functions (de63238)
  • added tests for replaceQuote and made its implementation more robust (e90ed16)
  • fix spelling in test case (6470c82)
  • reduce smart quote delay to 300ms (023d73d)

v5.1.0

20 Feb 14:00
Compare
Choose a tag to compare

5.1.0 (2025-02-20)

Features

  • add delay before smartQuotes are applied (157cb46)
  • create smartQuotes functionality and add to dispatcher (cffc4d6)
  • early return applysmartquotes if entered char is already desired quote (1136362)
  • implement hasCharAfter for edge case apostrophe in word (df795a6)
  • move most smartQuote logic from dispatcher to smartQuotes (9b4585c)
  • should not be closing quote if char before is separator (7e5149c)
  • use rangeContainer instead of target to replace quotes (3f5f4c7)

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)