Skip to content

Commit

Permalink
4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed May 21, 2015
1 parent f2bee19 commit c55e6ac
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.10.2 / 2015-05-21
==================
* Auto-Link Fixes
* Don't auto-link text after it is manually unlinked
* Trigger auto-linking when focus is lost (ie Tab key)
* Fix issue where link appears and immediately disappears when hitting Enter in IE11
* Fix issue where hostname with more than three w's only auto-links final three w's in the name
* Fix issue where valid urls were not auto-linked
* Fix issue where some text was auto-linked when it shouldn't be


4.10.1 / 2015-05-20
==================
* Fix paste issue with plain-text containing multiple paragraphs
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",
"version": "4.10.1",
"version": "4.10.2",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/medium-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6229,7 +6229,7 @@ MediumEditor.version = (function (major, minor, revision) {
};
}).apply(this, ({
// grunt-bump looks for this:
'version': '4.10.1'
'version': '4.10.2'
}).version.split('.'));

return MediumEditor;
Expand Down
4 changes: 2 additions & 2 deletions dist/js/medium-editor.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",
"version": "4.10.1",
"version": "4.10.2",
"author": "Davi Ferreira <[email protected]>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ MediumEditor.version = (function (major, minor, revision) {
};
}).apply(this, ({
// grunt-bump looks for this:
'version': '4.10.1'
'version': '4.10.2'
}).version.split('.'));

0 comments on commit c55e6ac

Please sign in to comment.