Skip to content

2.3.3 patch - #9148

Closed
ksen0 wants to merge 12 commits into
stablefrom
2.3.3-patch
Closed

2.3.3 patch#9148
ksen0 wants to merge 12 commits into
stablefrom
2.3.3-patch

Conversation

@ksen0

@ksen0 ksen0 commented Sep 7, 2026

Copy link
Copy Markdown
Member

No description provided.

@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
ksen0 changed the base branch from main to stable September 7, 2026 14:01
ksen0 and others added 10 commits September 7, 2026 17:25
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>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.3.0...4.3.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.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.
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.15...8.5.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@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.

4 participants