react-markdown
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -5,2 +5,8 @@ # Change Log | ||
## 4.2.2 - 2019-09-03 | ||
### Fixes | ||
- (Typings) Inline `RemarkParseOptions` for now (Espen Hovlandsdal) | ||
## 4.2.1 - 2019-09-01 | ||
@@ -7,0 +13,0 @@ |
@@ -11,3 +11,2 @@ // Type definitions for react-markdown > v3.3.0 | ||
import {Component, ReactElement, ReactNode, ReactType} from 'react' | ||
import {RemarkParseOptions} from 'remark-parse' | ||
@@ -29,2 +28,10 @@ declare class ReactMarkdown extends Component<ReactMarkdown.ReactMarkdownProps, {}> {} | ||
interface RemarkParseOptions { | ||
gfm: boolean | ||
commonmark: boolean | ||
footnotes: boolean | ||
blocks: string[] | ||
pedantic: boolean | ||
} | ||
export type NodeType = | ||
@@ -31,0 +38,0 @@ | 'root' |
{ | ||
"name": "react-markdown", | ||
"description": "Renders Markdown as React components", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"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
121105
1172