@hpcc-js/common
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.1.0...@hpcc-js/common@2.2.0) (2018-09-10) | ||
### Features | ||
* **Graph:** Additional color support ([679e6b5](https://github.com/hpcc-systems/Visualization/commit/679e6b5)), closes [#2845](https://github.com/hpcc-systems/Visualization/issues/2845) [#2829](https://github.com/hpcc-systems/Visualization/issues/2829) | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +20,0 @@ # [2.1.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.0.0...@hpcc-js/common@2.1.0) (2018-09-01) |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.0.1", | ||
"@hpcc-js/util": "^2.1.0", | ||
"d3-selection": "1.1.0", | ||
@@ -51,4 +51,6 @@ "d3-transition": "1.1.0" | ||
"d3-dsv": "1.0.8", | ||
"d3-ease": "1.0.3", | ||
"d3-format": "1.3.0", | ||
"d3-interpolate": "1.1.5", | ||
"d3-path": "1.0.5", | ||
"d3-scale": "1.0.6", | ||
@@ -82,3 +84,3 @@ "d3-time-format": "2.1.0", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "b62709358639febfe40b22e8c97094b9ee35c896" | ||
"gitHead": "3c0b2fbf858cb1984271a9ddb9ed58eba921c93a" | ||
} |
@@ -40,2 +40,3 @@ import { SVGWidget } from "./SVGWidget"; | ||
}; | ||
image_colorFill_exists: () => boolean; | ||
tooltip: { | ||
@@ -57,2 +58,3 @@ (): string; | ||
}; | ||
shape_colorFill_exists: () => boolean; | ||
shape_colorStroke: { | ||
@@ -59,0 +61,0 @@ (): string; |
@@ -71,1 +71,2 @@ export declare class SelectionBase { | ||
}; | ||
export declare function removeHTMLFromString(str: string, div?: HTMLDivElement): string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
4799673
27470
35
Updated@hpcc-js/util@^2.1.0