Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v5.0.2
5.0.2 (2023-12-27)
Bug Fixes
- gh-pages: Try to fix the github pages (5559989)
v5.0.1
5.0.1 (2023-12-07)
Bug Fixes
- Don't wrap a collapsed selection with tags (fa09d39)
- Handle nodes and text when trimming whitespace from a selection (a2b34bb)
v5.0.0
5.0.0 (2023-10-20)
chore
- Remove bowser module exposed on
Editable.browser
(6be0ace)
BREAKING CHANGES
- Remove bowser module exposed on
Editable.browser
v4.0.2
4.0.2 (2023-10-17)
Bug Fixes
- add safety check into spellcheck callback (4ac0388)
- distinguish whitespace from spellcheck highlighting (a4c6693)
- editable.getSelection (0eddadb)
- cursor: update deprecated event creation (c0231ad)
- formatting: prevent range save exception (dc3b0f4)
- use highlightMatches, drop index fix (9040596)
- highlights: normalize text nodes before applying highlights (372cb39)
- add highlightComment to selection and extend example (ad99595)
- Do not send multiple change events when removing multiple nodes that belong to one highlight element (f672fc8)
v4.0.1
4.0.1 (2023-10-11)
Bug Fixes
- deps: update dependency @babel/runtime from 7.23.1 to v7.23.2 (d76a2fe)
v3.2.0
3.2.0 (2023-09-19)
Bug Fixes
- clipboard: filter plaintext on paste (82a67b0)
Features
- plainText: suppress formatting shortcuts for plain text (ed139eb)
v3.1.7
3.1.7 (2023-03-10)
Bug Fixes
- comment highlight when text is deleted (2204337)
- test to check that highlight does not break when text comment is deleted (faeb13d)
v3.1.6
3.1.6 (2023-01-21)
Bug Fixes
- deps: update dependency @babel/runtime from 7.20.7 to v7.20.13 (bde76e0)
v3.1.5
3.1.5 (2023-01-15)
Bug Fixes
- deps: update dependency rangy from 1.3.0 to v1.3.1 (c8989fb)
v3.1.4
3.1.4 (2022-12-13)
Bug Fixes
- blur: prevent cursor loss on tab switch (e7fba6e)