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.5.1

24 Jan 17:06
a5c31c8
Compare
Choose a tag to compare
  • perf: use object url for image previews (#487)
  • chore: update dependencies (#488)

2.5.0

24 Feb 19:21
c5ca680
Compare
Choose a tag to compare
  • 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

11 Apr 08:26
3ff2b65
Compare
Choose a tag to compare
  • Ability to add upload failed callback to options #377

2.4.0

08 Aug 12:22
885d357
Compare
Choose a tag to compare
  • 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

20 Jul 16:22
9f99531
Compare
Choose a tag to compare
  • 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.2

26 Apr 08:41
c39da02
Compare
Choose a tag to compare

2.3.1

19 Apr 07:34
288cc42
Compare
Choose a tag to compare
  • Fix UMD dependencies (#314)
  • Fix extending editor's functions (#310, #316)

2.3.0

12 Apr 08:57
1a6228c
Compare
Choose a tag to compare
  • 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

05 Apr 13:59
Compare
Choose a tag to compare
  • Change dependency versioning to enable minor releases of medium-editor

2.2.3

04 Apr 06:54
Compare
Choose a tag to compare
  • Fix performance when uploading images
  • Update editor's updatePlaceholder function
  • Fix initializing plugin when editor's placeholder is turned off