medium-editor
Advanced tools
Comparing version 4.12.11 to 4.12.12
@@ -0,1 +1,6 @@ | ||
4.12.12 / 2015-11-19 | ||
================== | ||
* Fix appearance of anchor form when checkboxes are present | ||
4.12.11 / 2015-08-18 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "medium-editor", | ||
"version": "4.12.11", | ||
"version": "4.12.12", | ||
"author": "Davi Ferreira <hi@daviferreira.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -111,6 +111,8 @@ var AnchorForm; | ||
template.push( | ||
'<div class="medium-editor-toolbar-form-row">', | ||
'<input type="checkbox" class="medium-editor-toolbar-anchor-target">', | ||
'<label>', | ||
this.targetCheckboxText, | ||
'</label>' | ||
'</label>', | ||
'</div>' | ||
); | ||
@@ -123,6 +125,8 @@ } | ||
template.push( | ||
'<div class="medium-editor-toolbar-form-row">', | ||
'<input type="checkbox" class="medium-editor-toolbar-anchor-button">', | ||
'<label>', | ||
this.customClassOptionText, | ||
'</label>' | ||
'</label>', | ||
'</div>' | ||
); | ||
@@ -129,0 +133,0 @@ } |
@@ -14,3 +14,3 @@ /*global MediumEditor */ | ||
// grunt-bump looks for this: | ||
'version': '4.12.11' | ||
'version': '4.12.12' | ||
}).version.split('.')); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1419707
110
18823