Skip to content

v1.11.11

Choose a tag to compare

@ksen0 ksen0 released this 20 Oct 17:59
· 47 commits to main since this release

How to Use

To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/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:

New Contributors

Full Changelog: v1.11.10...v1.11.11