-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency p5 to v2 #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/p5-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
❌ Deploy Preview for p5-codesandbox failed. Why did it fail? →
|
17676b8 to
ceae3b5
Compare
ceae3b5 to
297cf70
Compare
297cf70 to
9ed0d31
Compare
9ed0d31 to
69b5622
Compare
❌ Deploy Preview for p5-codesandbox failed. Why did it fail? →
|
69b5622 to
b2032b2
Compare
1035ebc to
52bbe20
Compare
52bbe20 to
9e46e44
Compare
9e46e44 to
070b9f9
Compare
adc4b3a to
124cae7
Compare
124cae7 to
431d7e3
Compare
431d7e3 to
6a63154
Compare
❌ Deploy Preview for p5-codesandbox failed. Why did it fail? →
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
1.11.0→2.1.2Release Notes
processing/p5.js (p5)
v2.1.2Compare Source
What's Changed
Use this link to load the library: https://cdn.jsdelivr.net/npm/p5@2.1.2/lib/p5.js
This patch includes documentation updates, bugfixes, and improvements on the experimental p5.strands feature.
What's Changed 🎊
New Contributors
Full Changelog: processing/p5.js@v2.1.1...v2.1.2
v2.1.1Compare Source
Use this link to load the library: https://cdn.jsdelivr.net/npm/p5@2.1.1/lib/p5.js
What's new in p5.js 2.1 🌱
if/elseand loopingforoneColor.contrast(anotherColor)checks the contrast between two colors. This method returns a boolean value to indicate if the two color has enough contrast.truemeans that the colors has enough contrast to be used as background color and body text color.falsemeans there is not enough contrast.A second argument can be passed to the method,
options, which defines the algorithm to be used. The algorithms currently supported are WCAG 2.1 ('WCAG21') or APCA ('APCA'). The default is WCAG 2.1. If a value of'all'is passed to theoptionsargument, an object containing more details is returned. The details object will include the calculated contrast value of the colors and different passing criteria.For more details about color contrast, you can check out this page from color.js, and the WebAIM color contrast checker.
Changes since 2.0 🎊
codein the refrence. by @perminder-17 in #7902hue(),saturation(),brightness()andlightness()by @limzykenneth in #8062describe()Usage by @NalinDalal in #8101AGENTS.md[dev-2.0 branch] by @ksen0 in #8249New Contributors
Full Changelog: processing/p5.js@v2.0.0...v2.1.1
v2.1.0Compare Source
Use this link to load the library: https://cdn.jsdelivr.net/npm/p5@2.1.0/lib/p5.js
What's new in p5.js 2.1 🌱
if/elseand loopingforoneColor.contrast(anotherColor)checks the contrast between two colors. This method returns a boolean value to indicate if the two color has enough contrast.truemeans that the colors has enough contrast to be used as background color and body text color.falsemeans there is not enough contrast.A second argument can be passed to the method,
options, which defines the algorithm to be used. The algorithms currently supported are WCAG 2.1 ('WCAG21') or APCA ('APCA'). The default is WCAG 2.1. If a value of'all'is passed to theoptionsargument, an object containing more details is returned. The details object will include the calculated contrast value of the colors and different passing criteria.For more details about color contrast, you can check out this page from color.js, and the WebAIM color contrast checker.
Changes since 2.0 🎊
codein the refrence. by @perminder-17 in #7902hue(),saturation(),brightness()andlightness()by @limzykenneth in #8062describe()Usage by @NalinDalal in #8101AGENTS.md[dev-2.0 branch] by @ksen0 in #8249New Contributors
Full Changelog: processing/p5.js@v2.0.0...v2.1.0
v2.0.5Compare Source
What's Changed
This patch fixes a regression on
noise(), and adds many improvements in the documentation of splines and curves. Use this release: https://cdn.jsdelivr.net/npm/p5@2.0.5/lib/p5.min.jsWhat's Changed 🎊
New Contributors
Full Changelog: processing/p5.js@v2.0.4...v2.0.5
v2.0.4Compare Source
What's Changed 🎊
p5.strands Improvements 🧵
p5.strands is an experimental new feature in in p5.js 2.0 for authoring shaders with
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.