Skip to content

Releases: processing/p5.js

0.3.12

24 Nov 01:08
Compare
Choose a tag to compare

added loadJSON type argument
fixes to p5.dom, capture pixel support, context passing for event listeners
optimization of image methods to support fewer arguments
bug fixes
examples added to inline src

0.3.11

03 Nov 16:39
Compare
Choose a tag to compare

Updates to mouse and touch functionality.
Fixes to frameCount starting frame and webcam tint checks.

0.3.9

10 Oct 10:49
Compare
Choose a tag to compare

fix bugs with scaling for retina
fix bug with push/pop in p5.Graphics
fix preload bug
improved canvasResize function
adding int and string methods

0.3.8

25 Sep 23:17
Compare
Choose a tag to compare
  • updated mouse prevent default behavior
  • improved mouse and touch documentation
  • fixed bugs with key input for firefox
  • fixed scaling bugs for retina

0.3.7

19 Sep 18:53
Compare
Choose a tag to compare

minor fixes and bower integration

0.3.6

11 Sep 23:57
Compare
Choose a tag to compare

adding noCanvas(), windowResized(), better default handling for mouse and touch, support for child() and parent() node arguments, improvements to save() methods, small bug fixes

0.3.5

28 Aug 15:33
Compare
Choose a tag to compare

fixing bugs with text(), ellipse(), and loadPixels() for video

0.3.4

27 Aug 00:01
Compare
Choose a tag to compare

updated p5.sound, much improved save function, fixed bugs related to library hooks.

0.3.3

17 Aug 20:45
Compare
Choose a tag to compare

Improved mouse/touch fallback handling, window resize updating fixed, other small fixes and additions.

0.3.2

09 Aug 03:27
Compare
Choose a tag to compare

Fixing bugs with push and pop, storing pointer to canvas context for speed optimization, other small fixes, updated documentation.