@antv/l7-utils
Advanced tools
Comparing version 2.0.0-beta.20 to 2.0.0-beta.21
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0-beta.21](https://github.com/antvis/L7/compare/v2.0.0-beta.16...v2.0.0-beta.21) (2019-12-18) | ||
### Bug Fixes | ||
* **scene:** contianer resize ([1c3be82](https://github.com/antvis/L7/commit/1c3be82711999b70a802a7f0c24ff9ccf76e2d94)) | ||
### Features | ||
* **layer:** add setSelect setActive 方法 & refactor color util ([5c27d66](https://github.com/antvis/L7/commit/5c27d66a6401192f5e0406a2f4c3e0983dc2867c)) | ||
# [2.0.0-beta.20](https://github.com/antvis/L7/compare/v2.0.0-beta.16...v2.0.0-beta.20) (2019-12-12) | ||
@@ -8,0 +24,0 @@ |
@@ -7,2 +7,3 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './event'; | ||
export * from './color'; | ||
export { DOM }; |
@@ -7,3 +7,4 @@ export { djb2hash, BKDRHash } from './hash'; | ||
export * from './event'; | ||
export * from './color'; | ||
export { DOM }; | ||
//# sourceMappingURL=index.js.map |
@@ -85,2 +85,15 @@ "use strict"; | ||
var _color = require("./color"); | ||
Object.keys(_color).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _color[key]; | ||
} | ||
}); | ||
}); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -87,0 +100,0 @@ |
{ | ||
"name": "@antv/l7-utils", | ||
"version": "2.0.0-beta.20", | ||
"version": "2.0.0-beta.21", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3f89ea3603b23bf54695284febd99a1271d25333", | ||
"gitHead": "481d80c0d43172b94b2ffde2a821f044bc047f15", | ||
"publishConfig": { | ||
@@ -42,0 +42,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
144151
43
1383