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

0.2.12

25 Sep 08:26
Compare
Choose a tag to compare
  • Fix Vimeo and Facebook embedding
  • Fix honouring buttonLabels setting
  • Fix hiding plugin's + button if the plugin is disabled

0.2.11

22 Aug 13:05
Compare
Choose a tag to compare
  • Add possibility to insert stuff at the very beginning of the editor, before the first paragraph (setting beginning)
  • Change width of small image (from fixed width to max-width)

0.2.10

20 Aug 11:50
Compare
Choose a tag to compare
  • Add oEmbed support to embed plugin
  • Change medium-editor version to 1.9 in dependencies

0.2.9

06 Aug 11:51
Compare
Choose a tag to compare
  • Add non-minified files to dist folder
  • Remove bottom margin on .mediumInsert

0.2.8

06 Aug 11:02
Compare
Choose a tag to compare
  • Fix adding table to appropriate place
  • Move frontend styles to separate file

0.2.7

04 Aug 14:48
Compare
Choose a tag to compare
  • Clean styles and use nesting
  • Fix wrong YouTube embedding URL
  • Fix embed addon to insert embeds to a correct place
  • Remove embedding of Twitter and Facebook posts for now (until issues are solved)
  • Fix styling of drag and drop, multiple images and progress bar
  • Allow adding additional images next to already existing one
  • Fix problem when changing image size didn't emit input event on editor
  • Remove not minimalized files from dist folder (they can be found only in src folder now)

0.2.6

29 Jul 12:43
Compare
Choose a tag to compare
  • Create placeholder after elements p, h1, h2, h3, h4, h5, h6, ol, ul, blockquote, not only p
  • New addon - tables (very basic table creating)
  • Bug fixes

0.2.5

14 Jul 17:19
Compare
Choose a tag to compare
  • Bugfixes
  • Add option useDragAndDrop (boolean) to images addon
  • Add option urlPlaceholder (string) to embeds addon
  • Use different SASS compiler
  • Better isolate the plugin from global styles
  • Fix bootstrap incompatibility
  • Update medium-editor dependency to version 1.8.14
  • Trigger input and keyup event on any content changes

0.2.4.

21 May 12:24
Compare
Choose a tag to compare
  • fix editor.serialize() function to handle embeds addon

0.2.3

21 May 12:03
Compare
Choose a tag to compare
  • Add embeds addon for embedding various social services (Youtube, Twitter, Facebook, Instagram, Vimeo)