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

Commit f91e87e

Browse files
committed
v2.1.0
1 parent cae6c1f commit f91e87e

9 files changed

+178
-137
lines changed

CHANGES.md

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

2+
2.1.0 / 2015-10-27
3+
==================
4+
5+
* Add support for ```editableInput``` event
6+
* Add support for textarea
7+
* Add ```deleteMethod``` option
8+
29
2.0.1 / 2015-06-11
310
==================
411

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": "2.0.1",
3+
"version": "2.1.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 v2.0.1 - jQuery insert plugin for MediumEditor
2+
* medium-editor-insert-plugin v2.1.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* medium-editor-insert-plugin v2.0.1 - jQuery insert plugin for MediumEditor
2+
* medium-editor-insert-plugin v2.1.0 - jQuery insert plugin for MediumEditor
33
*
44
* https://github.com/orthes/medium-editor-insert-plugin
55
*
@@ -140,7 +140,8 @@
140140
left: 55px;
141141
top: -32px; }
142142
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li {
143-
display: inline-block; }
143+
display: inline-block;
144+
background-color: #fff; }
144145
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li a {
145146
box-sizing: border-box;
146147
display: inline-block;

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)