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

feat: add basic IPUZ support #462

Closed JaredReisinger closed 1 year ago

JaredReisinger commented 1 year ago

Added a simple useIpuz() hook to convert IPUZ crossword data into react-crossword-native format.

fix #414

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

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

:exclamation: Current head 0eba17d differs from pull request most recent head 00f83d7. Consider uploading reports for the commit 00f83d7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #462 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 13 +2 Lines 551 609 +58 Branches 125 140 +15 ========================================= + Hits 551 609 +58 ``` | [Impacted Files](https://codecov.io/gh/JaredReisinger/react-crossword/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger) | Coverage Δ | | |---|---|---| | [src/\_\_test\_\_/ipuz-complex.ts](https://codecov.io/gh/JaredReisinger/react-crossword/pull/462/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL19fdGVzdF9fL2lwdXotY29tcGxleC50cw==) | `100.00% <100.00%> (ø)` | | | [src/ipuz.ts](https://codecov.io/gh/JaredReisinger/react-crossword/pull/462/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jared+Reisinger#diff-c3JjL2lwdXoudHM=) | `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.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: