Skip to content

Releases: processing/p5.js

0.4.19

11 Nov 22:47
Compare
Choose a tag to compare
  • crucial bug fix for broken webgl mode in 0.4.18
  • updated select() and selectAll() methods

0.4.18

09 Nov 21:54
Compare
Choose a tag to compare

p5.dom

  • add center() function
  • add createRadio() function
  • fix to select() to work with more objects
  • .style() now works with loadFont()

p5.sound

  • update to version 0.2.16

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

13 Oct 15:32
Compare
Choose a tag to compare

critical bug fix to enable webgl

0.4.16

12 Oct 21:52
Compare
Choose a tag to compare
  • 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

06 Oct 22:36
Compare
Choose a tag to compare
  • critical bug fix that was breaking loading, text, and other functionality
  • updates to p5.dom

0.4.14

05 Oct 12:06
Compare
Choose a tag to compare
  • 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

20 Sep 20:40
Compare
Choose a tag to compare
  • fix to `splitTokens()
  • fix to `createFileInput()
  • fix to reading text from dropzone
  • minor updates to documentation
  • update p5.sound

0.4.12

16 Sep 02:50
Compare
Choose a tag to compare
  • critical bug fix for image loading and other image and pixel functionality

0.4.10

13 Sep 00:24
Compare
Choose a tag to compare
  • 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

01 Sep 02:58
Compare
Choose a tag to compare
  • fixed preload method
  • improved docs for noise
  • additions and improvements to p5.dom