@d3fc/d3fc-pointer
Advanced tools
Comparing version 2.0.11 to 2.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
# 2.1.0 (2020-02-13) | ||
### Bug Fixes | ||
* incorrect main path in d3fc-pointer package ([e9d635a](https://github.com/d3fc/d3fc/commit/e9d635a)) | ||
### Features | ||
* add equals function to d3fc-series webgl implementations ([0fd7686](https://github.com/d3fc/d3fc/commit/0fd7686)) | ||
## [2.0.11](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-pointer@2.0.10...@d3fc/d3fc-pointer@2.0.11) (2019-11-28) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@d3fc/d3fc-pointer", | ||
"version": "2.0.11", | ||
"version": "2.1.0", | ||
"description": "Component which emits the current mouse or touch position over a selection", | ||
"main": "index.js", | ||
"main": "build/d3fc-pointer.js", | ||
"module": "index", | ||
"scripts": { | ||
@@ -32,3 +33,3 @@ "bundle": "npx rollup -c ../../scripts/rollup.config.js", | ||
}, | ||
"gitHead": "de82a1a109ddce4b5721fc4e0d2039ddd497817d" | ||
"gitHead": "91519a816b86d254dfaff8b8240fd1ec1164a4da" | ||
} |
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
12216