Conversation
ReactP5Wrapper has been removed in v5 — all examples now use P5Canvas as the primary component. Removed all duplicate "Version 5" collapsible sections since v5 is the current version.
d89863c to
6f6e42b
Compare
Contributor
Author
|
@jamesrweb The issue with the linter has been resolved in #554 and will be gone after its merge |
Member
Merged it now, try rerunning the linter job 👌🏻 |
|
Coverage report for commit: b8e7a64 Summary - Lines: 100.00% | Methods: 100.00% | Branches: 100.00%
🤖 comment via lucassabreu/comment-coverage-clover |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jamesrweb
previously approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
N/A
PR Type
Description
The README still referenced v5 as in development and showed
ReactP5Wrapper(v4) as the primary component in all examples. Since v5 is now released (5.0.2), the documentation needed to be brought up to date.Proposed Changes
ReactP5Wrapperreferences withP5Canvasin code examplesHow Has This Been Tested?
Reviewed the rendered README to ensure all examples use
P5Canvas, no staleReactP5Wrapperreferences remain (except in the migration guide), and all links are correct.Screenshots/Recordings
N/A
Breaking Changes
Checklist
Additional Notes
N/A