JaredReisinger / react-crossword

A flexible, responsive, and easy-to-use crossword component for React apps.
https://react-crossword.jaredreisinger.com
MIT License
182 stars 84 forks source link

allow non-square rendering, fix imperative correctness when loading #458

Closed JaredReisinger closed 1 year ago

JaredReisinger commented 1 year ago

Also: update dependencies (with npm audit fix), and improve test coverage.

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.25% // Head: 100.00% // Increases project coverage by +0.74% :tada:

Coverage data is based on head (fda3353) compared to base (1a2af83). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #458 +/- ## =========================================== + Coverage 99.25% 100.00% +0.74% =========================================== Files 11 11 Lines 539 551 +12 Branches 122 125 +3 =========================================== + Hits 535 551 +16 + Misses 4 0 -4 ``` | [Impacted Files](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger) | Coverage Δ | | |---|---|---| | [src/\_\_test\_\_/helpers.tsx](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL19fdGVzdF9fL2hlbHBlcnMudHN4) | `100.00% <ø> (+50.00%)` | :arrow_up: | | [src/context.ts](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL2NvbnRleHQudHM=) | `100.00% <ø> (ø)` | | | [src/CrosswordGrid.tsx](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL0Nyb3Nzd29yZEdyaWQudHN4) | `100.00% <100.00%> (ø)` | | | [src/CrosswordProvider.tsx](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL0Nyb3Nzd29yZFByb3ZpZGVyLnRzeA==) | `100.00% <100.00%> (+0.64%)` | :arrow_up: | | [src/util.ts](https://codecov.io/gh/JaredReisinger/react-crossword/pull/458/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL3V0aWwudHM=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 5.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: