draft-js-plugins-editor
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -6,2 +6,5 @@ # Change Log | ||
## 2.0.6 | ||
- bumped find-with-regex | ||
## 2.0.5 | ||
@@ -8,0 +11,0 @@ - Fix decorator resolution in componentWillReceiveProps |
@@ -409,4 +409,4 @@ 'use strict'; | ||
popupProps.ariaExpanded = props.ariaExpanded; | ||
} else if (props.ariaExpanded === 'true') { | ||
popupProps.ariaExpanded = 'true'; | ||
} else if (props.ariaExpanded === true) { | ||
popupProps.ariaExpanded = true; | ||
} | ||
@@ -413,0 +413,0 @@ |
{ | ||
"name": "draft-js-plugins-editor", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Editor for DraftJS Plugins", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"decorate-component-with-props": "^1.0.2", | ||
"find-with-regex": "^1.0.2", | ||
"find-with-regex": "^1.1.2", | ||
"immutable": "~3.7.4", | ||
@@ -35,0 +35,0 @@ "prop-types": "^15.5.8", |
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
58322
16
Updatedfind-with-regex@^1.1.2