Skip to content

2.3.3 patch - #9149

Closed
ksen0 wants to merge 300 commits into
stablefrom
2.3.3-patch2
Closed

2.3.3 patch#9149
ksen0 wants to merge 300 commits into
stablefrom
2.3.3-patch2

Conversation

@ksen0

@ksen0 ksen0 commented Sep 7, 2026

Copy link
Copy Markdown
Member

No description provided.

allcontributors Bot and others added 30 commits July 17, 2026 00:48
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
Change branch reference from '2.0' to 'main'
…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
@ksen0
ksen0 changed the base branch from main to stable September 7, 2026 15:40
@ksen0 ksen0 changed the title 2.3.3 patch2 2.3.3 patch Sep 7, 2026
@p5-bot

p5-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown

Continuous Release

CDN link

Published Packages

Commit hash: 945440f

Previous deployments

This is an automated message.

ksen0 and others added 9 commits September 7, 2026 17:41
Added guide on using decorators in p5.js
Added instructions for using @Private and @internal tags in docstrings.
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.
@ksen0

ksen0 commented Sep 7, 2026

Copy link
Copy Markdown
Member Author

Sorry for the spam, I merged main into stable by accident. Reverted.

@ksen0 ksen0 closed this Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.