Changes with Aloha.Editor 0.21.3


Enhancement

Added a new block implementation of Aloha Editor blocks, which
doesn‘t render any tag fill icons or borders. This is useful for
tags that should be editable with Aloha Editor.

To use this block type, just wrap your tag content in a


with the following attribute:

data-aloha-block-type=”EmptyBlock


Enhancement

An error was turned into a warning. The error message “encountered range object without start or end container” was incorrectly logged as an error instead of a warning.


Enhancement

repository-browser: The repository browser will now automatically increase its height.


Enhancement

Added jQuery method mahaloBlock() to “unblock“ the elements from a jQuery collection. Added method .unblock() for Blocks to “unblock” a block instance (in both cases without removing the DOM element from the DOM).


Bugfix

The sidebar didn‘t always update the height of panels correctly.


Bugfix

Fixed JS error in Aloha.unbind()


Bugfix

Fixed adding of unwanted ‘S before tables every time an editable was deactivated when the table plugin and block plugin was used.


Bugfix

Fixed selecting with keyboard or mouse in editables that are nested in blocks, when using the Internet Explorer.


Bugfix

Fixed block draghandles are sometimes missing