You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized that P5LIVE was temporarily broken, because I had the online version's access of p5.min.js gathered using the latest version on jsdelivr, ie:
That is actually loading 2.0.1 – which technically IS the latest version, however by default the p5.js website and editor, are still suggesting and loading the latest version of 1.0 (actually 1.11.5). I believe 1.0 will remain official until Aug 2026? Therefore I'm curious, if there's a more custom way to have that CDN split between the latest of two version?? I don't know if there's a way to link to the latest@1.0 version latest@2.0, or something like that? Just a small issue to figure out during this moment between two versions.
The text was updated successfully, but these errors were encountered:
JSDelivr supports any valid semver on the version string (the part after @). Or if you want specifically a tag, https://cdn.jsdelivr.net/npm/p5@r1/lib/p5.min.js is also valid which we will publish all future 1.x version updates to the r1 tag on NPM and in turn jsDelivr.
Topic
I just realized that P5LIVE was temporarily broken, because I had the online version's access of p5.min.js gathered using the
latest
version on jsdelivr, ie:https://cdn.jsdelivr.net/npm/p5@latest/lib/p5.min.js
That is actually loading 2.0.1 – which technically IS the latest version, however by default the p5.js website and editor, are still suggesting and loading the latest version of 1.0 (actually 1.11.5). I believe 1.0 will remain official until Aug 2026? Therefore I'm curious, if there's a more custom way to have that CDN split between the latest of two version?? I don't know if there's a way to link to the
latest@1.0
versionlatest@2.0
, or something like that? Just a small issue to figure out during this moment between two versions.The text was updated successfully, but these errors were encountered: