Skip to content

Commit

Permalink
4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed May 20, 2015
1 parent c04e467 commit e381476
Show file tree
Hide file tree
Showing 6 changed files with 18 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.0 / 2015-05-20
==================
* Fix paste issue with plain-text containing multiple paragraphs
* Fix issue with incorrect cursor positon after creating a list
* Fix disabledDoubleReturn option within a sentence
* Allow for nested contenteditables
* New style of passing options for anchor-preview and anchor
* Introduce extensions.button + extensions.form as extendable base extensions
* Convert anchor, fontsize, and anchor-preview to updated extensions model


4.9.0 / 2015-05-18
==================
* New auto-link support for detecting urls and converting them to links
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.9.0",
"version": "4.10.0",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>",
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 @@ -6123,7 +6123,7 @@ MediumEditor.version = (function (major, minor, revision) {
};
}).apply(this, ({
// grunt-bump looks for this:
'version': '4.9.0'
'version': '4.10.0'
}).version.split('.'));

return MediumEditor;
Expand Down
5 changes: 3 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.9.0",
"version": "4.10.0",
"author": "Davi Ferreira <hi@daviferreira.com>",
"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.9.0'
'version': '4.10.0'
}).version.split('.'));

0 comments on commit e381476

Please sign in to comment.