Releases: processing/p5.js
Releases · processing/p5.js
0.4.18
p5.dom
- add center() function
- add createRadio() function
- fix to select() to work with more objects
- .style() now works with loadFont()
p5.sound
webgl
- fixes to texture binding
- add 3D distance function
- various updates and fixes
core
- add identifier to touch objects
- add error callbacks for load functions
- fix to loadPixels() for capture
- fix to capture when drawing into canvas using image()
- change from devicePixelScaling() to pixelDensity()
- round pixelDensity to int to fix firefox
- color refactor
- fix to saveStrings()
- handling of dragging with mouseIsPressed variable
- added docs and tests for dom
0.4.17
critical bug fix to enable webgl
0.4.16
- fix to callbacks with preload
- updated p5.dom docs
- disable window.devicemotion event for p5 IDE (was causing crash)
- fix to loadXML
- auto-incrementing defaultCanvas id for each instance of p5 on page
0.4.15
- critical bug fix that was breaking loading, text, and other functionality
- updates to p5.dom
0.4.14
- WEBGL mode! 3D, lights, camera, etc
- fixes to preload, now allows callback
- error message for loadJSON and loadStrings
- createSlider fix
- expose all arguments of drawImage() to image()
- optimization of arguments slice
- fixes to rotation and acceleration functionality
0.4.13
- fix to `splitTokens()
- fix to `createFileInput()
- fix to reading text from dropzone
- minor updates to documentation
- update p5.sound
0.4.12
- critical bug fix for image loading and other image and pixel functionality
0.4.10
- fix to
get()
- refactor of
p5
variables to support p5.graphics
objects holding their own style properties
- cleanup of typography method calls
- temporary removal of friendly errors
0.4.9
- fixed preload method
- improved docs for noise
- additions and improvements to p5.dom
0.4.8
- fixes to acceleration functions
- add
deviceShaken()
- 3D updates
- improved font tests
- add callback for
loadFont()
- fixes to
colorMode()
and color().toString()
- rename
fullscreen()
to fullScreen()
- grunt task improvements, browserify compatibility added