You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Angular framework plugin upgraded
- Fixed, Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase')
- Fixed, Random number list gets generated when copy-pasting content from MS Word
- Fixed, Pasting TOC from Word does not work as expected
- Fixed, oneNote: deleting bullet lists after pasting into the editor does not work as expected
- Fixed, editor does not returns `fullPage` content when `fontFamilyDefaultSelection` option is used
- Fixed, issue with using Froala Angular SDK in standalone component (Angular 17) when Server-Side Rendering (SSR) is enabled
- Fixed, pasting list containing sub-bullet lists, the sub bullet lists are not preserved in the same order
- Fixed, complex numbering and bullets alignment is not pasted correctly from MS Word inside the editor
- Fixed, increasing font size does not increase's the subscript line
- Fixed, problem with underline text and color change
- Fixed, table with header that contains merged cells is not displayed correctly
- Fixed, after clicking an image the image toolbar moves with outer scroll
- Fixed, track changes: editor completely delete's characters from content when pressing backspace
- Fixed, cursor position get's lost if the content is wrapped with `html.wrap` inside tables
- Fixed, XSS vulnerability when pasting content into the froala editor
- Fixed, Vimeo Embedded Code Includes Extra `<p>` Tag Causing Embed Failure
- Fixed, inserting link with special character, the editor removes any formatting from the content.
- Updated Dompurify library integration within Froala to respect the configurable options
---------
Co-authored-by: AndriiMysko <[email protected]>
@@ -371,7 +373,10 @@ export class FroalaEditorDirective implements ControlValueAccessor {
371
373
// TODO not sure if ngOnInit is executed after @inputs
372
374
ngAfterViewInit(){
373
375
// check if output froalaInit is present. Maybe observers is private and should not be used?? TODO how to better test that an output directive is present.
0 commit comments