Aloha.Editor 0.25.2
Bugfix RT57629
IE default drag and drop behavior is stopped when dragging and dropping block elements.
In some cases the default IE drag and drop behavior was not stopped for block elements,
which end up with pasted elements that could not be removed. The root of
the problem was a Javascript Error (rangy-core) when dragging the element. This error
was thrown due to a bug in the IE selection. With this fix the IE default drag and drop
behavior is stopped and the Javascript Error is catch so the execution of the program
can continue.
Bugfix RT57823
It is now possible to insert tables into editables that are contained in (not editable) tables themselves.
Nesting editable tables into editable tables still does not work. The table plugin will show the insert button,
but will prevent nesting with a message to the user.
Aloha.Editor 0.25.1
Bugfix RT13396
Blocks that are inserted inside of table cells will appear with a delete
button in the same way as when inserted elsewhere in an editable.
Aloha.Editor 0.25.0
Feature KB1211
link-plugin: Link attribute ‘hreflang‘ can be edited for external links. For internal links, the hreflang
is set to the default language of the page.
Feature
It is now possible to use a configured table of characters to replaces characters in headerids names.
This provides a means for translating special characters in headerid strings into those that are safe for files systems, for example.
Enhancement
The Aloha Editor licenses packages were merged. From now on only one download package variation will be distributed.
Enhancement
list-plugin: Various enhancements have been added to the plugin.
- It is now possible to add definition lists.
- It is now possible to set pre-defined or user defined styles on lists.
- Preview templates are now render in the Aloha toolbar list style submenus.
- The corresponding list button will be highlighted when the cursor is on a list.
- The class “alohafocus” will be set on focused definition lists.
Enhancement
format-plugin: Possibility to remove list items from ordered lists, unordered lists and definition lists added.
Enhancement
core: A shim has been added to the Aloha object to replace the deprecated jQuery.browser.
Aloha.browser now performs the same function as $.browser. This allows Aloha to be run in applications using
jQuery 1.9.* and 2.*.*. Code references to $.browser have been changed to Aloha.browser.
Bugfix
The non functional extra speak plugin was removed.