Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps p5 from 1.8.0 to 1.9.0.

Release notes

Sourced from p5's releases.

v1.9.0

What's Changed

In this release, p5.js added draggable() to let you move around elements, added imageLight() to get 3D lighting from images, added computeNormals(SMOOTH) for custom smooth 3D geometry, and added support for custom filter shaders in 2D mode. We updated a group of p5.js Reference pages as part of 2023 Season of Docs (SoD) program, with a goal to make them more accessible and beginner-friendly. Thanks to the SoD technical writer @​nickmcintyre.

What's Changed 🎊

DOM

WebGL

Documentation

New Contributors 💗

Full Changelog: processing/p5.js@v1.8.0...v1.9.0

Commits
  • 37d3324 1.9.0
  • 2906ae9 Merge pull request #6594 from tabreturn/patch-1
  • 11f21f9 Insert missing "Good." comment
  • 7587e0a Merge pull request #6591 from davepagurek/fix/smooth-normals-seams
  • 7c91654 Fix rounding of values close to 0 when computing smooth normals
  • 773eb0d CI fix update website version json
  • 375c06a Merge pull request #6580 from SlightlyEpic/polygon
  • 83265fb Merge branch 'main' into polygon
  • a5fa292 Merge pull request #6542 from davepagurek/fix/img-pixel-density
  • c0acef8 Merge pull request #6559 from perminder-17/framebuff
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [p5](https://github.com/processing/p5.js) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/processing/p5.js/releases)
- [Changelog](https://github.com/processing/p5.js/blob/main/contributor_docs/release_process.md)
- [Commits](processing/p5.js@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: p5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
@dependabot dependabot bot requested a review from jamesrweb December 4, 2023 07:01
@jamesrweb jamesrweb merged commit 2b39b8a into master Dec 4, 2023
@jamesrweb jamesrweb deleted the dependabot/npm_and_yarn/p5-1.9.0 branch December 4, 2023 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants