v2.34.2
Hotfix (v2.34.1)
- The bug that
core.removeNode()
did not work in the entire selection state has been fixed. #525 - A bug where an error occurred when the
buttonList
value wasNullish
has been fixed. #548 - The bug that the data created by the "Math" plugin was not normal has been fixed.
New feature
Enhancement
- When
Nullish
value is given as an argument ofcore.setContents()
, the default tag is also removed. #546 - Fixed an XSS attack vulnerability. #556
Bugfix
- Fixed a bug where some Katex svg images were not displayed properly. #540
- A bug where some characters were not input in the German input device has been fixed. #532
- Fixed a bug a error occurred when using
core.setContents()
. #543 - Fixed a bug that whitelist relate options is not worked. #545
- Fixed a bug where the content was not properly added when using
core.insertHTML()
in an empty line. #549