Releases: linkesch/medium-editor-insert-plugin
Releases · linkesch/medium-editor-insert-plugin
2.5.1
- perf: use object url for image previews (#487)
- chore: update dependencies (#488)
2.5.0
- 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)
2.4.1
- Ability to add upload failed callback to options #377
2.4.0
- 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)
2.3.3
- 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)
2.3.1
- Fix UMD dependencies (#314)
- Fix extending editor's functions (#310, #316)
2.3.0
- 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
2.2.4
- Change dependency versioning to enable minor releases of medium-editor
2.2.3
- Fix performance when uploading images
- Update editor's
updatePlaceholder
function
- Fix initializing plugin when editor's placeholder is turned off