Releases: processing/p5.js-web-editor
Releases · processing/p5.js-web-editor
v2.12.4
v2.12.3
v2.12.2
What's Changed
- Convert
user.controller.js
toasync
/await
syntax. by @lindapaiste in #3032 - Delete unused callback on
isSlugUnique
function by @lindapaiste in #3022 - Convert
project.controller
toasync
/await
syntax by @lindapaiste in #3025 - Update createDefaultFiles.js to p5.js version 1.9.2 by @Qianqianye in #3063
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
- Update createDefaultFiles.js to p5.js version 1.9.1 by @Qianqianye in #3056
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- Add Turkish translation to the SignUp View by @riteshwadhwani in #2880
- Hindi translations: Legal by @umangutkarsh in #2696
- Fixed hindi translations of issue no 2609 by @reach2saksham in #2729
- Fix: Translation of "Web editor" by @adityagarg06 in #2330
- Fix/#2609 'About' translation fixes by @umangutkarsh in #2691
- Fix #2314 by ignoring deleted assets in zip download by @lindapaiste in #2315
- Fix #212: Support dynamic paths in
loadImage
by @lindapaiste in #2259 - Convert server "object exists" functions to async/await. by @lindapaiste in #2344
- Revert "Fix #212: Support dynamic paths in
loadImage
" by @raclim in #2954 - Cleanup
getProjectsForUser
function by @lindapaiste in #2320 - Convert
AddToCollectionSketchList
to a function component by @lindapaiste in #2364 - Fix : [#2698] Change minsize 125 to 150 by @Ri-Sharma in #2917
- Fix screen reader features by @nickmcintyre in #2694
- Add theme switching to Storybook by @lindapaiste in #2326
- feat: Remove deprecated node-sass package, migrated to Sass #2392 by @luckyklyist in #2429
- Fixed : Overflow in Upload Modal by @Keshav-0907 in #2985
- One line destructuring of req.body by @PiyushThapaa in #3027
- Added Missing ending quotation mark to "Added to [collection]" toast #3021 by @aditya3011ai in #3026
- Fixed SearchBox styling Issue by @Parikshit2001 in #3037
- Refactor loading actions by @adityagarg06 in #2996
- Fixed Passport handles expected errors as exceptions by @letscodedanish in #3050
- Refactor ThemeProvider by @adityagarg06 in #2994
New Contributors
- @riteshwadhwani made their first contribution in #2880
- @reach2saksham made their first contribution in #2729
- @nickmcintyre made their first contribution in #2694
- @luckyklyist made their first contribution in #2429
- @Keshav-0907 made their first contribution in #2985
- @aditya3011ai made their first contribution in #3026
- @Parikshit2001 made their first contribution in #3037
- @letscodedanish made their first contribution in #3050
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- Update public_api.md (changes made) by @soniyaprasad77 in #2712
- Fixed #2363, Add to Collection. by @vivekbopaliya in #2782
- [#2641] Fix sluggish console movement on dragging, in mobile view of browser window by @LakshyaSatpal in #2754
- Fixed checkbox color (issue-#2808) by @PiyushThapaa in #2811
- Install and configure Redux Toolkit by @lindapaiste in #2187
- Fix/error handling in user controller.js by @Mubashirshariq in #2772
- Fixed: Bengali Translation (Issue #2848) by @abedin-ashraf in #2849
- Fixed: Translation of T&C on SignUp page by @harmanbatheja15 in #2847
- fix: infinite api requests when the verification token is invalid by @aryanas159 in #2736
- Added support for Urdu language by @ayeshag7 in #2741
- Fix mweb console by @PiyushChandra17 in #2640
- Revert "Add Promotion for 2023 Fundraiser" by @raclim in #2873
- Fix Button with
display="inline"
to use the same styles as the regular button by @lindapaiste in #2822 - Show an alert when leaving site with unsaved changes by @lindapaiste in #2795
- Convert
CopyableInput
to a function component by @lindapaiste in #2360 - Fix #2351 & cleanup
AddToCollectionList
component by @lindapaiste in #2353 - Fix #2243 - AssetSize bar disappears when deleting an asset by @lindapaiste in #2248
- Done with the problem faced of loosing screen. by @perminder-17 in #2491
- Fix #2336:
CookieConsent
cannot be hidden properly on very small screens by @lindapaiste in #2337 - Update the S3/AWS client package #2246 by @Ankush263 in #2443
- Saving unsaved Sketch before signing in with Oauth. by @vivekbopaliya in #2892
New Contributors
- @soniyaprasad77 made their first contribution in #2712
- @vivekbopaliya made their first contribution in #2782
- @LakshyaSatpal made their first contribution in #2754
- @PiyushThapaa made their first contribution in #2811
- @Mubashirshariq made their first contribution in #2772
- @abedin-ashraf made their first contribution in #2849
- @harmanbatheja15 made their first contribution in #2847
- @ayeshag7 made their first contribution in #2741
Full Changelog: v2.10.2...v2.11.0
v2.10.2
What's Changed
- fix: #2730 The navbar menu is now responsive by @aryanas159 in #2731
New Contributors
- @aryanas159 made their first contribution in #2731
Full Changelog: v2.10.1...v2.10.2
v2.10.1
What's Changed
- Convert
Overlay
to a function component, shares logic withModal
by @lindapaiste in #2309 - Common dropdown component for tables by @lindapaiste in #2379
- Added Bengali Language Support to the editor and Some terms are converted into Korean by @Swarnendu0123 in #2618
- Translate 'Autocomplete Hinter' into Hindi by @Swarnendu0123 in #2612
- Translate 'Autocomplete Hinter' into All Available Language by @Swarnendu0123 in #2615
- fix Hindi translations by @apsinghdev in #2637
- Create tests for
Toast
component by @lindapaiste in #2343 - Use react-router for legal page tabs. by @lindapaiste in #2622
- Convert
App
to a function component. by @lindapaiste in #2308 - Moved CollectionListRowBase to be a functional component by @aviroopjana in #2415
- Translation-fix-AutocompleteHinter by @umangutkarsh in #2690
- Add Promotion for 2023 Fundraiser by @raclim in #2714
New Contributors
- @Swarnendu0123 made their first contribution in #2618
- @aviroopjana made their first contribution in #2415
- @umangutkarsh made their first contribution in #2690
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- Fix : [#2537] Add import statement by @Ri-Sharma in #2632
- My Staff List can now be read with dark mode on mobile devices. by @shibomb in #2626
- Fixes to destroySession by @rajatmohan22 in #2562
- Trigger Immediate Refresh when ticking the Auto-Refresh checkbox by @perminder-17 in #2522
- Update createDefaultFiles.js to p5.js version 1.9.0 by @Qianqianye in #2649
New Contributors
Full Changelog: v2.9.3...v2.10.0
v2.9.3
What's Changed
- fix: displays random sketch name on reload by @Akhilbisht798 in #2548
- Account Settings Page UI for mobile devices by @dewanshDT in #2400
- fix: Moda content overflow and Preferences height by @dewanshDT in #2428
- Test for EditorAccessibility by @ofhope in #2456
- fix file preview link by @PiyushChandra17 in #2586
- refactored lodash imports by @PiyushChandra17 in #2567
- Fix: Screen Shake in Privacy Policy tabs by @Akhilbisht798 in #2585
- Solved the issue with replace Behaviour. by @perminder-17 in #2576
- fix auto refresh hover color by @PiyushChandra17 in #2552
- Fix : [#2488] Edit svg file to resolve the issue. by @Ri-Sharma in #2494
- Fix bug where clicking "File > New" doesn't open a new sketch by @lindapaiste in #2590
- Delete legacy mobile UI - Fixes #2557 by @lindapaiste in #2559
- Fix #2499 - typo in error "please enter a email" by @lindapaiste in #2597
- hindi translation for console fixed by @mhsh312 in #2594
- improve password confirmation message by @apsinghdev in #2607
- Delete unused code in
CollectionView
by @lindapaiste in #2302 - Move
CollectionMetadata
into its own component. by @lindapaiste in #2253 - fix : Folders auto-expand on save by @7070Shreyash in #2543
- added liveloading to the search bar result count by @mhsh312 in #2617
- Refactor DashboardView.jsx : Applied Necessary changes required [Ref PR#2422] by @Akshay02022 in #2437
- Convert Searchbar.jsx to a funtional component by @Akshay02022 in #2413
- fix crashing of app irrespective of aws s3 bucket set up by @PiyushChandra17 in #2610
- changed title for better seo by @Akhilbisht798 in #2471
New Contributors
- @PiyushChandra17 made their first contribution in #2586
- @perminder-17 made their first contribution in #2576
- @Ri-Sharma made their first contribution in #2494
- @mhsh312 made their first contribution in #2594
- @apsinghdev made their first contribution in #2607
- @7070Shreyash made their first contribution in #2543
- @Akshay02022 made their first contribution in #2437
Full Changelog: v2.9.2...v2.9.3