Changes with Aloha.Editor 0.20.22


Enhancement

link-plugin: Removed unwanted margins from the sidebar panel of the link attribute.


Bugfix

core: We now also remove jquery* attributes before the content is saved.


Bugfix

core: We now log a warning to the console if repositories run into timeouts.


Bugfix

wordcontenthandler: Fixed the pasting of tables with empty cells.


Bugfix

wai-lang: We now load the language dataset in the query method. This fixes the issue that if the first request went wrong it was never loaded again.


Bugfix

Fixed block formatting (p, h1, ...)

To reproduce the error

  • insert two paragraphs into an editable


Paragraph1
Paragraph2

  • select both paragraphs and format them as h2
  • click into the second paragraph and format as h3

The result before this fix would have been that in the last step both
paragraphs were formatted as h3.


Bugfix

wordcontenthandler: Fixed the pasting of lists in chrome and IE9.


Bugfix

sidebar: The sidebar now remembers the current selection and refreshes itself when it is being opened.