Releases: processing/p5.js
v2.1.0-rc.0
Help test the release candidate
https://cdn.jsdelivr.net/npm/p5@2.1.0-rc.0/lib/p5.js
Here are all the updates for the upcoming 2.1 milestone. This is a release candidate (RC), which means it is not yet live on the p5.js Editor. Please help us to improve the stability of the newest version of p5.js by trying out this release candidate, and reporting bugs. The 2.1.0 minor release is planned for release on October 27, 2025, unless there are bugs - then these will be fixed before release.
What to test
- TypeScript support
- p5.strands, including branches
if/else
and loopsfor
What's Changed 🎊
- [2.x] Fix ESM export functionality by @limzykenneth in #7764
- Publish types on NPM with next release by @limzykenneth in #7802
- fix: add splineVertex to p5.Graphics prototype and fix unit test error by @VANSH3104 in #7757
- Fixed Error in FES prevents message from being shown, Prevented 'window' properties from being overwritten by @HughJacks in #7765
- Fix WebGL alpha blending by @davepagurek in #7769
- [2.0] Fix touch event not updating mouse coordinates by @limzykenneth in #7772
- Updating foundation-section for async/await by @perminder-17 in #7721
- fixing keyReleased() function. by @perminder-17 in #7758
- Fix corrupted textures when rendering too many WebGL characters by @davepagurek in #7792
- Improve antialiased framebuffer performance by @davepagurek in #7794
- Fix FES check for image() not accepting some valid types by @limzykenneth in #7801
- Fix typo in directionalLight reference (dev-2.0 branch) #7743 by @LalitNarayanYadav in #7778
- Remove dayjs dependency and update date formatting in banner by @error-four-o-four in #7804
- Rest types by @davepagurek in #7803
- Updating all the broken refrence examples. by @perminder-17 in #7739
- Fixing keyTyped() for dev-2.0 branch by @perminder-17 in #7809
- P2HDR docs by @perminder-17 in #7728
- Update creating addon libraries contributor docs by @limzykenneth in #7800
- docs(keyboard): clarify keyIsDown() documentation for key codes and browser compatibility by @dpanshug in #7812
- Prevent FES from checking nested properties by @IIITM-Jay in #7824
- update the model params to be correct for 2.0 in docs and FES by @lukeplowden in #7832
- Model params updated for YUIDocs by @lukeplowden in #7835
- add instance of video in callback (2.0) by @ksen0 in #7877
- Add font readiness wait to create() function in p5.Font.js by @sophyphile in #7882
- Fix typo in createFileInput example by @ksen0 in #7884
- Create Graphics fixing in dev-2.0 branch. by @perminder-17 in #7829
- Alias GLSL's mix function as lerp in p5.strands (#7875) by @LalitNarayanYadav in #7887
- added documentation to _getBrightness() and _getGreen() function by @FerrinThreatt in #7908
- Chore/upgrade eslint by @error-four-o-four in #7853
- Revamped config.yml(branch: dev-2.0) by @shivasankaran18 in #7776
- Update zod 3 to zod 4 support in p5.js dev-2.0 by @madhav2348 in #7872
- Updating visual tests docs for 2.x versions by @perminder-17 in #7827
- Skip adding degenerate faces in textToModel by @davepagurek in #7951
- Add GLSL-based noise(vec2) function to p5.strands (#7897) by @LalitNarayanYadav in #7921
- Fix inline anonymous functions causing a parsing error in p5.strands callbacks by @nking07049925 in #7956
- Fix p5.strands uniform calls, add instance mode construct by @davepagurek in #7961
- Enhance p5.strands noise() to support noise(x, y) and 4-octave fractal noise by @LalitNarayanYadav in #7964
- Adding docs for
code
in the refrence. by @perminder-17 in #7902 - Individual flags to disable part of FES by the user by @limzykenneth in #7967
- Add minified ESM build output by @nickswalker in #7973
- Replace fn with direct downloadFile import to fix issue where fn was not found by @acgillette in #7971
- Documentation fix for swapped parameters in splinePoint and bezierPoint by @shawdm in #7997
- Update dev-2.0 docs with recently-added contributors and stewards by @ksen0 in #8000
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode in dev-2.0 branch. by @perminder-17 in #8006
- Fix MediaElement.copy by @pearmini in #7980
- Reset millis() after setup by @davepagurek in #8005
- Fix: Corrected code block in textureMode() in dev2.0 by @harishbit in #8015
- Merge branch 'loopOptimization' of https://github.com/awood0727/p5.js… by @awood0727 in #8024
- Update README.md by @perminder-17 in #8029
- Fixed syntax error at disableFriendleErrors by @Iron-56 in #8038
- Fix noise() getting overridden; add tests by @davepagurek in #8036
- A few documentation issues to fix by @perminder-17 in #8031
- Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) by @NalinDalal in #8025
- minor-fixing in shape docs by @perminder-17 in #8066
- Update auto-close-issues.yml by @ksen0 in #8069
- textWidth ignores leading and trailing spaces by @Nitin2332 in #8067
- [WIP] Docs: Add initial draft of Strands documentation (feedback wanted) by @Abhayaj247 in #7940
- Fix most of the eslint warnings currently generated by @limzykenneth in #8063
- Addon Events API and User Defined Functions access by @limzykenneth in #7947
- Adding some examples for shapes. by @perminder-17 in #8070
- textToContours is broken under textAlign(CENTER,CENTER) and use linebreak by @perminder-17 in #8083
- reference-fix-2.0 by @Nitin2332 in #8086
- Include use of relevant maxes in
hue()
,saturation()
,brightness()
andlightness()
by @limzykenneth in #8062 - Optimize bottlenecks in 2.0 code by @davepagurek in #8094
- Fix: allow single-arg atan() outside strands; add unit test by @Abhayaj247 in #8096
- [p5.strands] Significant refactor for p5.strands by @lukeplowden in #8009
- Update createCamera docs since it no longer sets the active camera by @davepagurek in #8100
- Use FES internationalization within the minor version by @ksen0 in #8106
- Comma included in load font by @perminder-17 in #8084
- typography error message fixes by @Nitin2332 in #8115
- Re-bind globals when assigned in addons by @davepagurek in #8099
- fromAngle returns a 2D Vector by @ksen0 in #8142
- Bugfix: Prevent genType from being inferred as int in GLSL wrappers by @reshma045 in #7942
- Skip text/gridOutput with a warning in WebGL in 2.0 by @davepagurek in #8147
- Add 3D noise(vec3) support to p5.strands by @LalitNarayanYadav in #7978
- fixed the bug of black-frames by @ayushman1210 in #8132
- Branching and looping for p5.strands by @davepagurek in #8120
- Refactor typescript type generation by @davepagurek in #8114
- [dev-2.0] Fix optional and rest parameters in TypeScript class method declarations by @SoundOfScooting in https://github....
v1.11.11
How to Use
To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/p5@1.11.11/lib/p5.min.js or duplicate this sketch
In the p5.js Editor, make sure this is in the index.html
page:
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.11/lib/p5.min.js"></script>
Problems or Questions?
You can post an issue on GitHub or ask on Discord
Next Release?
Currently, we are focusing on expanding and improving 2.x - therefore, no new features will be added to 1.x. However, the goal is to keep 1.x available as a stable version of p5.js longer-term, so bugfinding, bugfixes and documentation improvements are welcome. Any new release will first have a release candidate available for testing, which is available on GitHub, for several weeks beforehand.
What's Changed 🎊
Because the focus is on p5.js 1.x stability, most of the updates are improvements in documentation, related to development workflow, or bugfixes:
- Replaced redundant else if statement with else statement by @awood0727 in #8016
- docs: add kangjung as a contributor for translation by @allcontributors[bot] in #8053
- Fix misspellings in comment by @AlzaAlzaki76 in #8057
- docs: add AlzaAlzaki76 as a contributor for doc by @allcontributors[bot] in #8059
- docs: add hana-cho as a contributor for translation by @allcontributors[bot] in #8054
- Update contributor_guidelines.md by @ksen0 in #8044
- docs: add eslteacher902010 as a contributor for code by @allcontributors[bot] in #7954
- Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) by @NalinDalal in #8064
- docs: add Abhayaj247 as a contributor for doc by @allcontributors[bot] in #8071
- docs: add Homaid as a contributor for a11y, and code by @allcontributors[bot] in #8076
- Update contributor_guidelines.md - how and when maintainers and stewards assign tasks by @ksen0 in #8080
- Reference-fixes by @Nitin2332 in #8075
- docs: add junseok44 as a contributor for code by @allcontributors[bot] in #8085
- docs: add tychedelia as a contributor for code by @allcontributors[bot] in #8087
- Use FES internationalization within the minor version by @ksen0 in #7878
- Revise security policy and reporting guidelines by @ksen0 in #8111
- Fix misspellings in docs by @AlzaAlzaki76 in #8116
- Use correct type for event param of windowResized by @yogan in #8129
- Global flag and escape char fixes in regular expression by @ksen0 in #8107
- Fix Broken examples for textOutput() and gridOutput() by @hxrshxz in #8125
- Enhance documentation for textOutput and gridOutput methods by @hxrshxz in #8143
- Add marioguzzzman as Spanish i18n steward by @ksen0 in #8144
- Throwing friendly error in webgl mode when using gridOutput() and textOutput() by @Somnath-Mishra in #6491
- docs: add ayushman1210 as a contributor for code by @allcontributors[bot] in #8161
- chore: update README table from stewards.yml by @ksen0 in #8145
- fix: (workflow) Invalid action input by @MannuVilasara in #8136
- docs: add Somnath-Mishra as a contributor for code by @allcontributors[bot] in #8148
- docs: add reshma045 as a contributor for code by @allcontributors[bot] in #8146
- docs: add MannuVilasara as a contributor for code by @allcontributors[bot] in #8165
- Updated 1.x manual tests by @ksen0 in #8167
- Update radio input manual test by @ksen0 in #8169
New Contributors
- @AlzaAlzaki76 made their first contribution in #8057
- @yogan made their first contribution in #8129
- @hxrshxz made their first contribution in #8125
- @Somnath-Mishra made their first contribution in #6491
- @MannuVilasara made their first contribution in #8136
Full Changelog: v1.11.10...v1.11.11
v1.11.11-rc.1
How to test
Please report any issues you find with this release candidate before it goes live as the next version of 1.x! To help test, you can use the downloads below. In the p5.js Editor, you can upload p5.min.js and use it in the index.html
page.
What's Changed
Below are the changes in 1.11.11-rc.1 - primarily documentation, but also addressing some dependency updates and a bugfix.
What's Changed 🎊
- Revise security policy and reporting guidelines by @ksen0 in #8111
- Fix misspellings in docs by @AlzaAlzaki76 in #8116
- Use correct type for event param of windowResized by @yogan in #8129
- Global flag and escape char fixes in regular expression by @ksen0 in #8107
- Fix Broken examples for textOutput() and gridOutput() by @hxrshxz in #8125
- Enhance documentation for textOutput and gridOutput methods by @hxrshxz in #8143
- Add marioguzzzman as Spanish i18n steward by @ksen0 in #8144
- Throwing friendly error in webgl mode when using gridOutput() and textOutput() by @Somnath-Mishra in #6491
- docs: add ayushman1210 as a contributor for code by @allcontributors[bot] in #8161
- chore: update README table from stewards.yml by @ksen0 in #8145
- fix: (workflow) Invalid action input by @MannuVilasara in #8136
- docs: add Somnath-Mishra as a contributor for code by @allcontributors[bot] in #8148
- docs: add reshma045 as a contributor for code by @allcontributors[bot] in #8146
- docs: add MannuVilasara as a contributor for code by @allcontributors[bot] in #8165
New Contributors
- @yogan made their first contribution in #8129
- @hxrshxz made their first contribution in #8125
- @Somnath-Mishra made their first contribution in #6491
- @MannuVilasara made their first contribution in #8136
Full Changelog: v1.11.11-rc.0...v1.11.11-rc.1
v1.11.11-rc.0
How to test
Please report any issues you find with this release candidate before it goes live as the next version of 1.x! To help test, you can use the downloads below. In the p5.js Editor, you can upload p5.min.js and use it in the index.html
page.
What's Changed
Below are the changes in 1.11.11-rc - primarily documentation, but also addressing some dependency updates and a bugfix.
What's Changed 🎊
- Replaced redundant else if statement with else statement by @awood0727 in #8016
- docs: add kangjung as a contributor for translation by @allcontributors[bot] in #8053
- Fix misspellings in comment by @AlzaAlzaki76 in #8057
- docs: add AlzaAlzaki76 as a contributor for doc by @allcontributors[bot] in #8059
- docs: add hana-cho as a contributor for translation by @allcontributors[bot] in #8054
- Update contributor_guidelines.md by @ksen0 in #8044
- docs: add eslteacher902010 as a contributor for code by @allcontributors[bot] in #7954
- Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) by @NalinDalal in #8064
- docs: add Abhayaj247 as a contributor for doc by @allcontributors[bot] in #8071
- docs: add Homaid as a contributor for a11y, and code by @allcontributors[bot] in #8076
- Update contributor_guidelines.md - how and when maintainers and stewards assign tasks by @ksen0 in #8080
- Reference-fixes by @Nitin2332 in #8075
- docs: add junseok44 as a contributor for code by @allcontributors[bot] in #8085
- docs: add tychedelia as a contributor for code by @allcontributors[bot] in #8087
- Use FES internationalization within the minor version by @ksen0 in #7878
New Contributors
- @AlzaAlzaki76 made their first contribution in #8057
Full Changelog: v1.11.10...v1.11.11-rc.0
v2.0.5
What's Changed
This patch fixes a regression on noise()
, and adds many improvements in the documentation of splines and curves. Use this release: https://cdn.jsdelivr.net/npm/p5@2.0.5/lib/p5.min.js
What's Changed 🎊
- Merge branch 'loopOptimization' of https://github.com/awood0727/p5.js… by @awood0727 in #8024
- Update README.md by @perminder-17 in #8029
- Fixed syntax error at disableFriendleErrors by @Iron-56 in #8038
- Fix noise() getting overridden; add tests by @davepagurek in #8036
- A few documentation issues to fix by @perminder-17 in #8031
New Contributors
Full Changelog: v2.0.4...v2.0.5
v2.0.5-rc.0
Help test the release candidate
https://cdn.jsdelivr.net/npm/p5@2.0.5-rc.0/lib/p5.js
Here are all the updates for the upcoming 2.0.5 release. This is a release candidate (RC), which means it is not yet live on the p5.js Editor. Please help us to improve the stability of the newest version of p5.js by trying out this release candidate, and reporting bugs. The 2.0.5 patch is planned for release on September 1st, 2025, unless there are bugs - then these will be fixed before release.
What's Changed 🎊
- Merge branch 'loopOptimization' of https://github.com/awood0727/p5.js… by @awood0727 in #8024
- Update README.md by @perminder-17 in #8029
- Fixed syntax error at disableFriendleErrors by @Iron-56 in #8038
- Fix noise() getting overridden; add tests by @davepagurek in #8036
New Contributors
Full Changelog: v2.0.4...v2.0.5-rc.0
v1.11.10
How to Use
To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js or duplicate this sketch
In the p5.js Editor, make sure this is in the index.html
page:
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js"></script>
Problems or Questions?
You can post an issue on GitHub or ask on Discord
Next Release?
Currently, we are focusing on expanding and improving 2.x - therefore, no new features will be added to 1.x. However, the goal is to keep 1.x available as a stable version of p5.js longer-term, so bugfinding, bugfixes and documentation improvements are welcome. Any new release will first have a release candidate available for testing, which is posted on Discord, Instagram, and GitHub, for several weeks beforehand.
What's Changed 🎊
- Changing URL which comes when user is not in WEBGL mode by @skools-here in #7976
- docs: add mudit06mah as a contributor for doc by @allcontributors[bot] in #7982
- docs: add acgillette as a contributor for code by @allcontributors[bot] in #7990
- Fix parameter documentation for bezierPoint by @shawdm in #7987
- docs: add shawdm as a contributor for doc by @allcontributors[bot] in #7991
- Bring 2.0 stroke ordering fixes to 1.x by @davepagurek in #7996
- docs: add skools-here as a contributor for code by @allcontributors[bot] in #7977
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode by @ericrav in #8004
- docs: add ericrav as a contributor for doc by @allcontributors[bot] in #8007
- Fix: Corrected code block formatting for textureMode() by @harishbit in #8011
- docs: add abuharish02 as a contributor for doc by @allcontributors[bot] in #8012
- docs: add vivekbopaliya as a contributor for code, design, and 2 more by @allcontributors[bot] in #8027
- Update README.md by @ksen0 in #8028
- Adding korean translation steward. by @perminder-17 in #8033
- chore: update README table from stewards.yml by @ksen0 in #8034
- docs: add Iron-56 as a contributor for bug, and code by @allcontributors[bot] in #8039
- docs: add MissTipo as a contributor for blog, code, and 4 more by @allcontributors[bot] in #8045
- mouse offscreen behaviors bugfix by @ksen0 in #8030
New Contributors
- @skools-here made their first contribution in #7976
- @ericrav made their first contribution in #8004
Full Changelog: v1.11.9...v1.11.10
v1.11.10-rc.1
How to test
Please report any issues you find with this release candidate before it goes live as the next version of 1.x! To help test, you can use the downloads below. In the p5.js Editor, you can upload p5.min.js and use it in the index.html
page.
What's Changed
Below are the changes since 1.11.10-rc.0 - primarily documentation, but also addressing a regression.
Bugfix
Documentation
- Fix: Corrected code block formatting for textureMode() by @harishbit in #8011
- docs: add abuharish02 as a contributor for doc by @allcontributors[bot] in #8012
- docs: add vivekbopaliya as a contributor for code, design, and 2 more by @allcontributors[bot] in #8027
- Update README.md by @ksen0 in #8028
- Adding korean translation steward. by @perminder-17 in #8033
- chore: update README table from stewards.yml by @ksen0 in #8034
- docs: add Iron-56 as a contributor for bug, and code by @allcontributors[bot] in #8039
Full Changelog: v1.11.9...v1.11.10-rc.1
v2.0.4
What's Changed 🎊
p5.strands Improvements 🧵
p5.strands is an experimental new feature in in p5.js 2.0 for authoring shaders with JavaScript. You can check out the tutorials if you're interested in trying it out. If you're interested in diving deeper and contributing, you're welcome to join the discussion in the the #p5strands channel on our Discord, or work on the open p5.strands issues
- Alias GLSL's mix function as lerp in p5.strands (#7875) by @LalitNarayanYadav in #7887
- Add GLSL-based noise(vec2) function to p5.strands (#7897) by @LalitNarayanYadav in #7921
- Fix inline anonymous functions causing a parsing error in p5.strands callbacks by @nking07049925 in #7956
- Enhance p5.strands noise() to support noise(x, y) and 4-octave fractal noise by @LalitNarayanYadav in #7964
- Fix p5.strands uniform calls, add instance mode construct by @davepagurek in #7961
Bug Fixes 🐞
- Add font readiness wait to create() function in p5.Font.js by @sophyphile in #7882
- Create Graphics fixing in dev-2.0 branch. by @perminder-17 in #7829
- Chore/upgrade eslint by @error-four-o-four in #7853
- Update zod 3 to zod 4 support in p5.js dev-2.0 by @madhav2348 in #7872
- Skip adding degenerate faces in textToModel by @davepagurek in #7951
- Individual flags to disable part of FES by the user by @limzykenneth in #7967
- Add minified ESM build output by @nickswalker in #7973
- Replace fn with direct downloadFile import to fix issue where fn was not found by @acgillette in #7971
- Fix MediaElement.copy by @pearmini in #7980
- Reset millis() after setup by @davepagurek in #8005
- add instance of video in callback (2.0) by @ksen0 in #7877
Documentation 📚
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode in dev-2.0 branch. by @perminder-17 in #8006
- Update dev-2.0 docs with recently-added contributors and stewards by @ksen0 in #8000
- Documentation fix for swapped parameters in splinePoint and bezierPoint by @shawdm in #7997
- Adding docs for
code
in the refrence. by @perminder-17 in #7902 - added documentation to _getBrightness() and _getGreen() function by @FerrinThreatt in #7908
- Updating visual tests docs for 2.x versions by @perminder-17 in #7827
- Revamped config.yml(branch: dev-2.0) by @shivasankaran18 in #7776
- Fix typo in createFileInput example by @ksen0 in #7884
- Fix: Corrected code block in textureMode() in dev2.0 by @abuharish02 in #8015
New Contributors
- @sophyphile made their first contribution in #7882
- @FerrinThreatt made their first contribution in #7908
- @madhav2348 made their first contribution in #7872
- @nking07049925 made their first contribution in #7956
- @nickswalker made their first contribution in #7973
- @acgillette made their first contribution in #7971
Full Changelog: v2.0.3...v2.0.4-rc.2
v2.0.4-rc.2
Help test the release candidate!
Here are all the updates for the upcoming 2.0.4 release! This is a release candidate (RC), which means it is not yet live on the p5.js Editor. Please help us to improve the stability of the newest version of p5.js by trying out this release candidate, and reporting bugs. The 2.0.4 patch is planned for release on August 5th, 2025, unless there are bugs - then these will be fixed before release.
How to test
You can copy this sketch and make p5.js sketches with it - using the new p5.js 2.0 reference - and then report anything that doesn't work well as a bug! This will help improve the next release 🌱 💚
You can use the downloads below, or use https://cdn.jsdelivr.net/npm/p5@2.0.4-rc.2/lib/p5.js in your script
tag. In the p5.js Editor, you can use this URL in the index.html
page:

What's Changed 🎊
p5.strands Improvements 🧵
p5.strands is an experimental new feature in in p5.js 2.0 for authoring shaders with JavaScript. You can check out the tutorials if you're interested in trying it out. If you're interested in diving deeper and contributing, you're welcome to join the discussion in the the #p5strands channel on our Discord, or work on the open p5.strands issues
- Alias GLSL's mix function as lerp in p5.strands (#7875) by @LalitNarayanYadav in #7887
- Add GLSL-based noise(vec2) function to p5.strands (#7897) by @LalitNarayanYadav in #7921
- Fix inline anonymous functions causing a parsing error in p5.strands callbacks by @nking07049925 in #7956
- Enhance p5.strands noise() to support noise(x, y) and 4-octave fractal noise by @LalitNarayanYadav in #7964
- Fix p5.strands uniform calls, add instance mode construct by @davepagurek in #7961
Bug Fixes 🐞
- Add font readiness wait to create() function in p5.Font.js by @sophyphile in #7882
- Create Graphics fixing in dev-2.0 branch. by @perminder-17 in #7829
- Chore/upgrade eslint by @error-four-o-four in #7853
- Update zod 3 to zod 4 support in p5.js dev-2.0 by @madhav2348 in #7872
- Skip adding degenerate faces in textToModel by @davepagurek in #7951
- Individual flags to disable part of FES by the user by @limzykenneth in #7967
- Add minified ESM build output by @nickswalker in #7973
- Replace fn with direct downloadFile import to fix issue where fn was not found by @acgillette in #7971
- Fix MediaElement.copy by @pearmini in #7980
- Reset millis() after setup by @davepagurek in #8005
- add instance of video in callback (2.0) by @ksen0 in #7877
Documentation 📚
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode in dev-2.0 branch. by @perminder-17 in #8006
- Update dev-2.0 docs with recently-added contributors and stewards by @ksen0 in #8000
- Documentation fix for swapped parameters in splinePoint and bezierPoint by @shawdm in #7997
- Adding docs for
code
in the refrence. by @perminder-17 in #7902 - added documentation to _getBrightness() and _getGreen() function by @FerrinThreatt in #7908
- Updating visual tests docs for 2.x versions by @perminder-17 in #7827
- Revamped config.yml(branch: dev-2.0) by @shivasankaran18 in #7776
- Fix typo in createFileInput example by @ksen0 in #7884
New Contributors
- @sophyphile made their first contribution in #7882
- @FerrinThreatt made their first contribution in #7908
- @madhav2348 made their first contribution in #7872
- @nking07049925 made their first contribution in #7956
- @nickswalker made their first contribution in #7973
- @acgillette made their first contribution in #7971
Full Changelog: v2.0.3...v2.0.4-rc.2