Skip to content

Commit 4de1bbc

Browse files
authored
Add p5.js 2.1.1
We recently [released p5.js 2.1.2](https://github.com/processing/p5.js/releases/tag/v2.1.2)! This adds it to the version picker. I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] has no test errors (`npm run test`) * [x] is from a uniquely-named feature branch and is up to date with the `develop` branch. * [x] is descriptively named and links to an issue number, i.e. `Fixes #123`
1 parent b5ff2d6 commit 4de1bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/p5Versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export const currentP5Version = '1.11.11'; // Don't update to 2.x until 2026
55
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
66
// TODO: use their API for this to grab these at build time?
77
export const p5Versions = [
8-
{ version: '2.1.1', label: '(Beta)' },
8+
{ version: '2.1.2', label: '(Beta)' },
9+
'2.1.1',
910
'2.0.5',
1011
'2.0.4',
1112
'2.0.3',

0 commit comments

Comments
 (0)