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

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Apr 12, 2016
1 parent c49bc91 commit 1a6228c
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 108 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

2.3.0 / 2016-04-12
==================

* Add auto embedding urls as soon as they are pasted
* Add UMD wrapper and publish to NPM
* Fix deleting images when backspace/delete is pressed
* Re-enable facebook and twitter embedding without oEmbed
* Fix cursor position after image upload

2.2.4 / 2016-04-05
==================

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.2.4",
"version": "2.3.0",
"description": "jQuery insert plugin for MediumEditor",
"homepage": "http://linkesch.com/medium-editor-insert-plugin",
"main": [
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.2.4 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.3.0 - jQuery insert plugin for MediumEditor
*
* http://linkesch.com/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.

2 changes: 1 addition & 1 deletion 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.2.4 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.3.0 - jQuery insert plugin for MediumEditor
*
* http://linkesch.com/medium-editor-insert-plugin
*
Expand Down
2 changes: 1 addition & 1 deletion 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.

250 changes: 151 additions & 99 deletions dist/js/medium-editor-insert-plugin.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/medium-editor-insert-plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-insert-plugin",
"version": "2.2.4",
"version": "2.3.0",
"description": "jQuery insert plugin for MediumEditor",
"main": "dist/js/medium-editor-insert-plugin.js",
"homepage": "http://linkesch.com/medium-editor-insert-plugin",
Expand Down

0 comments on commit 1a6228c

Please sign in to comment.