- Ability to add upload failed callback to options #377
- Add storeMeta option (#333)
- Remove progressbar on serialize (#375)
- Encode/decode data-embed-code attribute (#374)
- Remove default upload url from the code (#373)
- Fix editor being submitted by clicking on the plugin buttons (#366)
- Fix button position (#359)
- Fix buttons and toolbars positions when editor is initialized inside absolute positioned container (#356)
- Use buttons instead of links to avoid medium-editor conflicts (#355)
- Fix UMD (#320)
- Fix UMD dependencies (#314)
- Fix extending editor's functions (#310, #316)
- Add auto embedding urls as soon as they are pasted
- Add UMD wrapper and publish to NPM
- Fix deleting images when backspace/delete is pressed
- Re-enable facebook and twitter embedding without oEmbed
- Fix cursor position after image upload
- Change dependency versioning to enable minor releases of medium-editor
- Fix performance when uploading images
- Update editor's
updatePlaceholder
function - Fix initializing plugin when editor's placeholder is turned off
- Fix serializing html with embed codes containing scripts
- 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)
- Add
fileDeleteOptions
option to images
- Fix context for sorting function
- Add support for editor's
elementsContainer
option
- Add support for
editableInput
event - Add support for textarea
- Add
deleteMethod
option
- Fix
hideButtons
function
- This version works for MediumEditor
v4.12.0
and up, because inv4.12.0
MediumEditor changed the way to retrieve extension - Remove deprecated images options:
uploadScript
andformData
. UsefileUploadOptions
instead. - Add
video-vimeo
andvideo-youtube
classes to embedded videos to allow css customization
- 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
- Fix file type and file size validation
- Add a rotate animation on button
- Speed up Travis build
- Fix initializing plugin without addons
- Trigger the input event after swapping out the preview image for the real one
- Change default formData to null
- 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.
- Remove contenteditable attr and overlay div from embeds on
serialize
- Remove contenteditable attr from figure and figcaption in images on
serialize
- Simplify button positioning
- Don't add empty paragraph on image deletion, when empty paragraph already exists
- Fix clicking on placeholder in FF
- Hide editor's placeholder on image upload
- Use https for instagram and vimeo
- Ensure core is
enabled
whenselectEmbed
orselectImage
are called
- 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