@applitools/eyes-common
Advanced tools
Comparing version 3.10.1 to 3.10.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.10.2](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-common@3.10.1...@applitools/eyes-common@3.10.2) (2019-09-22) | ||
### Bug Fixes | ||
* **eyes-common:** changed accessibilityRegionType API - removed None. ([b510014](https://github.com/applitools/eyes.sdk.javascript1/commit/b510014)) | ||
## [3.10.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-common@3.10.0...@applitools/eyes-common@3.10.1) (2019-09-22) | ||
@@ -8,0 +19,0 @@ |
@@ -17,3 +17,3 @@ 'use strict'; | ||
* @param {number} height | ||
* @param {AccessibilityRegionType} type | ||
* @param {AccessibilityRegionType} [type] | ||
*/ | ||
@@ -24,3 +24,3 @@ constructor({ left, top, width, height, type } = {}) { | ||
} | ||
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType); | ||
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType, false); | ||
@@ -27,0 +27,0 @@ this._left = left; |
@@ -10,3 +10,2 @@ 'use strict'; | ||
const AccessibilityRegionType = { | ||
None: 'None', | ||
IgnoreContrast: 'IgnoreContrast', | ||
@@ -13,0 +12,0 @@ RegularText: 'RegularText', |
{ | ||
"name": "@applitools/eyes-common", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"description": "Utilities for working with Eyes JavaScript SDK and the visual grid", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d849566ab606d69ae4e844d244e8b033454626bd" | ||
"gitHead": "52708c7dcf4630e21889c0555be8caa43192fc09" | ||
} |
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
200198
5327