Changes with Aloha.Editor 1.4.58


Enhancement SUP-6751

The generic content handler now allows configuration to transform elements with specific attributes into other elements. This is used to counter an issue introduced in Chrome 75.

Chrome will try to maintain styling on the copied range.
Depending on the styling of the copied element this may lead to <b> elements turning into <span style="font-size: 700">
As of now Chrome is unable to copy <sub> and <sup> elements in contenteditable. This leads to <sub> and <sup> elements turning into spans.

You can find an example configuration in the documenation.