Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Releases: linkesch/medium-editor-insert-plugin

2.2.2

27 Feb 09:13
Compare
Choose a tag to compare
  • Fix serializing html with embed codes containing scripts

2.2.1

05 Feb 12:29
Compare
Choose a tag to compare
  • Fix when uploadCompleted() is called - wait until uploaded image replaces preview
  • Fix uploading high quality images
  • Fix bug when an image toolbar action effects all instances of the editor (when using multiple editors on the same page)

2.2.0

11 Jan 14:07
Compare
Choose a tag to compare
  • Add fileDeleteOptions option to images

2.1.1

23 Nov 08:31
Compare
Choose a tag to compare
  • Fix context for sorting function
  • Add support for editor's elementsContainer option

2.1.0

27 Oct 12:54
Compare
Choose a tag to compare
  • Add support for editableInput event
  • Add support for textarea
  • Add deleteMethod option

2.0.1

11 Jun 08:58
Compare
Choose a tag to compare
  • Fix hideButtons function

2.0.0

09 Jun 10:18
Compare
Choose a tag to compare
  • This version works with MediumEditor v4.12.0 and up, because in v4.12.0 MediumEditor changed the way to retrieve extension
  • Remove deprecated images options: uploadScript and formData. Use fileUploadOptions instead.
  • Add video-vimeo and video-youtube classes to embedded videos to allow css customization

1.7.0

11 May 11:51
Compare
Choose a tag to compare
  • Version bump to 1.7.0, because 1.6.2 added file type and size validation which should cause a minor version bump, not only a patch

1.6.2

11 May 11:42
Compare
Choose a tag to compare
  • Fix file type and file size validation
  • Add a rotate animation on button
  • Speed up Travis build

1.6.1

30 Apr 11:53
Compare
Choose a tag to compare
  • Fix initializing plugin without addons
  • Trigger the input event after swapping out the preview image for the real one
  • Change default formData to null