@antv/l7-maps
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.1.2](https://github.com/antvis/L7/compare/v2.0.36...v2.1.2) (2020-03-15) | ||
### Bug Fixes | ||
* mapbox 光照问题 ([20d2a6d](https://github.com/antvis/L7/commit/20d2a6d8b803ca3ad87cc1ef69a59d1e3d348cef)) | ||
* merge conflict ([89c8cb2](https://github.com/antvis/L7/commit/89c8cb2c0250eb5a28d96d82c87b804bf3db4c30)) | ||
## [2.1.1](https://github.com/antvis/L7/compare/v2.0.36...v2.1.1) (2020-03-15) | ||
@@ -8,0 +20,0 @@ |
@@ -24,3 +24,5 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
mapmove: 'move', | ||
camerachange: 'move' | ||
camerachange: 'move', | ||
zoomChange: 'zoom', | ||
dragging: 'drag' | ||
}; | ||
@@ -27,0 +29,0 @@ import { MapTheme } from './theme'; |
@@ -48,3 +48,5 @@ "use strict"; | ||
mapmove: 'move', | ||
camerachange: 'move' | ||
camerachange: 'move', | ||
zoomChange: 'zoom', | ||
dragging: 'drag' | ||
}; | ||
@@ -51,0 +53,0 @@ var LNGLAT_OFFSET_ZOOM_THRESHOLD = 12; |
{ | ||
"name": "@antv/l7-maps", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/l7-core": "^2.1.1", | ||
"@antv/l7-utils": "^2.1.1", | ||
"@antv/l7-core": "^2.1.2", | ||
"@antv/l7-utils": "^2.1.2", | ||
"@babel/runtime": "^7.7.7", | ||
@@ -41,3 +41,3 @@ "@types/amap-js-api": "^1.4.6", | ||
}, | ||
"gitHead": "1be4cacf0e5a2bf0a9913985fc8559dfe6354885", | ||
"gitHead": "8cea3bc05d80e389909dd1828cc64c63c6bc39e4", | ||
"publishConfig": { | ||
@@ -44,0 +44,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
229582
2600
Updated@antv/l7-core@^2.1.2
Updated@antv/l7-utils@^2.1.2