@enact/spotlight
Advanced tools
Comparing version 3.4.11 to 3.5.0
@@ -5,2 +5,6 @@ # Change Log | ||
## [3.5.0] - 2021-02-05 | ||
No significant changes. | ||
## [3.4.11] - 2020-12-11 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@enact/spotlight", | ||
"version": "3.4.11", | ||
"version": "3.5.0", | ||
"description": "A focus management library", | ||
@@ -21,3 +21,3 @@ "main": "src/spotlight.js", | ||
"dependencies": { | ||
"@enact/core": "^3.4.11", | ||
"@enact/core": "^3.5.0", | ||
"prop-types": "^15.7.2", | ||
@@ -24,0 +24,0 @@ "ramda": "^0.24.1", |
@@ -47,3 +47,3 @@ # @enact/spotlight [![npm (scoped)](https://img.shields.io/npm/v/@enact/spotlight.svg?style=flat-square)](https://www.npmjs.com/package/@enact/spotlight) | ||
Copyright (c) 2012-2020 LG Electronics | ||
Copyright (c) 2012-2021 LG Electronics | ||
@@ -50,0 +50,0 @@ Unless otherwise specified or set forth in the NOTICE file, all content, |
@@ -205,7 +205,3 @@ "use strict"; | ||
return keyCode === value; | ||
}); // FIXME: temporary patch to maintain compatibility with moonstone 3.2.5 which | ||
// deconstructs `preventDefault` from the event which is incompatible with React's | ||
// synthetic event. | ||
ev.preventDefault = ev.preventDefault.bind(ev); | ||
}); | ||
(0, _handle.forward)('onKeyUp', ev, props); | ||
@@ -212,0 +208,0 @@ var notPrevented = !ev.defaultPrevented; // bail early for non-selection keyup to avoid clearing lastSelectTarget prematurely |
321409
6544
Updated@enact/core@^3.5.0