js87zz
released this
05 Aug 01:17
·
192 commits
to master
since this release
Enhancement
- Improved the translation of the Russian. Thanks for @grimalschi (#1685)
- Added aria attributes to editor component. Thanks for @lucaslcode (#1696)
Bugfixes
- Improved the vulnerability of sanitizer(
base
tag,onload
xss).(#1670) - Fixed exceeding toolbar popup button width in viewport.(#1671)
- Fixed internal tag black list operation for sanitizer. Thanks for @z-950 (#1679).
- Fixed that wysiwyg
height
option was not operated in table tag.(#1697) - Fixed exceeding toolbar popup width in viewport.(#1698)
- Fixed parsing the
br
tag is broken.(#1699) - Fixed that the internal smart task plugin triggered script error .(#1700)
- Fixed the wrong escape when converting wysiwyg to markdown.(#1719)
- Fixed that user cannot import i18n bundle in webpack5 or rollup.(#1720)
- Fixed broken parsing when removing the blank line in markdown.(#1721)
Environment
Document
- Fixed the typo in READMd.md. Thanks for @knightwolfjk (#1713).