This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
Releases: linkesch/medium-editor-insert-plugin
Releases · linkesch/medium-editor-insert-plugin
1.0-alpha.4
- 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
- Add embedding
- Add backwards compatibility with CSS in v0.*
1.0-alpha
0.3.2
0.3.1
0.3.0
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
0.2.15
0.2.14
0.2.13
- 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