|
3 | 3 | <h1 align="center">ReacType Change Log</h1>
|
4 | 4 | </p>
|
5 | 5 |
|
6 |
| -# Version 20.0.0 Changes |
| 6 | +## Version 20.0.0 Changes |
7 | 7 |
|
8 |
| -## Changes: |
| 8 | +### Changes: |
9 | 9 |
|
10 |
| -- Developer Improvement: |
| 10 | +- **Developer Improvement:** |
11 | 11 | - Migrated from Webpack to Vite, improving HMR times drastically
|
12 | 12 | - Deployed app using Heroku instead of AWS decreasing time to deployment
|
13 |
| -- User Features: |
14 |
| - - Collaboration Room: |
| 13 | +- **User Features:** |
| 14 | + - **Collaboration Room:** |
15 | 15 | - Implemented live chat and video functionality using socket.IO
|
16 | 16 | - Added authentication and error handling to joining existing rooms
|
17 | 17 | - UI updates to enhance user experience
|
18 | 18 | - In addition to drag to add, users are now able to click to add
|
19 | 19 | - Updated left panel to include user information and settings
|
20 | 20 | - Added scroll and zoom buttons to canvas. Scroll now automatically scrolls to bottom once enough elements are added
|
21 | 21 | - Updated UI design to reflect a more modern look
|
22 |
| -- Bugs Fixed |
| 22 | +- **Bugs Fixed:** |
23 | 23 | - Canvas - All appropriate elements can now be nested - Nested Elements in the code preview now accurately reflect nested elements. They can also be dragged.
|
24 | 24 | - Bottom Panel - Now opens by onclick instead of hover
|
25 | 25 | - Users can now delete elements without first clicking it and then the X. This applies to the nested components as well.
|
26 | 26 | - Landing Page
|
27 |
| - -revamped entire landing page for a more modern look |
| 27 | + - Revamped entire landing page for a more modern look |
28 | 28 |
|
29 |
| -## Recommendations for Future Enhancements: |
| 29 | +### Recommendations for Future Enhancements: |
30 | 30 |
|
31 | 31 | - Fix bottom panel to only close upon clicking the icon, and not anywhere else
|
32 | 32 | - Populate settings tab in the left panel with additional functionality
|
|
75 | 75 | - Updated styling to overall style and theme to maintain consistency across the application
|
76 | 76 | - Removed Tailwind and CSS save buttons in Customization panel for cleaner UI and drying up repetitive functionality
|
77 | 77 |
|
78 |
| -## Recommendations for Future Enhancements: |
| 78 | +### Recommendations for Future Enhancements: |
79 | 79 |
|
80 | 80 | - Fix Undo & Redo functionality. Undo & Redo buttons on the customization page not functioning as expected.
|
81 | 81 | - Update Electron for desktop application use. Resolve electron app functionality to coincide with web app functionality.
|
|
0 commit comments