@hpcc-js/common
Advanced tools
Comparing version 2.29.0 to 2.30.0
@@ -6,2 +6,90 @@ # Change Log | ||
# [2.30.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.30.0) (2020-05-21) | ||
### Features | ||
* **DataGraph:** Add dynamic mapping ([974fed2](https://github.com/hpcc-systems/Visualization/commit/974fed27508b0b2bc9244189f1ec0163e6620705)) | ||
## 2.15.21 (2020-05-20) | ||
## 2.15.20 (2020-05-20) | ||
## 2.15.19 (2020-05-19) | ||
## 2.15.18 (2020-05-15) | ||
## 2.15.17 (2020-05-15) | ||
## 2.15.16 (2020-05-14) | ||
## 2.15.15 (2020-05-12) | ||
### Bug Fixes | ||
* **lazyRender:** callback failing regression ([9a5fce7](https://github.com/hpcc-systems/Visualization/commit/9a5fce7e4d2f11f42492ccedd68d7ce0a7e2a1e2)) | ||
## 2.15.14 (2020-05-07) | ||
## 2.15.13 (2020-04-24) | ||
## 2.15.12 (2020-04-22) | ||
## 2.15.11 (2020-04-21) | ||
## 2.15.10 (2020-04-21) | ||
### Bug Fixes | ||
* **faChar:** Move font-family into "style" ([7ffa6c0](https://github.com/hpcc-systems/Visualization/commit/7ffa6c06ce2747134f365d94a4c1cb62ea2784c6)) | ||
## 2.15.9 (2020-04-17) | ||
### Bug Fixes | ||
* **PropertyExt:** Legacy code - "super" getting called twice. ([a31120b](https://github.com/hpcc-systems/Visualization/commit/a31120bff44b5fcdba5f01379b4017011af50858)) | ||
### Features | ||
* Add graph icon and text font family support ([1c7769c](https://github.com/hpcc-systems/Visualization/commit/1c7769cb5c29af4e948e08c6a0498a1c964db1c1)), closes [#3531](https://github.com/hpcc-systems/Visualization/issues/3531) | ||
* lazyRender returns this ([042d50d](https://github.com/hpcc-systems/Visualization/commit/042d50d2747227c379982c1335ca9855ccc1917d)), closes [#3551](https://github.com/hpcc-systems/Visualization/issues/3551) | ||
## 2.15.7 (2020-04-11) | ||
# [2.29.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.29.0) (2020-05-20) | ||
@@ -8,0 +96,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.29.0", | ||
"version": "2.30.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.17.0", | ||
"@hpcc-js/util": "^2.18.0", | ||
"@types/d3-array": "1.2.6", | ||
@@ -107,3 +107,3 @@ "@types/d3-brush": "1.0.10", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "d4f5f6ccaa5c156107f8cd39d1eccd8f58b9a97d" | ||
"gitHead": "5f2b098acefa29a07250328641cced38a84f32b7" | ||
} |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.29.0"; | ||
export declare const BUILD_VERSION = "2.15.21"; | ||
export declare const PKG_VERSION = "2.30.0"; | ||
export declare const BUILD_VERSION = "2.16.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -10,5 +10,5 @@ import { ClassMeta } from "@hpcc-js/util"; | ||
mixin(mixinClass: any): void; | ||
overrideMethod(methodID: string, newMethod: (...args: any[]) => any): this; | ||
overrideMethod<M extends keyof this>(methodID: M, newMethod: this[M]): this; | ||
cssTag(id: string): string; | ||
} | ||
//# sourceMappingURL=Class.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.29.0"; | ||
export declare const BUILD_VERSION = "2.15.21"; | ||
export declare const PKG_VERSION = "2.30.0"; | ||
export declare const BUILD_VERSION = "2.16.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -10,5 +10,5 @@ import { ClassMeta } from "@hpcc-js/util"; | ||
mixin(mixinClass: any): void; | ||
overrideMethod(methodID: string, newMethod: (...args: any[]) => any): this; | ||
overrideMethod<M extends keyof this>(methodID: M, newMethod: this[M]): this; | ||
cssTag(id: string): string; | ||
} | ||
//# sourceMappingURL=Class.d.ts.map |
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
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
6043044
Updated@hpcc-js/util@^2.18.0