@hpcc-js/common
Advanced tools
Comparing version 2.26.0 to 2.27.0
@@ -6,2 +6,69 @@ # Change Log | ||
# [2.27.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.27.0) (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.26.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.26.0) (2020-05-15) | ||
@@ -8,0 +75,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.26.0", | ||
"version": "2.27.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.14.0", | ||
"@hpcc-js/util": "^2.15.0", | ||
"@types/d3-array": "1.2.6", | ||
@@ -97,3 +97,3 @@ "@types/d3-brush": "1.0.10", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "82bc33112b1b3333c17687d78a89ca98ed2fa6a4" | ||
"gitHead": "3851ddc1699e80a5437afd898f6067f7733dfe04" | ||
} |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.26.0"; | ||
export declare const BUILD_VERSION = "2.15.17"; | ||
export declare const PKG_VERSION = "2.27.0"; | ||
export declare const BUILD_VERSION = "2.15.18"; | ||
//# 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
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
5988307
Updated@hpcc-js/util@^2.15.0