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

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Oct 27, 2015
1 parent cae6c1f commit f91e87e
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 137 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

2.1.0 / 2015-10-27
==================

* Add support for ```editableInput``` event
* Add support for textarea
* Add ```deleteMethod``` option

2.0.1 / 2015-06-11
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-insert-plugin",
"version": "2.0.1",
"version": "2.1.0",
"description": "jQuery insert plugin for MediumEditor",
"main": [
"dist/js/medium-editor-insert-plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin-frontend.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* medium-editor-insert-plugin v2.0.1 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.1.0 - jQuery insert plugin for MediumEditor
*
* https://github.com/orthes/medium-editor-insert-plugin
*
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin-frontend.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/css/medium-editor-insert-plugin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* medium-editor-insert-plugin v2.0.1 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.1.0 - jQuery insert plugin for MediumEditor
*
* https://github.com/orthes/medium-editor-insert-plugin
*
Expand Down Expand Up @@ -140,7 +140,8 @@
left: 55px;
top: -32px; }
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li {
display: inline-block; }
display: inline-block;
background-color: #fff; }
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li a {
box-sizing: border-box;
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/medium-editor-insert-plugin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f91e87e

Please sign in to comment.