RoosterJs 7.10.3
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