We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee32ba + fdccb48 commit 3dea10eCopy full SHA for 3dea10e
client/modules/IDE/hooks/useP5Version.jsx
@@ -8,6 +8,7 @@ import PropTypes from 'prop-types';
8
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
9
// TODO: use their API for this to grab these at build time?
10
export const p5Versions = [
11
+ '2.0.1',
12
'2.0.0',
13
'1.11.5',
14
'1.11.4',
0 commit comments