@hpcc-js/common
Advanced tools
Comparing version 2.31.0 to 2.32.0
100
CHANGELOG.md
@@ -6,2 +6,102 @@ # Change Log | ||
# [2.32.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.32.0) (2020-06-15) | ||
# 2.18.0 (2020-06-02) | ||
# 2.17.0 (2020-05-31) | ||
# 2.16.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.31.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.31.0) (2020-05-31) | ||
@@ -8,0 +108,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.31.0", | ||
"version": "2.32.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -38,7 +38,7 @@ "main": "dist/index.js", | ||
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js", | ||
"lint": "tslint --project . src/**/*.ts", | ||
"lint": "eslint src/**/*.ts", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.19.0", | ||
"@hpcc-js/util": "^2.20.0", | ||
"@types/d3-array": "1.2.6", | ||
@@ -65,2 +65,4 @@ "@types/d3-brush": "1.0.10", | ||
"@rollup/plugin-node-resolve": "8.0.0", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"colorbrewer": "1.0.0", | ||
@@ -85,2 +87,3 @@ "cpx": "1.5.0", | ||
"downlevel-dts": "^0.4.0", | ||
"eslint": "7.2.0", | ||
"font-awesome": "4.7.0", | ||
@@ -94,3 +97,2 @@ "npm-run-all": "4.1.5", | ||
"tslib": "1.10.0", | ||
"tslint": "5.17.0", | ||
"typedoc": "0.14.2", | ||
@@ -110,3 +112,3 @@ "typescript": "3.9.2" | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "c80bffe54bee18c1bc245ce836343d8905eccb85" | ||
"gitHead": "6bde20d0460251a3c22ea49ffc5597e18f173f69" | ||
} |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.31.0"; | ||
export declare const BUILD_VERSION = "2.17.0"; | ||
export declare const PKG_VERSION = "2.32.0"; | ||
export declare const BUILD_VERSION = "2.19.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.31.0"; | ||
export declare const BUILD_VERSION = "2.17.0"; | ||
export declare const PKG_VERSION = "2.32.0"; | ||
export declare const BUILD_VERSION = "2.19.0"; | ||
//# sourceMappingURL=__package__.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
6078508
36
33740
Updated@hpcc-js/util@^2.20.0