@react-financial-charts/utils
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) | ||
### Features | ||
* **deps:** moving to d3 v6 ([8d371d2](https://github.com/reactivemarkets/react-financial-charts/commit/8d371d240bc7ac3db3e2f0037b3c0807e05b4749)) | ||
# [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) | ||
@@ -8,0 +19,0 @@ |
@@ -9,3 +9,3 @@ import * as React from "react"; | ||
export declare const withDeviceRatio: () => <TProps extends WithRatioProps>(OriginalComponent: React.ComponentClass<TProps, any>) => { | ||
new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): { | ||
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">> | Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): { | ||
readonly ref: React.RefObject<HTMLCanvasElement>; | ||
@@ -36,3 +36,3 @@ componentDidMount(): void; | ||
}; | ||
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">>, context?: any): { | ||
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">>, context: any): { | ||
readonly ref: React.RefObject<HTMLCanvasElement>; | ||
@@ -39,0 +39,0 @@ componentDidMount(): void; |
@@ -8,3 +8,3 @@ import * as React from "react"; | ||
export declare const withSize: (props?: Pick<AutoSizerProps, "style" | "className" | "defaultHeight" | "defaultWidth" | "disableHeight" | "disableWidth" | "nonce" | "onResize"> | undefined) => <TProps extends WithSizeProps>(OriginalComponent: React.ComponentClass<TProps, any>) => { | ||
new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "height" | "width">>>): { | ||
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">> | Readonly<Pick<TProps, Exclude<keyof TProps, "height" | "width">>>): { | ||
render(): JSX.Element; | ||
@@ -34,3 +34,3 @@ context: any; | ||
}; | ||
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">>, context?: any): { | ||
new (props: Pick<TProps, Exclude<keyof TProps, "height" | "width">>, context: any): { | ||
render(): JSX.Element; | ||
@@ -37,0 +37,0 @@ context: any; |
{ | ||
"name": "@react-financial-charts/utils", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0", | ||
"description": "Utils for react-financial-charts", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
"@types/react-virtualized-auto-sizer": "^1.0.0", | ||
"react-virtualized-auto-sizer": "^1.0.2" | ||
"react-virtualized-auto-sizer": "^1.0.3" | ||
}, | ||
@@ -49,3 +49,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "94bb3f767c7b97035804edc8dfc4f82defd8d9fc" | ||
"gitHead": "4fb31cfd7facea518167d8112defa66101432f7e" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20955
1