Releases: processing/p5.js-web-editor
Releases · processing/p5.js-web-editor
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
v2.9.2
v2.9.1
What's Changed
- Fix: Logout Glitch by @rajatmohan22 in #2473
- Revert "fixes of the issue window.p5._report is not defined" by @raclim in #2547
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- set autocompleteHinter in User model to false by @raclim in #2521
- Update createDefaultFiles.js to p5.js version 1.8.0 by @Qianqianye in #2535
New Contributors
- @Qianqianye made their first contribution in #2535
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- Cleanup unnecessary
catch
clauses by @lindapaiste in #2212 - Remove titles from SVG files - Fixes #2225 by @lindapaiste in #2226
- Feature: Preview uploaded files in the editor by @lindapaiste in #2232
- convert Sidebar to a function component & connect it to Redux by @lindapaiste in #2233
- fixed about text overflow by @adityagarg06 in #2290
- fix logout server error by @adityagarg06 in #2299
- fix(#1216): storybook config by @ofhope in #2310
- fix: storybook i18n strings by @ofhope in #2324
- test: add ErrorModal tests and story by @ofhope in #2325
- fix/exportProjectAsZip by @adityagarg06 in #2313
- Fix: Hover style by @adityagarg06 in #2319
- Account height by @sdivyanshu90 in #2312
- fix #2338 sidebar dropdown stays open after sidebar is closed by @mohamedaleya in #2339
- Upgrade react-router from v3 to v4 by @lindapaiste in #2294
- Upgrade react-router from v4 to v5 and begin using hooks by @lindapaiste in #2295
- Enable hot reloading - Fixes #2134 by @lindapaiste in #2218
- Move Nav and Toolbar files into new Header folder by @lindapaiste in #2348
- New nav component and a new hook by @dewanshDT in #2350
- The complete Korean language translation of keyboard shortcuts by @sdivyanshu90 in #2331
- Improve Redux test utilities by @lindapaiste in #2329
- Create selector functions for root file, active file by @lindapaiste in #2341
- Convert
Preferences
into a function component by @lindapaiste in #2335 - Mobile overlay fix: works on smaller devices by @dewanshDT in #2346
- Convert
Toolbar
to a function component by @dewanshDT in #2352 - Added styled component to AddToCollectionList component by @adityagarg06 in #2368
- Modal tests by @ofhope in #2377
- Button router test by @ofhope in #2345
- favicon by @sdivyanshu90 in #2381
MobileNav
component for smaller devices by @dewanshDT in #2361- Use
EditableInput
component inToolbar
by @lindapaiste in #2238 - docs: fix storybook by @ofhope in #2388
- Move keydown handling out of IDEView by @lindapaiste in #2052
- The mobile Login Page 🚪 by @dewanshDT in #2389
- Move
IDEOverlays
into a separate component by @lindapaiste in #2362 - Bump mongoose from 5.13.15 to 5.13.20 by @dependabot in #2316
- Fixes #2250 - Don't show loader after the collection has been loaded. by @lindapaiste in #2252
- Move Legal pages to their own module by @lindapaiste in #2297
- Jest styled components by @dewanshDT in #2396
- The My stuff Page in mobile 🧸 by @dewanshDT in #2390
- FloatingActionButton: added the component to be used in smaller views by @dewanshDT in #2347
- Useable Mobile Editor 🎉 by @dewanshDT in #2387
- add documentation for creating a patch release by @raclim in #2399
- changed EmailVerificationView Component to functional component by @Akhilbisht798 in #2405
- migration of assets actions to async/await by @Vikram125609 in #2436
- Fix:- Drop down menu cannot be right-clicked by @Biki-das in #2414
- fixes of the issue window.p5._report is not defined by @Ankush263 in #2426
- enhanced CSS on SignUp Form by @BamaCharanChhandogi in #2441
- Fix: cursor on Login button becomes
cursor: not-allowed
in pristine state by @rajatmohan22 in #2452 - Fix for Build Breaking When Deployed to Release by @raclim in #2507
New Contributors
- @adityagarg06 made their first contribution in #2290
- @ofhope made their first contribution in #2310
- @sdivyanshu90 made their first contribution in #2312
- @mohamedaleya made their first contribution in #2339
- @Akhilbisht798 made their first contribution in #2405
- @Vikram125609 made their first contribution in #2436
- @Biki-das made their first contribution in #2414
- @Ankush263 made their first contribution in #2426
- @BamaCharanChhandogi made their first contribution in #2441
- @rajatmohan22 made their first contribution in #2452
Full Changelog: v2.7.3...v2.8.0
v2.7.3
v2.7.1
What's Changed
- Fix editor crashing by downgrading console-feed by @wong-justin in #2304
New Contributors
- @wong-justin made their first contribution in #2304
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- Fix/add temp console feed pkg by @raclim in #2287
- Fix #2278 keyboard shortcut for tidy code shows replace by @lindapaiste in #2284
- add arm64 to build platform by @progress44 in #2192
- Update createDefaultFiles.js to reflect p5.js version 1.7.0 by @SableRaf in #2288
- 2285 missing pkg console feed by @raclim in #2289
- Contrast theme extends dark theme by @lindapaiste in #2249
- Delete unused CSS classes, variables, and theme properties. by @lindapaiste in #2222
New Contributors
- @progress44 made their first contribution in #2192
Full Changelog: v2.6.2...v2.7.0
v2.6.2
What's Changed
- add handler for the duplicate menu item by @raclim in #2277
- Show scrollbars only when necessary by @lindapaiste in #2254
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- Bump qs, body-parser and express by @dependabot in #2260
- Bump thenify from 3.3.0 to 3.3.1 by @dependabot in #2261
- Bump @xmldom/xmldom from 0.7.5 to 0.7.11 by @dependabot in #2262
- Bump eventsource from 1.1.0 to 1.1.2 by @dependabot in #2264
- Bump braces and mjml by @dependabot in #2267
- Bump highlight.js, @storybook/addon-actions, @storybook/addon-docs, @storybook/addon-knobs, @storybook/react and storybook-addon-theme-playground by @dependabot in #2268
- Bump got and nodemon by @dependabot in #2269
- Bump loader-utils from 1.2.3 to 1.4.2 by @dependabot in #2270
- Bump passport from 0.3.2 to 0.6.0 by @dependabot in #2271
- Bump terser from 5.12.1 to 5.18.2 by @dependabot in #2273
- Bump minimatch from 3.0.4 to 3.0.8 by @dependabot in #2274
- Chore/minor updates by @raclim in #2275
Full Changelog: v2.6.0...v2.6.1