diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a040aa1..90e6b2cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/Headstorm/foundry-ui/compare/v1.15.1...v1.16.0) (2022-05-03) + + +### Features + +* **react:** update React version to 18.1.X ([f28d6f3](https://github.com/Headstorm/foundry-ui/commit/f28d6f3fb357f9557a311db90b7299a01c30d736)), closes [#383](https://github.com/Headstorm/foundry-ui/issues/383) + ## [1.15.1](https://github.com/Headstorm/foundry-ui/compare/v1.15.0...v1.15.1) (2022-04-06) diff --git a/coverage/badge-branches.svg b/coverage/badge-branches.svg index e452ff8b7..132dbf7d7 100644 --- a/coverage/badge-branches.svg +++ b/coverage/badge-branches.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/coverage/badge-functions.svg b/coverage/badge-functions.svg index 0f0fd7c2b..6324cdc90 100644 --- a/coverage/badge-functions.svg +++ b/coverage/badge-functions.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/coverage/badge-lines.svg b/coverage/badge-lines.svg index d2919dedd..726fe8381 100644 --- a/coverage/badge-lines.svg +++ b/coverage/badge-lines.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/coverage/badge-statements.svg b/coverage/badge-statements.svg index 0dda58e68..453d9d655 100644 --- a/coverage/badge-statements.svg +++ b/coverage/badge-statements.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/coverage/block-navigation.js b/coverage/block-navigation.js index c7ff5a5ca..cc1213023 100644 --- a/coverage/block-navigation.js +++ b/coverage/block-navigation.js @@ -63,6 +63,14 @@ var jumpToCode = (function init() { } return function jump(event) { + if ( + document.getElementById('fileSearch') === document.activeElement && + document.activeElement != null + ) { + // if we're currently focused on the search input, we don't want to navigate + return; + } + switch (event.which) { case 78: // n case 74: // j diff --git a/coverage/components/Button/Button.tsx.html b/coverage/components/Button/Button.tsx.html index c3716de4a..1493d55cb 100644 --- a/coverage/components/Button/Button.tsx.html +++ b/coverage/components/Button/Button.tsx.html @@ -23,28 +23,28 @@
Press n or j to go to the next uncovered block, b, p or k for the previous block.
+ +