Bugfix
blocks: The floating toolbar will now be shown when clicking inside of editables that are nested inside of standalone Empty blocks.
Bugfix
ui: It is now possible to configure the toolbar to not float at all.
Bugfix
format: It is no longer possible to use formatting hotkeys to apply disallowed formatting in an editable.
Bugfix
contenthandler: The content sanitizer has been corrected to use the editable that is passed to its handler() function rather than the currently active aditable.
Bugfix
headerids: Fixed generation of invalid HTML IDs for headings when the headings start with a number.
Bugfix
editable: Aloha.Editable.registerEvents(), which attaches necessary events to the given editable, has been introduced. This is part of a bug fix for applications that intergrate Aloha Editor and need to re-attach events to editables.