Skip to content

Commit

Permalink
5.11.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Jain committed Dec 5, 2015
1 parent 9273ad9 commit 064b369
Show file tree
Hide file tree
Showing 15 changed files with 97 additions and 36 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.11.0 / 2015-12-05
==================
* Updated table extension demo
* Removed the carriage return character from a demo file
* Updated checkLinkFormat function to support more schemes
* Fixed issue with disableExtraSpaces option to allow space at the end of line
* Use editableInput instead of input event for textarea syncing
* Fixed style for correct positioning of placeholder
* 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
4 changes: 3 additions & 1 deletion dist/css/medium-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@
left: 0;
position: absolute;
top: 0;
white-space: pre; }
white-space: pre;
padding: inherit;
margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
border-style: solid;
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.

5 changes: 2 additions & 3 deletions dist/css/themes/beagle.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
height: 40px;
min-width: 40px;
padding: 5px 12px;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #000;
color: #a2d7c7; }
Expand Down Expand Up @@ -64,7 +64,6 @@
.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.

4 changes: 2 additions & 2 deletions dist/css/themes/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
color: #fff;
height: 60px;
min-width: 60px;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #3276b1;
color: #fff; }
Expand Down
4 changes: 2 additions & 2 deletions dist/css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
color: #fff;
height: 50px;
min-width: 50px;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in;
transition: background-color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #000;
color: yellow; }
Expand Down
4 changes: 2 additions & 2 deletions dist/css/themes/flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
border-right: 1px solid #9ccea6;
background-color: transparent;
color: #fff;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #346a3f;
color: #fff; }
Expand Down
4 changes: 2 additions & 2 deletions dist/css/themes/mani.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
border-right: 1px solid #cdd6e0;
background-color: transparent;
color: #40648a;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #5c90c7;
background-color: rgba(92, 144, 199, 0.45);
Expand Down
4 changes: 2 additions & 2 deletions dist/css/themes/roman.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
background: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0.2));
background: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.2));
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in;
transition: background-color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #fff;
color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/themes/tim.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
color: #ffedd5;
height: 60px;
min-width: 60px;
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
transition: background-color 0.2s ease-in, color 0.2s ease-in; }
-webkit-transition: background-color .2s ease-in, color .2s ease-in;
transition: background-color .2s ease-in, color .2s ease-in; }
.medium-editor-toolbar li button:hover {
background-color: #030200;
color: #ffedd5; }
Expand Down
Loading

0 comments on commit 064b369

Please sign in to comment.