draft-js-autolist-plugin
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,1 +5,11 @@ # Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
# v0.0.2 2016-07-25 | ||
### Fixed | ||
* Don’t return the default key bindings if we’re not handling the event. Returning it stops any other plugins halts the callback chain, and so stops any other plugins from being able to insert behaviour. | ||
# v0.0.1 2016-04-21 | ||
First public release |
@@ -92,3 +92,2 @@ 'use strict'; | ||
} | ||
return (0, _draftJs.getDefaultKeyBinding)(e); | ||
}, | ||
@@ -95,0 +94,0 @@ |
{ | ||
"name": "draft-js-autolist-plugin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Automatically create ordered/unordered lists in draft-js as you type", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
13988
227