Releases: processing/p5.js
Releases · processing/p5.js
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
- Add all-contributors to README
- Replace jscs and jshint with eslint
- Add code lint autofix using prettier
- Fix global doubleClicked event not firing
- Fix double click function not firing for p5.Element
- Updates to param validation
- Added karma benchmarking
- Enable self-hosting yui docs
- Improvements to yuidocs and reference
- Make 'rotate' default to Z-axis
- Improvements to p5.Vector
- WEBGL lighting updates
- Adding custom shader support
- Clarify gruntfile
0.5.16
- major webgl updates (see https://mlarghydracept.github.io/GSOC17/ and http://www.katehollenbach.com/gsoc-2017/)
- add detach event listener support
- fix image() docs
- fix frameCount increment
- fixes to docs and tests
0.5.14
0.5.13
0.5.12
- adding p5.StringDict, p5.NumberDict, p5.TypedDict
- fix to textWidth()
- fix bug with preload() / decrementPreload
- fix bug with frameRate()
- cache fillStyle and strokeStyle to improve performance
- fix to webgl immediate mode to improve performance
- added #rgba and #rrggbbaa support
- added doubleClicked() function
- added constants DEG_TO_RAD & RAD_TO_DEG
- reorganization of unit tests to support modularization
- fixes and examples added to docs
- update opentype to 0.5.7
- fix for loadFont()
- updates to p5.dom to support checkbox and radio input elements
- added issue template
- update p5.sound 0.3.5
- update p5.dom 0.3.4