Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v3.0.10
3.0.10 (2021-12-29)
Bug Fixes
- formatting: allow multiple at beginning / end (049cc2b)
- markers: handle marker before format tags (778c94b)
v3.0.9
3.0.9 (2021-12-28)
Bug Fixes
- highlights: pass native range (e38b6d7)
v3.0.8
3.0.8 (2021-12-15)
Bug Fixes
- content: Remove whitespaces at the start and end of a block on initialization when tidyHtml is used
editable.enable(elem, true)
(4e1deba)
v3.0.7
3.0.7 (2021-11-17)
Bug Fixes
- isElement function for marker from other ownerDocument (71d6d7f)
v3.0.6
3.0.6 (2021-10-26)
Bug Fixes
- selection: Revert to jQuery-behavior for link attrs update (371fd4f)
v3.0.5
3.0.5 (2021-10-05)
Bug Fixes
- cursor: Fix block focus events when using a browser zoom. There were rounding issues (e073114)
v3.0.4
3.0.4 (2021-09-09)
Bug Fixes
- text-search: fix endless while loop (ad5e433)
v3.0.3
3.0.3 (2021-09-09)
Bug Fixes
- copy paste: Fix paste behavior by using clipboard data instead of paste holder (d67862f)
- copy paste: Handle plain text (Cmd + Shift + V) (ac9193c)
- karma conf: Add plugins to make npm run test:all work (b8f1da1)
v3.0.2
3.0.2 (2021-09-07)
Bug Fixes
- content: normalise host after unwrap (8119439)
- dispatcher: remove fdescribe (dc7ec41)
- highlight: use type for class (82c8046)
- selectionchange: firefox supports it (7142b04)
- tests: fix test assertions (ab9af60)
v3.0.1
3.0.1 (2021-09-06)
Bug Fixes
- newline: Use a more elegant solution to force a line break after a
<br>
tag (c53e45b)
- newline: Use zero width spaces instead of null escape characters as they caused issues with some fonts (400abfd)