- New uglified js file
- Bump grunt-contrib-uglify from 4.0.1 to 5.0.1
- Bump all-contributors-cli from 5.11.0 to 6.20.0
- Upgrade grunt-contrib-jasmine
- Remove grunt-jscs as unmaintained
- Bump handlebars from 4.7.6 to 4.7.7
- Bump node-sass from 4.13.1 to 5.0.0
- Bump grunt-sass from 3.0.2 to 3.1.0
- Bump grunt-contrib-jshint from 2.1.0 to 3.0.0
- Bump grunt from 1.0.4 to 1.3.0
- Bump jquery from 3.5.0 to 3.6.0
- Create dependabot.yml
- Bump yargs-parser from 5.0.0 to 5.0.1
- Bump y18n from 3.2.1 to 3.2.2
- Upgrade handlebars to 4.7.6 and recompile templates
- Bump lodash.template from 4.4.0 to 4.5.0
- Bump jquery from 3.4.1 to 3.5.0
- Bump node-sass from 4.12.0 to 4.13.1
- Bump websocket-extensions from 0.1.3 to 0.1.4
- Upgrade handlebars to ~4.3.0 and recompile templates
- Fix the ability to delete an embed from the current caret position using the delete key
- Fix formatting for oembed captions
- Add hashCode util function and support onImageSelect callback on context
- Recalibrate custom css changes into this repo
- Remove duplication of input field selector in buttons panel
- Add a disable toolbar option for plugins and fix caret placement after oembed bug
- Initial updates for Gumroad's implementation of inline images
- perf: use object url for image previews (#487)
- chore: update dependencies (#488)
- Use relative path for uploaded image, instead of absolute (#455)
- DeleteScript can now be a callback (#428)
- Fix embeds caption (#437)
- Fix backspace not triggering delete event (#427)
- Fix insert plugin stripping plain text (#413)
- 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