Skip to content

RoosterJs 7.10.3

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 11 Mar 03:32
· 3518 commits to master since this release
fca5075

Bug fix:

#349 ToggleHeader doesn't remove current font-size
Currently we only remove 'font-size' for selected inlineElement. But we actually should do this for all related BlockElements, and use HtmlSanitizer to help loop each elements

#380 Hyperlinks absorb all text/images pasted next to them
We already have a similar fix for inserting text for Firefox, we just need to also apply that fix to paste event in all browsers

#388 HTML sanitizer bypass
Add a XSS check to the link url when insert link using HtmlSanitizer