-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed, pasting rich content in safari does not work as expected - Fixed, empty paragraphs getting created when merging cells if the table is wrapped using `html.wrap` - Fixed, table row with `display: none` style applied does not get's counted - Fixed, TypeError: Cannot read properties of undefined (reading 'which') - Fixed, font size does not work when `contenteditable="false"` is used - Fixed, errors while dragging a `div` block tries to drop in its own container - Fixed, editor content scrolls up while pressing backspace in `iframe` mode - Fixed, incorrect behavior on iPad safari when backspacing on korean text - Fixed, Toolbar Sizes / Responsiveness is not relative to editor width - Fixed, viewport jumps to top when toggling between fullScreen - Fixed, text overlapping on emoticons - Vue.js 3 support - Fixed, inconsistent API for uploading files - Fixed, adding new row does not work with table header - Fixed, the toolbarBottom on mobile devices - Fixed, markdown UI breaks when enabling the iframe option - Fixed, accessibility features are not working for special character - Fixed, accessibility features are not working for emoticons - Fixed, hovering over the toolbar buttons generates lot of errors in console - Fixed, font formatting gets reset after inserting a table - Fixed, spacing and number lists are not respected when pasting from MS Word - Updated thirdparty plugins in examples - Fixed, editor freezes when pasting a large content - Fixed, support typescript definitions - Fixed, image alignment does not work as expected inside existing Iframe --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Vivek <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AkshayAccolite <[email protected]> Co-authored-by: AkshayN <[email protected]>
- Loading branch information
1 parent
aa11979
commit 70417b4
Showing
11 changed files
with
7,924 additions
and
7,180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.