Skip to content

Release 1.2.5

Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 24 Jan 14:58
· 2801 commits to master since this release
  • Improve overall typing when paragraphy option is false.
  • Add linkAutoPrefix option.
  • Improve cleaning algorithm
  • Submit popups by hitting ENTER.
  • Close popups when hitting ESC.
  • Add defaultTag as experimental.
  • Style tag is no longer allowed in order to prevent XSS.
  • Text is the default selection in the colors dropdown.
  • Add foreColors option.
  • Add backColors option.
  • Add defaultColorOption option.
  • Add backColorsDisabled option.
  • Add foreColorsDisabled option.
  • Improve plain paste.
  • Improve coping text within the editor.
  • fr-tag is no longer added by default. useFrTag should be used instead.
  • editable.imageInserted event has one more param, response, that contains the unprocessed response from the server
  • Extra P tags are no longer added in list items.
  • Add customImageButtons option.
  • Add option showNextToCursor.
  • Add multiLine option.
  • Upload files by drag and drop directly in the editor.
  • Replace CTRL + F shortcut by CTRL + E.
  • Improve URL sanitizer.
  • Add urls plugin that would automatically convert URLS.
  • Add fullscreen plugin.
  • Basic iframe support.
  • Add Ukrainian language.
  • Improve Norwegian language.
  • Add scrollableContainer option.
  • Add defaultImageAlignment option.
  • Add defaultVideoAlignment option.
  • Improve undo/redo saving performance
  • allowedEmptyTags tags is no longer available.
  • allowedBlankTags should be used to allow empty tag that don't have any attributes.
  • Add inline_styles plugin.
  • Add useClasses option.
  • Add image options to display as inline or break text.
  • Change image handlers design.
  • Add align button for image as a dropdown.
  • floatImageLeft, floatImageNone and floatImageRight buttons were removed. align button should be used instead.
  • Add textNearVideo option.
  • Bug fixing
    • Not entire editor was clickable with height/minHeight option.
    • Window 8.1 was throwing "Class not registered" error.
    • OS X CTRL shortcuts were broken.
    • Dragging into other file inputs was broken.
    • Fix setSelection method.
    • Setting HTML with setHTML was not clearing the content properly.
    • Destroying the editor was not clearing all the events.
    • "simpleAmpersand" option was always true.
    • Line breaks in PRE were not stored.
    • Pasting quoted text was splitting up editor
    • Don't break tab index.
    • Custom dropdowns were not closed after selecting an option.
    • Using hash= in URLS was breaking the URL.
    • Placeholder was not disappearing on Android
    • Enter in textarea inside list item would split it.
    • Initializing the editor with selection markers was throwing an error.
    • Setting the dirty flag was not clearing the autosave interval.
    • Focus was not working in IE9.
    • Close popup button was not working for file upload.
    • Using fluid toolbar was adding a whitespace gap.
    • Deleting text was not possible sometimes.
    • iPad popup positioning.
    • Pasting empty paragraph from Word.
    • Text/Background colors could not be removed in certain situations.