Skip to content

Commit

Permalink
5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Apr 14, 2016
1 parent b5bd1db commit 5687829
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.16.1 / 2016-04-14
==================
* Fix incorrect word breaking


5.16.0 / 2016-04-12
==================
* Add support for multiple targets for attaching/detach event handlers
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
display: table; }

[data-medium-editor-element] {
word-break: break-all;
word-wrap: break-word;
min-height: 30px; }
[data-medium-editor-element] img {
max-width: 100%; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor.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/js/medium-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7185,7 +7185,7 @@ MediumEditor.parseVersionString = function (release) {

MediumEditor.version = MediumEditor.parseVersionString.call(this, ({
// grunt-bump looks for this:
'version': '5.16.0'
'version': '5.16.1'
}).version);

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": "5.16.0",
"version": "5.16.1",
"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 @@ -15,5 +15,5 @@ MediumEditor.parseVersionString = function (release) {

MediumEditor.version = MediumEditor.parseVersionString.call(this, ({
// grunt-bump looks for this:
'version': '5.16.0'
'version': '5.16.1'
}).version);

0 comments on commit 5687829

Please sign in to comment.