Skip to content

Releases: processing/p5.js

0.7.2

02 Sep 23:31
Compare
Choose a tag to compare
  • fix for element.mousePressed() bug
  • updates to webgl mode
  • update test/ filenames to match src/

0.7.1

10 Aug 23:10
Compare
Choose a tag to compare
  • fix for npm install of p5
  • merged gsoc reports
  • added color picker to p5.dom

0.7.0

10 Aug 03:42
Compare
Choose a tag to compare
  • update and move developer_docs
  • update reference build process
  • update parameter checking and FES
  • webgl fixes
  • rearrange and rename files in core/ folder
  • fix pixelDensity issues
  • remove phantomJS testing, add mochaChrome
  • fixes to createVideo()

0.6.1

28 Apr 01:04
Compare
Choose a tag to compare
  • rename PrintWriter.flush() to PrintWriter.clear()
  • fixes to webgl mode
  • added default class to p5 instances
  • deprecated array methods
  • added examples
  • reference fixes

0.6.0

20 Jan 02:58
Compare
Choose a tag to compare
  • 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

12 Oct 02:30
Compare
Choose a tag to compare

0.5.14

29 Aug 00:04
Compare
Choose a tag to compare
  • remove CSS styling from FES
  • merge release automation tasks!

0.5.13

26 Aug 03:48
Compare
Choose a tag to compare
  • adding friendly error system updates
  • update docs

0.5.12

12 Aug 02:36
Compare
Choose a tag to compare
  • 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

0.5.11

01 Jun 23:30
Compare
Choose a tag to compare
  • fix for mouseDragged
  • fix to text bounds detection
  • adding ability to change options for createSelect()
  • change angleBetween to instance method
  • fix tint() for p5.Graphics
  • documentation example fixes