react-markdown
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -5,2 +5,8 @@ # Change Log | ||
## 4.0.9 - 2019-06-22 | ||
### Fixes | ||
* (Typings) Make transformLinkUri & transformImageUri actually nullable (Florentin Luca Rieger) | ||
## 4.0.8 - 2019-04-14 | ||
@@ -7,0 +13,0 @@ |
@@ -79,4 +79,4 @@ // Type definitions for react-markdown > v3.3.0 | ||
readonly linkTarget?: string | LinkTargetResolver | ||
readonly transformLinkUri?: (uri: string, children?: ReactNode, title?: string) => string | ||
readonly transformImageUri?: (uri: string, children?: ReactNode, title?: string, alt?: string) => string | ||
readonly transformLinkUri?: ((uri: string, children?: ReactNode, title?: string) => string) | null | ||
readonly transformImageUri?: ((uri: string, children?: ReactNode, title?: string, alt?: string) => string) | null | ||
readonly unwrapDisallowed?: boolean | ||
@@ -83,0 +83,0 @@ readonly renderers?: {[nodeType: string]: ReactType} |
{ | ||
"name": "react-markdown", | ||
"description": "Renders Markdown as React components", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "markdown", |
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
116904