react-markdown
Advanced tools
Comparing version 4.2.2 to 4.3.0
@@ -5,2 +5,8 @@ # Change Log | ||
## 4.3.0 - 2020-01-02 | ||
### Fixes | ||
- (Typings) Add typings for `react-markdown/html-parser` (Peng Guanwen) | ||
## 4.2.2 - 2019-09-03 | ||
@@ -7,0 +13,0 @@ |
@@ -137,1 +137,8 @@ // Type definitions for react-markdown > v3.3.0 | ||
export = ReactMarkdown | ||
declare module 'react-markdown/with-html' { | ||
import {Component} from 'react' | ||
import ReactMarkdownRoot from 'react-markdown' | ||
export default class ReactMarkdown extends Component<ReactMarkdownRoot.ReactMarkdownProps, {}> {} | ||
} |
{ | ||
"name": "react-markdown", | ||
"description": "Renders Markdown as React components", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "markdown", |
Sorry, the diff of this file is too big to display
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
121440
1177