@semcore/neighbor-location
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [2.2.0] - 2021-04-26 | ||
### Changed | ||
- Version of dependence `@semcore/core` has been changed to `1.11`. | ||
- Improved performance. Removed one component wrapper. | ||
- The style processing system has been changed. | ||
- Removed the ability to apply media styles via a plugin `babel-plugin-react-semcore`. | ||
## [2.1.0] - 2020-12-17 | ||
@@ -7,0 +16,0 @@ |
@@ -21,2 +21,3 @@ "use strict"; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _NeighborLocation[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -23,0 +24,0 @@ enumerable: true, |
@@ -39,3 +39,3 @@ "use strict"; | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
@@ -42,0 +42,0 @@ var CALCULATE_NEIGHBOR_LOCATION = Symbol('CALCULATE_NEIGHBOR_LOCATION'); |
@@ -15,3 +15,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
@@ -18,0 +18,0 @@ import React, { useContext, useRef } from 'react'; |
{ | ||
"name": "@semcore/neighbor-location", | ||
"description": "SEMRush NeighborLocation Component", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
Sorry, the diff of this file is not supported yet
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
31280
357