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