Releases: processing/p5.js
Releases · processing/p5.js
0.5.8
- Switched from reqwest to fetch for loadX() methods
- New signatures for
httpDo() - Change
loadTable()andloadStrings()to usehttpDo()for consistency - Fix blendMode switching in FF
- Fix mousePressed issues in Chrome
- Fix for
keyIsPressed()function - Fix for
textToPoints()function - Fix
frameRate()docs - Fix
color()documentation - Fix video
removeCue()function - Added docs for loading screen
- Added ISSUE_TEMPLATE.md
- Updated mocha-grunt and other modules to fix build errors
0.5.7
0.5.6
0.5.5
- fix loadPixels()
- webgl / general cleanup
- webgl / fix camera near and far planes and orthographic camera
- fix for colors rgbaToHSLA and hslaToRGBA fix
- update order of arguments for image()
- update p5.sound to 0.3.2
- update p5.dom to 0.4.15
- remove touchX/Y
- take scaling into account with mouse
- remove validateParameters legacy code
- fix seeding for randomGaussian
- fix get() to return area when requested
0.5.4
- add functionality for accessibility alt text for reference examples
- fix winMouseX/Y vars
- fix windowWidth, windowHeight vars
- fix to loadJSON method
- fix image resize() method
- add continuous slider functionality to createSlider() function
- documented and add tests for on demand global mode
- add support for mask() function in p5.MediaElement
- change println() to print(). remove println()
- update sound version 0.3.1
0.5.3
- improvements to documentation
- performance enhancement of get()
- removing print() method
- add access to p5 instance from global scope
- fix for windowWidth and windowHeight
- add optional param to redraw() to control number of redraws
- add removeAttribute() function (p5.dom)
- fixes to 2D primitives in webgl mode
- cleanup and refactoring of webgl code
- add property to p5 to disable friendly errors
- added alt text capability for reference
0.5.2
0.5.1
- doc fixes
- improvements to docs to load faster
- fix to push/pop bug causing accumulating transformations
- improvements to textures in webgl mode
- renames p5.Renderer3D to p5.RendererGL
- fixes for font alignment bugs, updates to docs
- fix for capture width/height bug
0.5.0
0.4.24
- Fixed bug with shearX/Y
- Fixed bug with p5.Image.blend()
- Fix bugs with push()/pop() on draw() loop
- Fix loadPixels() bug ONCE AND FOR ALL (hopefully?)
- p5.XML implemented
- Add an 'init' registerMethod() type
- Documentation and example improvements
- Preprocess docs descriptions as Markdown for better display
- Added yuidoc preprocessor for overloaded methods
- Log helpful warnings if user overwrites p5 globals