@hpcc-js/common
Advanced tools
Comparing version 2.24.0 to 2.25.0
@@ -6,2 +6,57 @@ # Change Log | ||
# [2.25.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.25.0) (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.24.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.22.2...@hpcc-js/common@2.24.0) (2020-04-21) | ||
@@ -8,0 +63,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.24.0", | ||
"version": "2.25.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -22,2 +22,3 @@ "main": "dist/index.js", | ||
"compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
"compile-umd-watch": "npm run compile-umd -- -w", | ||
"bundle": "rollup -c", | ||
@@ -33,3 +34,3 @@ "bundle-watch": "npm run bundle -- -w", | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.12.0", | ||
"@hpcc-js/util": "^2.13.0", | ||
"@types/d3-array": "1.2.6", | ||
@@ -97,3 +98,3 @@ "@types/d3-brush": "1.0.10", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "bb306944a7418aa6a31c1416ec81273657c2f750" | ||
"gitHead": "05352b06a0d7d2a2234efb48ae1fdf2a124ff8aa" | ||
} |
@@ -0,0 +0,0 @@ # @hpcc-js/common |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.24.0"; | ||
export declare const BUILD_VERSION = "2.15.10"; | ||
export declare const PKG_VERSION = "2.25.0"; | ||
export declare const BUILD_VERSION = "2.15.16"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -0,0 +0,0 @@ import { HTMLWidget } from "./HTMLWidget"; |
@@ -0,0 +0,0 @@ import { ClassMeta } from "@hpcc-js/util"; |
@@ -0,0 +0,0 @@ import { PropertyExt } from "./PropertyExt"; |
@@ -0,0 +0,0 @@ import { Icon } from "./Icon"; |
@@ -0,0 +0,0 @@ import { Entity } from "./Entity"; |
@@ -0,0 +0,0 @@ import { Entity } from "./Entity"; |
@@ -0,0 +0,0 @@ import { Entity } from "./Entity"; |
@@ -0,0 +0,0 @@ import { Entity } from "./Entity"; |
@@ -0,0 +0,0 @@ import { SVGWidget } from "./SVGWidget"; |
@@ -0,0 +0,0 @@ import { Widget } from "./Widget"; |
@@ -0,0 +0,0 @@ import { SVGWidget } from "./SVGWidget"; |
@@ -0,0 +0,0 @@ export interface IList { |
@@ -0,0 +0,0 @@ import { HTMLWidget } from "./HTMLWidget"; |
@@ -0,0 +0,0 @@ export interface IMenu { |
@@ -0,0 +0,0 @@ export * from "./__package__"; |
@@ -0,0 +0,0 @@ import { IList } from "./IList"; |
@@ -0,0 +0,0 @@ import { Icon } from "./Icon"; |
@@ -0,0 +0,0 @@ export interface PaletteFunc { |
@@ -0,0 +0,0 @@ export declare function version(): string; |
@@ -0,0 +0,0 @@ import { PropertyExt, publish } from "./PropertyExt"; |
@@ -0,0 +0,0 @@ import { Class } from "./Class"; |
@@ -0,0 +0,0 @@ import { Surface } from "./Surface"; |
@@ -0,0 +0,0 @@ import { SVGWidget } from "./SVGWidget"; |
@@ -0,0 +0,0 @@ import "d3-transition"; |
@@ -0,0 +0,0 @@ import { ISize, Widget } from "./Widget"; |
@@ -0,0 +0,0 @@ import { SVGWidget } from "./SVGWidget"; |
@@ -0,0 +0,0 @@ import { SVGWidget } from "./SVGWidget"; |
@@ -0,0 +0,0 @@ import { Shape } from "./Shape"; |
@@ -0,0 +0,0 @@ import { HTMLWidget } from "./HTMLWidget"; |
@@ -0,0 +0,0 @@ export declare class Transition { |
@@ -0,0 +0,0 @@ import { Selection as d3SelectionT } from "d3-selection"; |
@@ -129,3 +129,3 @@ import "d3-transition"; | ||
private _lazyRender; | ||
lazyRender(): this; | ||
lazyRender(callback?: (w: Widget) => void): this; | ||
animationFrameRender(): this; | ||
@@ -132,0 +132,0 @@ enter(_domNode: HTMLElement, _element: any): void; |
@@ -0,0 +0,0 @@ import { publish } from "./PropertyExt"; |
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
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
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
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
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
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
6041989
Updated@hpcc-js/util@^2.13.0