Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
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)
v5.0.4
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
5.0.3 (2024-01-18)
Bug Fixes
- import: Explicitly use file extensions with imports (865c116)
v3.2.1
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)