Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency p5 to ^0.10.0 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 12, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
p5 ^0.4.22 -> ^0.10.0 age adoption passing confidence

Release Notes

processing/p5.js

v0.10.2

Compare Source

  • expanding foundational JS docs
  • fix release task

v0.10.1

Compare Source

v0.10.0

Compare Source

  • merge p5.dom.js into p5.js

  • update source and samples to ES6

  • add erase() and noErase()

  • pointer lock API

  • promise-based preload

  • add optional crossOrigin parameter to createImg()

  • require alt text when creating images

  • remove _pixelsDirty

  • angleBetween() now returns value between -PI and PI

  • copy() now works with 2D and WebGL

  • perPixelLighting fixed in Android 8+ for WebGL

  • zoom sensitivity for orbitControl

  • specularColor() for WebGL mode

  • frustum() for WebGL mode

  • clear depth every frame in WebGL mode

  • emissive() lighting for WebGL mode

  • spotLight() lighting for WebGL mode

  • removeLights() function for WebGL mode

  • falloff() for lighting in WebGL mode

  • loadModel() can now load .stl files

v0.9.0

Compare Source

  • Implement 'deltaTime' global variable
  • Added falloff function
  • default drawMode as FILL in WebGL
  • improved uniform names
  • unify lighting
  • Add Tint support in WebGL
  • add localStorage support
  • 3D createGraphics setAttributes working
  • removing sync option
  • add p5-test suite
  • fix updatePixels bug
  • fix onBlur undefined return
  • fix text to bindTextures during shader initialization
  • fix directional light direction calculation wrt. view matrix
  • Fix nfs()
  • fix mouseX, mouseY and touchX, touchY for noCanvas
  • fix video.get()
  • fix createCapture loaded event to wait for metadata
  • fix mobile safari for touch event duplication
  • add unit tests for jsonp
  • add mouse events unit tests
  • core/attributes.js: add unit tests
  • core/transform.js: add unit tests
  • core/p5.Element.js: add more unit tests
  • events/mouse.js: add unit tests
  • events/keyboard.js: create unit tests
  • events/touch.js: create unit tests
  • image/pixels.js : add unit tests
  • image/filters.js: add unit tests
  • upgrade mocha
  • port node tests to tdd style
  • move config to task runner
  • add recommended extensions for vscode
  • add eslint plugin
  • add grunt-simple-nyc

v0.8.0

Compare Source

  • updated reference examples to ES6
  • updated dev docs to ES6
  • fix p5.dom drop() function
  • add toggleClass(), hasClass(), addClass() methods to p5.dom
  • fix get() method for createCapture()
  • fix style() function for positioning
  • fix normals for cylinder() and cone()
  • fix arc()
  • fix handling of keyboard events with multiple sketch instances
  • fix for pixel updating
  • add p5.Graphics.reset()
  • fix for circle() to take diameter instead of radius
  • fix for square() to accept corner radius argument
  • fix Infinity handling for int(), float(), hex()
  • fix texture wrapping
  • add image() to webgl mode
  • added blendMode() to webgl mode
  • add resetShader() method
  • add lights() function to webgl mode
  • implemented shininess()
  • setAttributes() can be called before gl canvas is created

v0.7.3

Compare Source

  • added circle() and square() functions
  • add BOLDITALIC option for textStyle()
  • fix webgl triangle strip, triangles, stroke issue with 2D vertex
  • updates to p5.XML
  • improve loadX() tests
  • updates to p5.Sound library
  • updated many examples to ES6

v0.7.2

Compare Source

  • fix for element.mousePressed() bug
  • updates to webgl mode
  • update test/ filenames to match src/

v0.7.1

Compare Source

  • fix for npm install of p5
  • merged gsoc reports
  • added color picker to p5.dom

v0.7.0

Compare Source

  • 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()

v0.6.1

Compare Source

  • rename PrintWriter.flush() to PrintWriter.clear()
  • fixes to webgl mode
  • added default class to p5 instances
  • deprecated array methods
  • added examples
  • reference fixes

v0.6.0

Compare Source

  • 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

v0.5.16

Compare Source

v0.5.15

Compare Source

v0.5.14

Compare Source

  • remove CSS styling from FES
  • merge release automation tasks!

v0.5.13

Compare Source

  • adding friendly error system updates
  • update docs

v0.5.12

Compare Source

  • 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

v0.5.11

Compare Source

  • 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

v0.5.10

Compare Source

  • patch for mouseIsPressed bug
  • add support for numbers in httpDo()
  • check extension for loadTable

v0.5.9

Compare Source

  • enable select() for existing dropdown element
  • fix httpPost, httpGet
  • add default application/json header for httpGet
  • fixing broken select() on touch issue (duplicate touch/mouse event firing issue still exists in some browsers)
  • change getNumber() to getNum()
  • handle empty cell for p5.Table getNum()
  • handling of blank lines in p5.Table
  • fix saveTable() function, now currently formats output
  • remove need for type argument in saveTable()
  • fix map() with HSB constrained values
  • update opentype to 0.6.9
  • textFont() now returns current font
  • webgl shape texturing fix
  • reference updates for updatePixels() and loadPixels()
  • reference updates for filter() documentation

v0.5.8

Compare Source

  • Switched from reqwest to fetch for loadX() methods
  • New signatures for httpDo()
  • Change loadTable() and loadStrings() to use httpDo() 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

v0.5.7

Compare Source

  • default params for perspective()
  • fix for keyIsPressed()
  • fix textBound() bug
  • fix css cursors not appearing
  • fix touchEnded() bug
  • fix saveCanvas() bug
  • add remove() method for p5.Graphics
  • fix typos in documentation and examples

v0.5.6

Compare Source

  • fix touchX/Y updating
  • added default params for ortho()
  • added type param for createInput()
  • fix to image() drawing for DOM elements
  • fix p5.Vector.rotate()
  • updates to reference documentation and examples

v0.5.5

Compare Source

  • 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

v0.5.4

Compare Source

  • 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

v0.5.3

Compare Source

  • 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

v0.5.2

Compare Source

  • fix bug with rotate()
  • fix bug with webgl texture, so no longer requires p5.dom included
  • fix handling of mouseX/mouseY
  • fix p5.Color methods and string handling
  • update documentation
  • fix webgl lights, material, and geometry

v0.5.1

Compare Source

  • 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

v0.5.0

Compare Source

  • major WebGL / 3D fixes and updates
  • OBJ loader functionality added
  • minor updates to documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant