We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ff2d6 + 4de1bbc commit 7ae6e08Copy full SHA for 7ae6e08
common/p5Versions.js
@@ -5,7 +5,8 @@ export const currentP5Version = '1.11.11'; // Don't update to 2.x until 2026
5
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
6
// TODO: use their API for this to grab these at build time?
7
export const p5Versions = [
8
- { version: '2.1.1', label: '(Beta)' },
+ { version: '2.1.2', label: '(Beta)' },
9
+ '2.1.1',
10
'2.0.5',
11
'2.0.4',
12
'2.0.3',
0 commit comments