How to Use
To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js or duplicate this sketch
In the p5.js Editor, make sure this is in the index.html
page:
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js"></script>
Problems or Questions?
You can post an issue on GitHub or ask on Discord
Next Release?
Currently, we are focusing on expanding and improving 2.x - therefore, no new features will be added to 1.x. However, the goal is to keep 1.x available as a stable version of p5.js longer-term, so bugfinding, bugfixes and documentation improvements are welcome. Any new release will first have a release candidate available for testing, which is posted on Discord, Instagram, and GitHub, for several weeks beforehand.
What's Changed 🎊
- Changing URL which comes when user is not in WEBGL mode by @skools-here in #7976
- docs: add mudit06mah as a contributor for doc by @allcontributors[bot] in #7982
- docs: add acgillette as a contributor for code by @allcontributors[bot] in #7990
- Fix parameter documentation for bezierPoint by @shawdm in #7987
- docs: add shawdm as a contributor for doc by @allcontributors[bot] in #7991
- Bring 2.0 stroke ordering fixes to 1.x by @davepagurek in #7996
- docs: add skools-here as a contributor for code by @allcontributors[bot] in #7977
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode by @ericrav in #8004
- docs: add ericrav as a contributor for doc by @allcontributors[bot] in #8007
- Fix: Corrected code block formatting for textureMode() by @harishbit in #8011
- docs: add abuharish02 as a contributor for doc by @allcontributors[bot] in #8012
- docs: add vivekbopaliya as a contributor for code, design, and 2 more by @allcontributors[bot] in #8027
- Update README.md by @ksen0 in #8028
- Adding korean translation steward. by @perminder-17 in #8033
- chore: update README table from stewards.yml by @ksen0 in #8034
- docs: add Iron-56 as a contributor for bug, and code by @allcontributors[bot] in #8039
- docs: add MissTipo as a contributor for blog, code, and 4 more by @allcontributors[bot] in #8045
- mouse offscreen behaviors bugfix by @ksen0 in #8030
New Contributors
- @skools-here made their first contribution in #7976
- @ericrav made their first contribution in #8004
Full Changelog: v1.11.9...v1.11.10