Manual Change
Updated UI CSS regarding button selector;
Updated UI CSS regarding button selector;
Manual Change
Added a demo of placeholders to boilerplate;
Added a demo of placeholders to boilerplate;
Feature
improved translation export from gengo.com to Aloha Editor
Aloha.settings.plugins: {
captionedImage: {
allowLinebreak: [ 'p' ], // ['br', 'p'], true or false (default)
}
}
Feature
align-plugin: The align plugin is now capable of aligning table cell contents.
Feature
core: makeClean is in the process of being obsoleted in favor of the aloha/ephemera.js module. See http://aloha-editor.org/guides/writing_plugins.html
Feature
align-plugin: the align plugin is now capable of aligning table cell contents
Feature
table-plugin: table cells can now have individual classes like rows and columns
Enhancement
browser: The old browser plugin was removed. The browser-plugin was replaced by the repository browser vendor plugin.
Enhancement
RepositoryBrowser: The repository browser will now correctly handle localisation for the languages english and german.
Enhancement
Trigger the ‘aloha-smart-content-changed‘ event with `triggerType` = `block-change` whenever an attribute of an Aloha Block is changed.
Bugfix
table-plugin: Fixed a javascript error that occurred when pressing enter in the table wai attribute field.
Bugfix
Fix base tag breaks Aloha Editor UI
Bugfix
Fix calling mahalo in a blur event handler
Bugfix
Fix support for editable anchor elements
Bugfix
All repositories have been queried even if a target repository has been specified. Now only the specified repository is queried.
Bugfix
core/aloha-links: Prevents yellow borders around aloha-links blocks
Bugfix
link-plugin: link scope remains active after the selection leaves an anchor element
Bugfix
blocks: The floating menu will appear when the editor double-clicks in an editable block.
Bugfix
core/selection: Aloha no longer inadvertently removes ranges that are outside of editables.
Bugfix
added aloha-cleanme class to aloha-block-handle to prevent potential issues with temporary elements not being cleaned up.