@carbon/charts
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="0.4.1"></a> | ||
## [0.4.1](https://github.com/IBM/carbon-charts/compare/v0.4.0...v0.4.1) (2018-08-31) | ||
### Bug Fixes | ||
* **core angular:** Remove demo folders from published packages ([5e3c556](https://github.com/IBM/carbon-charts/commit/5e3c556)) | ||
* **core angular:** Remove demos & add dist in packages ([94bb9f4](https://github.com/IBM/carbon-charts/commit/94bb9f4)) | ||
<a name="0.4.0"></a> | ||
@@ -8,0 +21,0 @@ # [0.4.0](https://github.com/IBM/carbon-charts/compare/v0.3.0...v0.4.0) (2018-08-30) |
@@ -22,3 +22,5 @@ module.exports = function (config) { | ||
mime: { | ||
'text/x-typescript': ['ts'] | ||
'text/x-typescript': [ | ||
'ts' | ||
] | ||
}, | ||
@@ -25,0 +27,0 @@ webpack: require('./webpack.test'), |
{ | ||
"name": "@carbon/charts", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Carbon charting components", | ||
@@ -77,3 +77,3 @@ "main": "demo.js", | ||
], | ||
"gitHead": "8bec4b4c5de397237d5358af2e8be94d12ba3a5f" | ||
"gitHead": "52923dc606265637731aa93983ad86a0dba432bd" | ||
} |
@@ -85,2 +85,3 @@ import * as d3 from "d3"; | ||
// Remove all IDs to avoid duplicate IDs (accessibility violation) | ||
mountedSVG.querySelector("g").removeAttribute("id"); | ||
@@ -98,2 +99,3 @@ | ||
// Remove ID to avoid duplicate IDs (accessibility violation) | ||
element.removeAttribute("id"); | ||
@@ -105,2 +107,3 @@ element.removeAttribute("class"); | ||
allRectsInsideSVG.forEach(rectElement => { | ||
// Remove all IDs to avoid duplicate IDs (accessibility violation) | ||
rectElement.removeAttribute("id"); | ||
@@ -107,0 +110,0 @@ }); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2579936
62
26279