Releases: processing/p5.js-web-editor
Releases · processing/p5.js-web-editor
v2.20.3
What's Changed
- updating ideView to avoiding the inconsistency by @Jatin24062005 in #3795
- build(deps): bump axios from 1.12.1 to 1.13.5 by @dependabot[bot] in #3851
- fix: prevent mass-assignment of user field in createProject and apiCreateProject #3876 by @Nixxx19 in #3889
- chore: alphabetizing variables in __variables.scss by @runningonsideprojects in #3885
- Replace hardcoded aria-labels with i18n by @avinxshKD in #3894
- fix: make password visibility toggle buttons accessible by @avinxshKD in #3861
- Fix: mass assignment update project #3875 by @Nixxx19 in #3893
- Fix: Stream project ZIP download to prevent 502 timeout and memory issues #3780 by @Nixxx19 in #3862
- FIxing Visibility Updating Bug by @Jatin24062005 in #3920
- Add tests for file deletion in files reducer by @aashu2006 in #3853
- Update p5 version from 2.2.1 to 2.2.2 by @ksen0 in #3926
- Fixing Sketches list does not update after renaming a sketch by @Jatin24062005 in #3927
- Fix: use async bcrypt in findMatchingKey #3878 by @Nixxx19 in #3897
- fix: add missing aria-live to form error messages (#3874) by @Nixxx19 in #3884
New Contributors
- @avinxshKD made their first contribution in #3894
Full Changelog: v2.20.2...v2.20.3
v2.20.2
What's Changed
- Update docs for setting up AWS S3 by @Iron-56 in #3844
- Add p5.js 2.2.1 by @ksen0 in #3859
- fix: resolve 502 error on project download (Fixes #3746) by @Nixxx19 in #3770
- Fix: GitHub OAuth: use === instead of = in user email matching (#3877) by @Nixxx19 in #3892
- build(deps): bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #3886
- Add hints to pull request template & ask for screenshots by @clairep94 in #3837
- S3 Bucket Configuration Documentation Revisions by @runningonsideprojects in #3915
- fix: toast component color contrast by @runningonsideprojects in #3865
- build(deps): bump tar and storybook by @dependabot[bot] in #3903
New Contributors
Full Changelog: v2.20.1...v2.20.2
v2.20.1
What's Changed
- Refetch Projects on Project Deletion in Sketch List by @raclim in #3855
- build(deps-dev): bump semver from 5.7.0 to 5.7.2 by @dependabot[bot] in #3852
Full Changelog: v2.20.0...v2.20.1
v2.20.0
What's Changed
- Unhandled exceptions disclosures potential sensitive information by @Iron-56 in #3805
- Implement WCAG-compliant localized common tooltips for disabled upload and file menu actions by @yugalkaushik in #3774
- corrected hindi translatin JSON formatting by @sid2487 in #3751
- Adding additional documentation to the new Styling Guide Readme by @runningonsideprojects in #3822
- Docs: complete cut-off sentence in “Preparing a pull request” section by @sdass1918 in #3721
- Add rel="noopener noreferrer" to all target="_blank" links by @Jeelislive in #3669
- Update docs for setting up google auth by @Iron-56 in #3834
- build(deps): bump diff by @dependabot[bot] in #3829
- build(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #3807
- Fix and Migrate Version URL Parser by @Hugo-RM in #3801
- Remove leftover debug console.log from preview reducer by @aashu2006 in #3824
- Fix: fixes broken links in Styling ReadMe by @runningonsideprojects in #3841
- Add Pagination to Sketch List by @raclim in #3846
- Update Autocomplete Hinter Reference URL to 2.x Docs on Version Change by @raclim in #3848
New Contributors
- @sid2487 made their first contribution in #3751
- @Jeelislive made their first contribution in #3669
- @aashu2006 made their first contribution in #3824
Full Changelog: v2.19.7...v2.20.0
v2.19.7
v2.19.6
v2.19.5
v2.19.4
What's Changed
- build(deps): bump nodemailer from 6.7.3 to 7.0.11 by @dependabot[bot] in #3743
TypescriptMigration:client/modules/Appby @clairep94 in #3785- Chore: 🧹 clean up unused variables to stop lint warnings by @clairep94 in #3786
- build(deps-dev): bump storybook from 7.6.20 to 7.6.21 by @dependabot[bot] in #3760
- build(deps): bump qs, body-parser and express by @dependabot[bot] in #3771
- Set Display State for Small Banner to False by @raclim in #3792
Full Changelog: v2.19.3...v2.19.4
v2.19.3
What's Changed
- [#3504] Add version labels for default and beta versions by @A-L-A in #3525
- Fix broken link in typescript migration.md by @clairep94 in #3745
- Pr05 Typescript Migration #20: Refine server/types & client/reducer types by @clairep94 in #3704
- Add typecheck-check into pull request template by @clairep94 in #3750
- Pr05 Typescript Migration #21:
client/modules/Userby @clairep94 in #3705 - Bump min-document from 2.19.0 to 2.19.1 by @dependabot[bot] in #3719
- Bump js-yaml from 3.13.1 to 3.14.2 by @dependabot[bot] in #3732
- Add p5.js 2.1.1 by @ksen0 in #3757
- Switch to jsdelivr for p5.sound CDN by @davepagurek in #3758
New Contributors
Full Changelog: v2.19.2...v2.19.3
v2.19.2
What's Changed
- Enables URL parsing of p5.js version and add-on libraries by @Hugo-RM in #3715
- Adding translation in pt-BR for
KeyboardShortcuts.CodeEditing.RenameVariablelocale key by @cassiano in #3712 - Fix: 3741 - enable
fetch-examplesscript to resolve both ts and js files by @clairep94 in #3717 - i18n: Fix related Hindi localization errors by @sdass1918 in #3700
- Pr05 Typescript Migration #18: Migrate
client/modules/About&client/modules/Legalby @clairep94 in #3702 - Pr05 Typescript Migration #19:
client/common/iconsby @clairep94 in #3703 - i18n: Add missing hi and bn translations via script by @sdass1918 in #3708
- EOY 2025 Donation Banner by @raclim in #3744
New Contributors
- @Hugo-RM made their first contribution in #3715
- @sdass1918 made their first contribution in #3700
Full Changelog: v2.19.1...v2.19.2