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

1.0-alpha.4

01 Dec 14:24
Compare
Choose a tag to compare
  • Fix button positioning
  • Refactor common functions
  • Remove image toolbar when removing a photo
  • Add acceptFileTypes option to image fileupload
  • Handle bad embed
  • Show buttons at a paragraph's beginning on small screens

1.0-alpha.2

11 Nov 15:57
Compare
Choose a tag to compare
  • Add embedding
  • Add backwards compatibility with CSS in v0.*

1.0-alpha

05 Nov 20:05
Compare
Choose a tag to compare
1.0-alpha Pre-release
Pre-release

First 1.0-alpha version for testing.

  • Completely refactored code
  • Support for multiple separate instances on the same page
  • Image addon ready
  • Embed addon not refactored yet

0.3.2

04 Nov 15:59
Compare
Choose a tag to compare
  • Workaround for error during removing image link input
  • Added check to preparePreviousImages and preparePreviousEmbeds, so it doesn't create a placeholder inside a placeholder
  • Fixing bug of activate/deactivate editor without initing the plugin

0.3.1

20 Oct 15:53
Compare
Choose a tag to compare
  • Add triggering keyup and input events after linking and unlinking images
  • Fix image unlink icon positioning

0.3.0

20 Oct 15:31
Compare
Choose a tag to compare

The plugin starts to use semantic versioning

Until now, there was no clear versioning policy regarding this plugin. This led us to the current version 0.2.16, which, unfortunately, doesn't mean anything. From the first 0.1 version, there were not only bugs fixed, but a lot of features added too, which isn't reflected in this version number.

From now on, we're adopting semantic versioning.

Features added since 0.2:

  • Add server side deletion hook
  • Allow to override uploadFile() and deleteFile() functions
  • Add embeds addon for embedding various social services (Youtube, Twitter, Facebook, Instagram, Vimeo)
  • Add option useDragAndDrop (boolean) to images addon
  • Add option urlPlaceholder (string) to embeds addon
  • New addon - tables (very basic table creating)
  • Allow adding additional images next to already existing one
  • Add oEmbed support to embed plugin
  • Add possibility to insert stuff at the very beginning of the editor, before the first paragraph
  • Allow multiple file upload
  • Add possibility to add link to images

0.2.16

20 Oct 14:40
Compare
Choose a tag to compare
  • Add possibility to add link to images

0.2.15

15 Oct 08:48
Compare
Choose a tag to compare
  • Fixed some Firefox issues

0.2.14

14 Oct 10:05
Compare
Choose a tag to compare
  • Fixed input and keyup events fired on a wrong element

0.2.13

01 Oct 15:54
Compare
Choose a tag to compare
  • Change width of first inserted image to 100%
  • Disable selection on plugin's placeholder in FF, allow selection on inserted images only
  • Allow multiple file upload
  • Fix styling of embed input to support medium-editor 1.9.4
  • Fix pasting text to embed plugin in FF