What's Changed
What's Changed 🎊
- [p5.js 2.0] Loading functions fixes by @limzykenneth in #7594
- Remove old overloads for bezierVertex() and quadraticVertex() by @davepagurek in #7600
- Fix endShape() to Properly Close Paths and Prevent Shape Merging by @Forchapeatl in #7601
- Replace p5.Element mouse/touch events with pointer events by @davepagurek in #7608
- Updated Stencil Test Case to prevent it from disable after every draw by @Vaivaswat2244 in #7578
- Tried an approch for text case in pixelmatch by @Vaivaswat2244 in #7552
- Add deprecation info for p5.Table and splitTokens by @davepagurek in #7624
- Fixes to get the website to build the 2.0 branch by @davepagurek in #7625
- [p5.js 2.0] Remove typed dict and array functions by @limzykenneth in #7616
- Typescript declaration files script by @diyaayay in #7465
- loadFilterShader fixes by @perminder-17 in #7636
- [p5.js 2.0] Fix p5.Table.getColumn does not work with named columns by @limzykenneth in #7643
- Convert docs and types scripts to .mjs to fix node errors on some platforms by @davepagurek in #7644
- fixing getString(), getNum() and get() by @perminder-17 in #7647
- fixing get() in p5.Table by @perminder-17 in #7646
- p5.js Shader generation API by @lukeplowden in #7622
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5