react-highlight-words
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "react-highlight-words", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "React component to highlight words within a larger body of text", | ||
@@ -102,4 +102,4 @@ "main": "dist/main.js", | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0" | ||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-0" | ||
} | ||
} |
@@ -27,5 +27,5 @@ <img src="https://cloud.githubusercontent.com/assets/29597/11913937/0d2dcd78-a629-11e5-83e7-6a17b6d765a5.png" width="260" height="260"> | ||
|:---|:---|:---:|:---| | ||
| autoEscape | Boolean | | Escape characters which are meaningful in regular expressions | | ||
| activeClassName | String | | The class name to be applied to an active match. Use along with `activeIndex` | | ||
| activeIndex | String | | Specify the match index that should be actively highlighted. Use along with `activeClassName` | | ||
| autoEscape | Boolean | | Escape characters which are meaningful in regular expressions | | ||
| className | String | | CSS class name applied to the outer/wrapper `<span>` | | ||
@@ -32,0 +32,0 @@ | highlightClassName | String | | CSS class name applied to highlighted text | |
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
2577181