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 6c4c288 + 5bd5993 commit 4afc759Copy full SHA for 4afc759
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.3',
12
'2.0.2',
13
'2.0.1',
14
'2.0.0',
0 commit comments