Release 2.0.0-rc.3
Pre-release
Pre-release
stefanneculai
released this
06 Oct 17:07
·
2506 commits
to master
since this release
- Add the possibility to use displayText in the linkList object.
- Add scrollableContainer option.
- Improve Korean typing.
- Improve Chinese typing in Microsoft Edge.
- Add examples for paragraph style plugin.
- Buttons are toggling popups instead of just showing them.
- Improve editing inside DIV tags.
- Improve scrolling on touch devices.
- Add position.refresh method.
- Improve cursor position and scrolling on ENTER.
- Add keepFormatOnDelete option.
- Add fullscreen.isActive method.
- Allow to upload SVG images.
- Bug fixing
- editorClass option was not working.
- File plugin was not working without the link plugin.
- paragraphMultipleStyles was not working.
- Buttons from popups were submitting the form they were into.
- Email addresses were not automatically converted all the time.
- linkText option was missing.
- Emoticons were not working on Windows 10.
- Spaces were not converted correctly to non-breaking spaces sometimes.
- Image width was set incorrectly if no width was specified.
- "Open in new tab" could not be disabled.
- Dropdowns were not working when using jQuery-UI.
- Text align was not working.
- Inserting image from image manager was adding the image at the top of the page.
- Image was not resizing correctly when height was specified.
- Enter was not behaving correctly inside links.
- Cursor was badly placed when hitting enter in ENTER_BR.
- Theme class was not added to the tooltips.
- imageDefaultWidth could not be disabled.
- Incorrect active state for lists.
- Focus was jumping in IE.
- Tables outside the editor could be resized like the one inside.
- Link class and styles were lost when updating the URL.
- Destroy was not cleaning the editor helpers correctly.
- Cutting content with an image at the top of the editor was removing all the content.
- "Open in new tab" was unusable on iOS.
- zIndex was not set correctly.
- Page scroll was appearing in Firefox while typing.
- Correct RO translation.
- Back button was not working for the file popup.
- Char counter was breaking the pasting chain for paste.afterCleanup event.
- Calling image.insert was not possible from external button.
- Table resize was not recognized as a change.
- Image reposition was not recognized as a change.
- Fix pasting with indentation.
- toolbarInline was not working with jQuery mobile.
- Links inside table couldn't be edited.
- Reflect indentation state in the toolbar button.
- Reposition sticky toolbar when the DOM is being changed.
- Horizontal split was exchanged with Vertical split.
- Hide popups when they are not in view.
- Setting width option was not updating the toolbar size.
- Custom icon templates were not used by the align plugin.