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 @@ -Coverage:branches: 63.67%Coverage:branches63.67% \ No newline at end of file +Coverage:branches: 63.27%Coverage:branches63.27% \ 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 @@ -Coverage:functions: 69.14%Coverage:functions69.14% \ No newline at end of file +Coverage:functions: 69.13%Coverage:functions69.13% \ 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 @@ -Coverage:lines: 73.94%Coverage:lines73.94% \ No newline at end of file +Coverage:lines: 73.93%Coverage:lines73.93% \ 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 @@ -Coverage:statements: 73.51%Coverage:statements73.51% \ No newline at end of file +Coverage:statements: 73.5%Coverage:statements73.5% \ 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 @@

All files / components/B
- 92.86% + 92.85% Statements 26/28
- 86.21% + 86.2% Branches 50/58
- 64.29% + 64.28% Functions 9/14
- 92.86% + 92.85% Lines 26/28
@@ -54,6 +54,12 @@

All files / components/B

Press n or j to go to the next uncovered block, b, p or k for the previous block.

+


@@ -426,11 +432,11 @@ 

All files / components/B       -134x -134x -134x +126x +126x +126x   -134x +126x       @@ -548,19 +554,19 @@

All files / components/B       -134x -134x -134x -134x +126x +126x +126x +126x     -134x +126x       3x -6x -16x +5x +15x       @@ -573,7 +579,7 @@

All files / components/B       -134x +126x       @@ -912,10 +918,9 @@

All files / components/B -