Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v5.1.6
5.1.6 (2025-06-10)
Bug Fixes
- deps: update dependency @babel/runtime from 7.27.4 to v7.27.6 (1ce8728)
v5.1.5
5.1.5 (2025-05-31)
Bug Fixes
- deps: update babel from 7.27.3 to v7.27.4 (66a7d77)
v5.1.4
5.1.4 (2025-05-27)
Bug Fixes
v5.1.3
5.1.3 (2025-05-27)
Bug Fixes
- since react 19.x ReactDOM.render is deprecated (904fd26)
- since react 19.x ReactDOM.render is deprecated - lint fix (52c5544)
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)