This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
Releases: linkesch/medium-editor-insert-plugin
Releases · linkesch/medium-editor-insert-plugin
1.6.0
- Add option
captions
(boolean) to images and embeds to enable/disable captions. Captions are enabled by default. - Expose option
fileUploadOptions
in images to enable file upload configuration - Use medium-editor like placeholders for embeds and captions (using
:after
CSS pseudo-element instead of actual DOM element) - Add support for right click on placeholders (both in embeds and captions) to enable pasting via context menu
- Deprecate
uploadScript
andformData
options in images. UsefileUploadOptions
instead.
1.5.2
1.5.1
1.5.0
- Update medium-editor to v4.1.1
- Add support for editor's new
destroy
andsetup
methods and removedactivatePlaceholder
method - Add
formData
option to images (see jQuery-File-Upload docs) - Add
uploadCompleted
callback to images - Trigger
input
event also when preview image is inserted to the DOM - Disable embed toolbars when
styles
, oractions
options are empty - Make sure that after removing caption placeholder, caret is placed inside the caption
- Hide buttons when toolbar actions are triggered
- Don't auto remove grid style when removing images