Releases: froala/aurelia-froala-editor
Releases · froala/aurelia-froala-editor
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.6
- Fixed the issue Outdent button is not enabled after indent when enabling Iframe option
- Fixed ENTER_DIV does not work as expected when enter between a sentence
- Fixed the issue empty space appears on copy pasting from Google sheets
- Fixed the issue link carries through to the first character of the new first list item
- Fixed, lists behave strangely when
<p>
inside<li>
- Fixed issue with pasting content from notepad, Applying font-size on pasted content does not work as expected when pastePlain and htmlUntouched options are enabled
- Fixed, TypeError: Cannot read property 'contains' of null
- Fixed the issue progress bar gets hidden if the editor is resized while a large file is uploading
- Fixed issue throwing error, "Cannot read property 'tagName' of undefined" when htmlUntouched option enabled and press delete on content in some scenarios
- Fixed issue editor freezes/crashes when selecting table cells
- Fixed issue link getting removed on image when toggling between an image caption and start typing
- Fixed issue cannot upload .msg files even after configuring the correct MIME type
- Fixed issue next textbox gets inside the focused textbox while pressing delete button on a bulleted sentence
- Fixed
html.getSelected()
method to work correctly with ENTER_BR or ENTER_DIV options - Fixed issue inserting youtube videos with the autoplay option doesn't work
- Fixed issue editor lags when its content is selected
- Fixed issue space after text getting removed when using keyboard shortcuts to enable and disable the basic commands (bold, italic, underline)
- Fixed issue with selected styles (font size, font family, font color) getting reset while toggle the "Bold" tool
- Fixed issue applying bold, italics and underline commands leaves ZeroWidthSpace on text
Release 4.0.5
- Fixed the issue editor scrolls down if the user clicks the Enter or Backspace in iframe mode
- Fixed issue with applying formatting on single word, Sometimes the editor applies formatting on whole paragraph or last word in firefox browser
- Fixed adding caption to an image having inline text, the text incorporates within the image
- Fixed Uncaught TypeError: Cannot set property 'more_btn' of undefined
- Fixed issue pasting content from word containing bold, underline and italic text does not retain formatting
- Fixed images won't paste into editor when imageUploadURL is specified
- Fixed images in base64 format lose their alignment issue
- Fixed uncaught exception when removing a table row
- Fixed the pasted table always has borders in iframe mode
- Fixed Table Edit Popup doesn't appear when selecting all cells when one of the table cell contains text in it.
- Fixed issue editor cannot be initialised for the second time with
ng-if
directive - Fixed Clear formatting command does not work with some block tags elements, e.g(
<h1>, <h2>, <pre>
.) - Fixed the Indent/Outdent buttons does not work as expected
- Fixed pasting lists from MS word is broken in IE11
- Fixed the prompt moves down 2-3 lines when the htmlUntouched option is set to true and the font is changed
- Fixed the issue keepFormatOnDelete prevents the creation of an empty paragraph
- Fixed editor component returns empty divs when testing jest enzyme
- Fixed inserting image through quick insert, does not show in track changes
- Fixed copy and pasting a table with multiple images as base64, some of the images gets displayed twice
- Fixed switching off the formatting button clears formatting and cursor jumps to the beginning issue on Android
- Fixed the editor loses focus when undo after pasting a hyperlink
- Fixed ParagraphFormat: Object doesn't support property or method 'includes' issue in IE
Release 4.0.4
- Fixed, Reject Single Change icon is rejecting multiple changes in one click
- Fixed, Iframe: ImageEdit popup does not appear on images when initializing the editor with predefined height.
- Fixed, Enter_BR: Multiple characters gets deleted on backspace
- Fixed, can't type text after pasting image
- Fixed, pasting a image from MS word causes the editor to freeze.
- Fixed, deleting list from table cell deletes the cell itself
- Fixed, uploading SVG image to server, displays the image twice in the editor
- Fixed, buttons group dropdown stopped working.
- Fixed, the clearFormatting command does not remove style attribute
- Fixed, after clicking on image in specific scenario the image edit popup does not appear properly
- Fixed, pasting from Word breaks in Safari
- Fixed, the Underline and Strikethrough styles are not working properly after highlighting text.
- Fixed, editor scrolls to bottom on enter/backspace
- Fixed, Froala editor scrolls up if you use enter in table
- Fixed, IE: Remove button on textColor and backgroundColor doesn't works
- Fixed, if user uploads PDF file via Files Manager, it is inserted into the iframe element with fr-video class
- Fixed, Markdown: Code blocks should render the spacing, newlines, tabs and formatting.
- Fixed, inserting image with fr-fir class and inserting caption destroys the imagEditPopup
- Fixed, when replacing youTube video with a video from upload video, The interface throws an error.
- Fixed, if the iframe is enabled, popups do not close if the user clicks outside the editor
- Fixed, ENTER_BR feature
- Fixed, when fullPage & heightMin options is enabled scroll bar doesn't appear
Release 4.0.3
- Fixed selection lost issue on Safari while focusing the toolbar by keyboard shortcut (alt+F10)
- Fixed the video preview issue on Safari browser
- Fixed the issue with copy/paste base64 image from editor to editor on Safari browser
- Fixed selection lost issue with custom popup
- Fixed issue inserting text followed by a line break into the editor, The editor ignores the line break(
<br>
) - Fixed issue with bullet Indent/Outdent
- Fixed embedded Twitter content is missing issue
- Fixed issue pasting Images with some text from MSword gets pasted twice when setting the option wordPasteModal: false
- Fixed issue with removing the 'videoReplace' and 'autoplay' buttons from the Video Edit popup
- Fixed issue with createing list in iframe mode in IE11 browser
- Fixed issue IE11: Object doesn't support property or method 'matches'
- Fixed issue dropdowns has a horizontal scroll in Safari (Mac)
- Fixed error on applying inline styles on content with nested spans in IE11 browser
- Added translation for Table Styles and Cell Styles options
- Fixed issue toolbar buttons disappear when replacing the image caption
- Fixed the progress bar geting hidden issue if the editor is resized while a large file is uploading
- Fixed issue table edit popup not opened after wrapping the table in a div tag
Release 4.0.2
- Fixed extra space getting added after we write a line and press enter
- Fixed when copy paste list item it pasted at place where we copied
- Fixed when applying style , unable to click outside that style area
- Fix when applying paragraph style and formatting like borders, the two lines appear instead of one
- Fixed, menu gets hidden after track changes bar
- Fix for Two vertical split labels that get shown
- Fixed , when formatting changes are rejected, the highlighted text duplicates itself
- Fixed, continuous deletion from 1 paragraph to another not working properly
- Fixed, unexpected letters is adding while we write something
- Fix in Markdown plugin , when we press enter the above text get change
Release 4.0.1
- Fix for Track changes Toolbar sometimes not opening in Froala website
- Fix for Table, tbody, tr, td having generic styling
- Fix for CSS style rules for some elements which were broken
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