Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 19fe582

Browse files
committed
v1.6.0
1 parent 7cc485a commit 19fe582

9 files changed

+117
-102
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.6.0/ 2015-04-16
3+
==================
4+
5+
* Add option ```captions``` (boolean) to images and embeds to enable/disable captions. Captions are enabled by default.
6+
* Expose option ```fileUploadOptions``` in images to enable file upload configuration
7+
* Use medium-editor like placeholders for embeds and captions (using ```:after``` CSS pseudo-element instead of actual DOM element)
8+
* Add support for right click on placeholders (both in embeds and captions) to enable pasting via context menu
9+
* Deprecate ```uploadScript``` and ```formData``` options in images. Use ```fileUploadOptions``` instead.
10+
211
1.5.2 / 2015-04-15
312
==================
413

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "medium-editor-insert-plugin",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "jQuery insert plugin for MediumEditor",
55
"main": [
66
"dist/js/medium-editor-insert-plugin.js",

dist/css/medium-editor-insert-plugin-frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* medium-editor-insert-plugin v1.5.2 - jQuery insert plugin for MediumEditor
2+
* medium-editor-insert-plugin v1.6.0 - jQuery insert plugin for MediumEditor
33
*
44
* https://github.com/orthes/medium-editor-insert-plugin
55
*

dist/css/medium-editor-insert-plugin-frontend.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/medium-editor-insert-plugin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* medium-editor-insert-plugin v1.5.2 - jQuery insert plugin for MediumEditor
2+
* medium-editor-insert-plugin v1.6.0 - jQuery insert plugin for MediumEditor
33
*
44
* https://github.com/orthes/medium-editor-insert-plugin
55
*

dist/css/medium-editor-insert-plugin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)