delirvfx / Delir

Web Technology driven VFX Application
http://delir.studio
MIT License
158 stars 9 forks source link

Bump p5 from 0.9.0 to 1.0.0 #465

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps p5 from 0.9.0 to 1.0.0.

Release notes

Sourced from p5's releases.

1.0.0

Read about 1.0 release here: https://medium.com/processing-foundation/p5-js-1-0-is-here-b7267140753a

  • adding documentation and diagram for graphics objects
  • Fix issue with trying to draw non-existent strokes
  • add i18n contributor guide
  • add i18next / 18n support for friendly error system messages
  • add i18n contributor guide
  • updating documentation for rotation constants
  • take angleMode into consideration for rotationXYZ
  • fix cylinder and cone uv bug
  • Start counting millis() just before setup() is called
  • Add support for twitter polling
  • Always depthMask when buffer is present
  • Remove background caching and blend when non-standard blendMode
  • Removed legacy printMatrix method
  • Add third argument to position method
  • Remove benchmarking code from the repo
  • Added static method of rem() and its documentation
  • Added support for arrays as argument in math methods
  • added rem() method on p5.Vector
  • Add line-break support to saveStrings function
  • updating reset of 3d primitives to check for stroke before printing warning
  • Remove alpha args from specular/ambientMaterial
  • p5.sound 0.3.12
  • Update issue templates
  • Added disable method for createSelect element
  • Make perPixelLighting the default
  • allow rect() to use just 3 parameters for a square, similar to how ellipse() allows 3 params
  • Fix iOS lighting issues
  • Set webgl default to TRIANGLE_FAN
  • Updated developer_docs in preparation for Developer Docs website
  • Only enable vertexAttribute once, and blending fix
  • Better array equal method
  • Only change blend state in GL when necessary
  • Better background caching
  • adding style guide notes for yuidoc
  • updating code style guide
  • merge p5.dom into core
  • Making alt text field for images
  • add more autoplay error catching logic
  • use autoplay error helper
  • add friendly autoplay error helper
  • use FES for failed manual media play
  • Adding image element to createImg callback
  • Added fract() method to calculation.js

0.10.2

  • expanding foundational JS docs
  • fix release task
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by p5.js, a new releaser for p5 since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)