Aloha.Editor 0.26.2
Bugfix RT53834
When selecting and coping a text contained inside a block inside an editable element, the selection
was changed to select the whole block. With this fix when an user selects a text inside the block the range
is kept and the whole block select event is stopped.
Bugfix RT58201
When coping and pasting tables which its cells contained paragraphs with BR elements inside, it produced an error in the
pasted cells and were shown as empty. This issue has been solved.
Aloha.Editor 0.26.1
Bugfix RT56793
The Repository-Browser did not close when selecting a page for inserting a link in IE9.
This has been fixed.
Aloha.Editor 0.26.0
Feature RM12613
Introducing Content Rules feature:
This module facilitates global HTML content restriction across Aloha Editor. It is designed as a single point of configuration that will provide a contract to uniformly effect editing interactions and the user interface in cohesive way.
See Aloha Editor guides for further details.
Feature KB1479
empty-paragraph: highlights and removes empty paragraph and consecutive br‘s.
See Aloha Editor guides for further details.
Feature KB1480
emptylink-plugin: new plugin that highlight empty links.
See Aloha Editor guides for further details.
Enhancement
format-plugin: Check the hierarchy of headings
It is now possible to check the hierarchy of all headings in an editable. If the hierarchy is violated, a class “aloha-heading-hierarchy-violated” is added to the heading.
It is also checked if the hierarchy of a heading is lower than the highest allowed hierarchy in the configuration.
See Aloha Editor guides for further details.
Enhancement
formatlesspaste-plugin: Improved tooltips for the toggle button.
Bugfix
ephemera-plugin: SVG elements no longer cause the ephemera plugin to sometimes throw errors when attempting to operate on the element‘s className property.
Bugfix RT57971
repository-browser: The included Repository Browser was updated to a more recent version.
Bugfix RT58117
Change attribute ‘element.children‘ to ‘element.childNodes‘. ‘element.children‘ is not available in IE.