This patch release includes a couple of bugfixes. Use this version by including:
<script src="https://cdn.jsdelivr.net/npm/p5@2.3.4/lib/p5.js"></script>
<!-- Optional for WEBGPU renderer: -->
<script src="https://cdn.jsdelivr.net/npm/p5@2.3.4/lib/p5.webgpu.js"></script>What's Changed
- In #9202 several contributors @haukun @Vaivaswat2244 and @scs0209 investigated a problem with
p5.VERSION. This was the result of a problem during the previous patch release, and the problem is fixed in2.3.4 - In #9211 @davepagurek fixed a bug that prevented a more helpful FES message when
preload()was used. - In #9215 @limzykenneth enabled CI for the
stablebranch to improve the new release process. - @Pranava-Pai-N reported and fixed #9141, with review by @limzykenneth and @perminder-17
- @Pcmhacker-piro fixed the missing types declarations issue #9190 reported by @m4lt3
Work continues (in the main branch) toward 2.4, but this atomic patch makes bugfixes available sooner, following our recent approach to patch releases.
Full Changelog: v2.3.3...v2.3.4