@react-financial-charts/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) | ||
### Bug Fixes | ||
* **core:** bug with panning on mobiles ([db34691](https://github.com/reactivemarkets/react-financial-charts/commit/db34691d2bf8eb00277d6653034b3541bc75940d)), closes [#459](https://github.com/reactivemarkets/react-financial-charts/issues/459) | ||
# [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) | ||
@@ -8,0 +19,0 @@ |
@@ -260,3 +260,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
else { | ||
mouseXY = pointer(e, this.ref.current); | ||
mouseXY = pointers(e, this.ref.current)[0]; | ||
this.lastNewPos = mouseXY; | ||
@@ -263,0 +263,0 @@ dx = panOrigin[0] - mouseXY[0]; |
{ | ||
"name": "@react-financial-charts/core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core code for react-financial-charts", | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4fb31cfd7facea518167d8112defa66101432f7e" | ||
"gitHead": "b41ad206c6ce377ba655af3a3758c3f15655bc56" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
385031