2.3.3 patch - #9149
Closed
ksen0 wants to merge 300 commits into
Closed
Conversation
Fixes #8929 - Warn when comparing vectors of different sizes - Compare components up to the shorter length - Makes equals() symmetric regardless of which vector is called on
Has to be updated because of processing/p5.js-website#1426
Has to be updated because of processing/p5.js-website#1426
Change branch reference from '2.0' to 'main'
…g text with a basic animation.
…unit test for the loading indicator to work with the updated loading.js file.
Add unit tests for isLooping() default, noLoop() and loop() states
fix: Vector.equals() asymmetric result when dimensions differ
Update release workflow to use 'v1' branch
Fix false "Expected at most 2 arguments" error for variadic min()/max()
Wait for the download click instead of a fixed timeout in saveCanvas …
Create documentation for decorators in p5.js
Add maximum allowed gif dimension
Continuous ReleaseCDN linkPublished PackagesCommit hash: 945440f Previous deploymentsThis is an automated message. |
Added guide on using decorators in p5.js
Co-authored-by: Kenneth Lim <limzy.kenneth@gmail.com>
Co-authored-by: Kenneth Lim <limzy.kenneth@gmail.com>
…/max()
The runtime implementation of min() and max() is variadic, but their
documented overloads only declared (n0, n1), so the parameter validator
rejected calls like min(1, 2, 3, 4). Add a {...Number} rest parameter to
the two-number overload of both functions (same pattern as createVector)
and update parameterData.json accordingly.
Calls with fewer than two number arguments still fail validation with
the same friendly error as before, and the single-array overload is
unchanged.
Member
Author
|
Sorry for the spam, I merged main into stable by accident. Reverted. |
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.
No description provided.