terra-markdown
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -7,2 +7,8 @@ Changelog | ||
2.18.0 - (January 2, 2019) | ||
------------------ | ||
### Changed | ||
* Updated code blocks to have sufficient color contrast | ||
* Updated markdown headers to not have generated ids, preventing duplicated ids in change logs | ||
2.17.0 - (November 19, 2018) | ||
@@ -9,0 +15,0 @@ ------------------ |
@@ -27,2 +27,8 @@ 'use strict'; | ||
/* eslint-disable import/extensions */ | ||
_marked2.default.setOptions({ | ||
headerIds: false | ||
}); | ||
/* eslint-enable import/extensions */ | ||
var propTypes = { | ||
@@ -34,5 +40,3 @@ /** | ||
}; | ||
/* eslint-enable import/extensions */ | ||
var defaultProps = { | ||
@@ -39,0 +43,0 @@ src: '' |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -10,2 +10,6 @@ import React from 'react'; | ||
marked.setOptions({ | ||
headerIds: false, | ||
}); | ||
const propTypes = { | ||
@@ -22,2 +26,3 @@ /** | ||
/* eslint react/no-danger:0 */ | ||
@@ -24,0 +29,0 @@ const Markdown = props => ( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23054
78