Skip to content

Release 2.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 30 Aug 20:34
· 2617 commits to master since this release
  • 56 new options
  • 108 new methods
  • 21 new events
  • Redesign the interface using the Material Design concept.
  • Redesign popups for a better UX.
  • Display popups below or above based on the window size.
  • Custom toolbar based on screen size.
  • Add button tooltips.
  • Handle enter, backspace and delete actions instead of using the browser's default behavior.
  • Possibility to display the current selection's Font Family, Font Size and Paragraph Format.
  • Improve overall editing experience.
  • Improve editing in full page.
  • Improve sticky toolbar.
  • Toolbar can be added at the bottom of the editing area.
  • Improve RTL detection.
  • Improve selection restore.
  • Improve placeholder customizability.
  • Improve code cleaning.
  • Improve accessibility.
  • Option to edit content inside an iframe.
  • Custom TAB key indentation.
  • New methods to ease cursor positioning.
  • Possibility to add custom shortcuts.
  • Possibility to create custom popups.
  • Block Style plugin was renamed to Paragraph Style.
  • Better paste control.
  • Generic way to define buttons and dropdowns.
  • Popup templates.
  • Create alignment plugin.
  • Create save plugin.
  • Create paragraph format plugin.
  • Create emoticons plugin.
  • Create line breaker plugin.
  • Create quote plugin.
  • Better quote level editing.
  • Shortcuts to increase / decrease quote level.
  • Table plugin redesign
    • Make table actions from popup instead of toolbar.
    • Redesign cell selection.
    • Resize table.
    • Add header.
    • Add cell background.
    • Change vertical alignment.
    • Add cell style.
    • Table TAB key navigation.
    • Remove "Add cell after" and "Add cell before".
  • Image plugin redesign
    • Set specific image size.
    • Choose if resizing in using pixels or percent.
    • Cursor in under the mouse while repositioning image by drag & drop.
    • Add image style.
    • Improve resizing handlers for mobile.
    • Use the same URL for pasted images.
  • Media Manager was renamed to Image Manager.
  • Image Manager plugin redesign
    • Infinite scroll to load images.
    • Sort images using tags.
  • Link plugin redesign
    • Edit link text while popup is visible.
  • Video plugin redesign
    • Resize video.
    • Set video specific size.
    • Video display option.
  • File plugin redesign
    • File remove event.
    • File upload to S3.
    • Possibility to use filename or the selected text when linking a file.
  • HTML View was renamed to Code View.
  • Code View plugin redesign
    • Use Code Mirror.
    • Keep cursor position when switching to code view.