Releases: froala/froala-editor-nuget
Releases · froala/froala-editor-nuget
Release 4.0.9
- Track changes is disabled in the default package and it can be enabled by including the plugin file separately.
- Fixed Froala - Knockout Framework integration issue
- Fixed Froala - Craft CMS integration issue
- Fixed, background color getting added for copied image with transparent background
- Fixed, the first character cannot be converted to Japanese when typing on new line after formatted text
- Fixed, horizontal scroll is hidden after pasting large content
- Fixed, errors shown while applying style for content including not-editable in selection
- Fixed trackChanges button group does not expand when using multiple editor instances
- Fixed, blockquote does not work when ENTER_BR is used
- Fixed, track changes enabled without the sub-menu appearing when the editor is initialised with trackChangesEnabled option set true
- Fixed, new empty paragraph gets created when user clicks on any of the formatting buttons, if the list items are wrapped
- Fixed, error shown in console if tried to resize editor and expand more toolbar when the track changes plugin is not enabled
- Fixed, markdown content not converting as numbered list when there is a bulleted list exist and try to create a numbered list
- Fixed, Backspace does not remove text when text contains multiple formatting
- Fixed, Removing a sentence after a BR tag, does not remove the BR tag
Release 4.0.8
- Fixed TrackChanges to work with
toolbarContainer
option - Fixed full screen view to work with
inlineToolbar
mode - Fixed selection/cursor position for text styling to work when
htmlUntouched
is enabled - Fixed high level security vulnerability in dependent packages for Node
- Fix to extend reported textfield CSS selector for input type="number"
- Fixed, Uncaught TypeError: Cannot read property 'split' of null while enable editor on image
- Fixed issue, toggling between list items causing paragraph elements removed, when multiple paragraph items are wrapped inside a
DIV
tag - Fixed to handle paste and match style option in Safari browser
- Fixed issue, cursor jumps unexpectedly when using multiple editors with
toolbarInline
andtoolbarVisibleWithoutSelection
Release 4.0.7
- Fixed issue with pasting multiple lines of plain text, the second and subsequent lines will be separated by br instead of DIV
- Fixed issue, cannot upload multiple images on FireFox
- Fixed issue, cannot switch between basic formatting on a mobile device
- Fixed nested list from Google Docs breaks if the user presses the Enter button
- Fixed heightMin option does not work with the markdown feature
- Fixed issue, text getting deleted when accepting changes of background color on text
- Fixed drag inline not working on Firefox
- Fixed view jumps to the top when pasting content in editor after adding the CSS transform property
- Fixed, bullet outdent/indent does not work as expected with multiple list items
- Fixed issue, cannot delete images when enabling the trackChanges
- Fixed issue, Uncaught TypeError: r is undefined when resizing the window on Firefox
- Fixed issue, select all and delete not working in android with PYTHON-FLASK
- Fixed issue, text deletion is not getting tracked in Froala editor with Knockout
- Fixed, Table and cell styles are not applying on pasted tables from MS word
- Fixed, Froala Editor removes multiple characters when pressing backspace
- Fixed, contentChanged event does not trigger when pasting an image
Release 4.0.0
- Enable / Disable Track Changes
- Show / Hide Track Changes
- Accept Single Change feature in Track Changes
- Reject Single Change feature in Track Changes
- Accept ALL Changes feature in Track Changes
- Reject ALL Changes feature in Track Changes
- Markdown Support
Release 3.2.7
- Fixed Froala editor scrolls up if you use enter in table
- Fixed Enter_BR: Multiple characters gets deleted on backspace
- Fixed space getting removed between link and text when loading the content with html.set method
- Fixed uncaught TypeError: Super expression must either be null or a function, not undefined
- Fixed , with htmlUntouched the empty character is deleted
- Fixed blur fires if the user clicks a toolbar button in Mobile
- Fixed , when attribution: false in Froala v3 editor appearance looks odd
- Fixed , user cannot link the selected word if the enter option is set to BR
- Fixed, dropdowns has a horizontal scroll in Safari (Mac)
- Fixed, current instance loses the focus if the user clicks on the button of the shared toolbar
- Fixed , char counter is missing when the inlineToolbar is enabled
- Fixed, Ionic4: toolbarBottom option doesn't work
- Fixed, cannot upload .svg image in the editor
- Fixed, update State in functional component
- Fixed , ImageEdit popup doesn't appear on mobile devices
- Fixed, external javascript is not executing in the editor
- Fixed, replace fill-available to stretch, because spec had been changed
- Fixed, uncaught TypeError: Cannot read property 'length' of undefined
- Fixed, MS SharePoint integration support
- Fixed, keyboard issue on IOS device running a ionic/capacitor app on angular
- Fixed, editor cannot be initialized for the second time with ng-if directive
- Fixed, After setting contenteditable false, can still select the text apply features(like bold) from toolbar
- Fixed, click on the Clean button should remove all formatting
- Fixed, form tag removed when editor is itself contained with a form
- Fixed, pasting a numbered list from Word resets numbers to 1
- Fixed, pressing backspace on quoted area which contains fr-inner class, removes the whole quoted area or content.
- Fixed, Content gets deleted on the Enter click in Safari
- Fixed, adding image caption adds empty P tags on the above and below of the image
- Fixed, wordPaste plugin unconditionally removes empty table cells in Chrome
- Fixed, cannot apply an option from the dropdown
- Fixed, image alignment does not work as expected
- Fixed, method events.focus() does not work
- Fixed , TypeError: Cannot read property 'classList' of null
- Fixed, editTable popup doesn't appear on mobile devices
- Fixed, TypeError: Cannot read property '0' of undefined
- Fixed, after pasting the image, the user cannot type
- Fixed Uncaught TypeError: Cannot read property 'hasOwnProperty' of null
- Fixed, Unexpected behavior with style height: 100vh in the content when fullpage option is enabled
- Fixed, quick insert button shows half after adding a table in fullscreen mode
- Fixed , xss vulnerability issue
Release 3.2.6-1
- Fixed Method events.focus() does not work.
- Fixed Missing translation es, pt_pt, ko, pl, it.
- Fixed Cannot insert the Font Awesome icon.
- Fixed The preformatted text (pre tag) loses its formatting if it's pasted into the editor.