Comparing version 0.3.0 to 0.3.1
@@ -7,2 +7,8 @@ Changelog | ||
## [[v0.3.1]](https://github.com/springload/draftail/releases/tag/v0.3.1) - 2016-11-28 | ||
### Fixed | ||
- Buttons do not trigger a form submit | ||
## [[v0.3.0]](https://github.com/springload/draftail/releases/tag/v0.3.0) - 2016-11-28 | ||
@@ -9,0 +15,0 @@ |
@@ -28,2 +28,3 @@ 'use strict'; | ||
className: 'RichEditor-styleButton' + (active ? ' RichEditor-activeButton' : '') + (icon ? ' icon icon-' + icon : ''), | ||
type: 'button', | ||
onMouseDown: onMouseDown.bind(null, onClick) | ||
@@ -30,0 +31,0 @@ }, |
{ | ||
"name": "draftail", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A batteries-excluded rich text editor based on Draft.js", | ||
@@ -5,0 +5,0 @@ "author": "Springload", |
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
78380
1644