@enact/spotlight
Advanced tools
Comparing version 4.9.0-beta.1 to 4.9.0
@@ -5,2 +5,8 @@ # Change Log | ||
## [4.9.0] - 2024-07-17 | ||
### Fixed | ||
- `spotlight/Spotlight.disableSelector` to properly update the `selectorDisabled` container config | ||
## [4.9.0-beta.1] - 2024-06-17 | ||
@@ -143,3 +149,3 @@ | ||
- `spotlight` to not leave the restrict container after returning from another app | ||
## [4.5.0-rc.1] - 2022-06-23 | ||
@@ -154,3 +160,3 @@ | ||
- `spotlight` an optional `containerOption.toOuterContainer` parameter to `focus` function to search target recursively to outer container | ||
## [4.5.0-alpha.2] - 2022-05-09 | ||
@@ -157,0 +163,0 @@ |
{ | ||
"name": "@enact/spotlight", | ||
"version": "4.9.0-beta.1", | ||
"version": "4.9.0", | ||
"description": "A focus management library", | ||
@@ -28,6 +28,6 @@ "repository": { | ||
"dependencies": { | ||
"@enact/core": "^4.9.0-beta.1", | ||
"@enact/core": "^4.9.0", | ||
"classnames": "^2.5.1", | ||
"prop-types": "^15.8.1", | ||
"ramda": "^0.29.1", | ||
"ramda": "^0.30.1", | ||
"react": "^18.3.1", | ||
@@ -34,0 +34,0 @@ "react-dom": "^18.3.1", |
@@ -562,3 +562,3 @@ "use strict"; | ||
(0, _container.configureContainer)(containerId, { | ||
selectorDisabled: false | ||
selectorDisabled: true | ||
}); | ||
@@ -565,0 +565,0 @@ return true; |
@@ -25,3 +25,3 @@ "use strict"; | ||
if (typeof window === 'object') { | ||
elementMatchesSelector = window.Element.prototype.matches || window.Element.prototype.matchesSelector || window.Element.prototype.mozMatchesSelector || window.Element.prototype.webkitMatchesSelector || window.Element.prototype.msMatchesSelector || window.Element.prototype.oMatchesSelector || elementMatchesSelector; | ||
elementMatchesSelector = window.Element.prototype.matches || elementMatchesSelector; | ||
} | ||
@@ -28,0 +28,0 @@ var matchSelector = exports.matchSelector = (0, _curry["default"])(function (selector, elem) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
396763
8005
- Removedramda@0.29.1(transitive)
Updated@enact/core@^4.9.0
Updatedramda@^0.30.1