🐛 Bug Fix
- #1482
cleanHTML.removeEmptyElementsremoved empty<a name>anchors and empty elements with anid, silently breaking in-page (#fragment) links in existing content on the first clean pass. Those fragment targets are now kept; other empty inline elements are still removed. Thanks to @brendon (#1484). - #1481 The adaptive toolbar chose its button set (
buttons/buttonsMD/buttonsSM/buttonsXS) by the editor's width even whentoolbarpointed at an external container, so a wide toolbar above a narrow editor showed the smallest set. It now uses that container's width and falls back to the editor's parent when the container has no width. Thanks to @brendon (#1483).