@react-financial-charts/utils
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
@@ -6,2 +6,13 @@ # Change Log | ||
# [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) | ||
### Bug Fixes | ||
* **utils:** setting ref to readonly ([8addf91](https://github.com/reactivemarkets/react-financial-charts/commit/8addf917a7e2cb193c50521697e8e06dc3850c16)) | ||
# [1.0.0-alpha.9](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-08-24) | ||
@@ -8,0 +19,0 @@ |
@@ -10,3 +10,3 @@ import * as React from "react"; | ||
new (props: Readonly<Pick<TProps, Exclude<keyof TProps, "ratio">>>): { | ||
ref: React.RefObject<HTMLCanvasElement>; | ||
readonly ref: React.RefObject<HTMLCanvasElement>; | ||
componentDidMount(): void; | ||
@@ -37,3 +37,3 @@ render(): JSX.Element; | ||
new (props: Pick<TProps, Exclude<keyof TProps, "ratio">>, context?: any): { | ||
ref: React.RefObject<HTMLCanvasElement>; | ||
readonly ref: React.RefObject<HTMLCanvasElement>; | ||
componentDidMount(): void; | ||
@@ -40,0 +40,0 @@ render(): JSX.Element; |
{ | ||
"name": "@react-financial-charts/utils", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "Utils for react-financial-charts", | ||
@@ -48,3 +48,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "97de8c52e8e881cf700c81f4f828c102bf5b4915" | ||
"gitHead": "94bb3f767c7b97035804edc8dfc4f82defd8d9fc" | ||
} |
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
20578