Skip to content

Release v.1.1.5

Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 20 May 18:49
· 3105 commits to master since this release
  • Add focus method.
  • Show editor on right click.
  • Editor can now be initialized on image.
  • imageUploadToS3 option to upload to Amazon S3.
  • imageUpload option to disable image upload.
  • customDropdowns option to customize dropdowns.
  • blockStyle command to set a custom blockStyle.
  • blockStyles option to set specific blockStyles.
  • defaultBlockStyle option to set default available block styles.
  • Improve destroy method.
  • Improve placeholder support.
  • Improve coding mode.
  • Improve new line in code and blockquotes.
  • Set media manager to always expect JSON and not text.
  • Update to FontAwesome 4.1.0.
  • Replace paragraph icon.
  • Replace color icon.
  • Add fontFamily button in toolbar.
  • Add blockStyle button in toolbar.
  • Add html button back in toolbar.
  • Allow URLs starting with # and /.
  • Sync when image is dropped.
  • Show editor by key selection in inline mode.
  • Focus input when showing the link popup.
  • Bug fixing
    • Fix UL/OL next to image floated left overlap.
    • Fix OL indent.
    • IE html view textarea resize handles.
    • contentChanged callback was not triggering on delete in webkit.
    • Focus was not working properly in HTML mode in IE.
    • Fix insert video IE 11.
    • Image delete message was still showing after deleting image.
    • Image load error IE 11.
    • Page was scrolling on paste.
    • Fix image move in Safari.
    • Fix image resize handles being added twice.
    • Fix enableScript option.