Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v5.1.2
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
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
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
5.0.11 (2024-07-22)
Bug Fixes
- Remove backwards compatibility for missing
input
events (8567558)
v5.0.10
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
5.0.9 (2024-06-28)
Bug Fixes
- on highlightText dispatch a change event (240d82b)
v5.0.8
5.0.8 (2024-03-07)
Bug Fixes
- clipboard: safely access allowedElements (6f67ea1)
v5.0.7
5.0.7 (2024-02-28)
Bug Fixes
- content: also trim leading/trailing
whitespace (c234c7e)
v5.0.6
5.0.6 (2024-01-31)
Bug Fixes
- safari: use cloned Range in RangeContainer (0c9f282)
v5.0.5
5.0.5 (2024-01-23)
Bug Fixes
- security: Patch vulnerabilities
CVE-2023-26159
on follow-redirects
(8b5fa7d)