Skip to content

Commit

Permalink
5.12.0 💫
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy BENOIST committed Dec 15, 2015
1 parent a0dd944 commit 8b93dd9
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 42 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.12.0 / 2015-12-15
==================
* Fix issue with image-only selections
* Trim src when using the image toolbar button
* Fix auto linking with comments
* Documented the process of releasing a new version


5.11.0 / 2015-12-05
==================
* Updated table extension demo
Expand All @@ -9,6 +17,7 @@
* Allowed to remove blockquote by pressing delete at beginning of the quote
* Fixed failing test cases in IE9 and IE10


5.10.0 / 2015-10-30
==================
* Added disableExtraSpaces option for preventing errant spaces
Expand Down
1 change: 1 addition & 0 deletions dist/css/themes/beagle.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.medium-editor-toolbar-form a {
color: #ccc;
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px); }
.medium-editor-toolbar-form .medium-editor-toolbar-close {
margin-right: 16px; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/themes/beagle.min.css

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

Loading

0 comments on commit 8b93dd9

Please sign in to comment.