How to Use
To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/p5@1.11.11/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.11/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 available on GitHub, for several weeks beforehand.
What's Changed 🎊
Because the focus is on p5.js 1.x stability, most of the updates are improvements in documentation, related to development workflow, or bugfixes:
- Replaced redundant else if statement with else statement by @awood0727 in #8016
- docs: add kangjung as a contributor for translation by @allcontributors[bot] in #8053
- Fix misspellings in comment by @AlzaAlzaki76 in #8057
- docs: add AlzaAlzaki76 as a contributor for doc by @allcontributors[bot] in #8059
- docs: add hana-cho as a contributor for translation by @allcontributors[bot] in #8054
- Update contributor_guidelines.md by @ksen0 in #8044
- docs: add eslteacher902010 as a contributor for code by @allcontributors[bot] in #7954
- Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) by @NalinDalal in #8064
- docs: add Abhayaj247 as a contributor for doc by @allcontributors[bot] in #8071
- docs: add Homaid as a contributor for a11y, and code by @allcontributors[bot] in #8076
- Update contributor_guidelines.md - how and when maintainers and stewards assign tasks by @ksen0 in #8080
- Reference-fixes by @Nitin2332 in #8075
- docs: add junseok44 as a contributor for code by @allcontributors[bot] in #8085
- docs: add tychedelia as a contributor for code by @allcontributors[bot] in #8087
- Use FES internationalization within the minor version by @ksen0 in #7878
- Revise security policy and reporting guidelines by @ksen0 in #8111
- Fix misspellings in docs by @AlzaAlzaki76 in #8116
- Use correct type for event param of windowResized by @yogan in #8129
- Global flag and escape char fixes in regular expression by @ksen0 in #8107
- Fix Broken examples for textOutput() and gridOutput() by @hxrshxz in #8125
- Enhance documentation for textOutput and gridOutput methods by @hxrshxz in #8143
- Add marioguzzzman as Spanish i18n steward by @ksen0 in #8144
- Throwing friendly error in webgl mode when using gridOutput() and textOutput() by @Somnath-Mishra in #6491
- docs: add ayushman1210 as a contributor for code by @allcontributors[bot] in #8161
- chore: update README table from stewards.yml by @ksen0 in #8145
- fix: (workflow) Invalid action input by @MannuVilasara in #8136
- docs: add Somnath-Mishra as a contributor for code by @allcontributors[bot] in #8148
- docs: add reshma045 as a contributor for code by @allcontributors[bot] in #8146
- docs: add MannuVilasara as a contributor for code by @allcontributors[bot] in #8165
- Updated 1.x manual tests by @ksen0 in #8167
- Update radio input manual test by @ksen0 in #8169
New Contributors
- @AlzaAlzaki76 made their first contribution in #8057
- @yogan made their first contribution in #8129
- @hxrshxz made their first contribution in #8125
- @Somnath-Mishra made their first contribution in #6491
- @MannuVilasara made their first contribution in #8136
Full Changelog: v1.11.10...v1.11.11