You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGE_LOG.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
<palign="center">
2
-
<imgwidth="100"src="readme.png">
2
+
<imgwidth="100"src="/resources/readme.png">
3
3
<h1align="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:<br>
8
+
## Changes:
9
9
10
10
- Developer Improvement:
11
11
- Migrated from Webpack to Vite, improving HMR times drastically
@@ -26,36 +26,36 @@ Changes:<br>
26
26
- Landing Page
27
27
-revamped entire landing page for a more modern look
28
28
29
-
Recommendations for Future Enhancements:<br>
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
33
33
- Allow users to modify code dynamically in the code preview and reflect visual componenets in real time
34
34
- Add zoom in and zoom out / scroll functionality to code preview and component tree
35
35
- Convert from 95% to 100% typescript
36
36
- Add more functionality to the nav bar
37
-
- List active rooms to join
38
-
- Clean up unnecessary code / comments
37
+
- List all active rooms to join
38
+
- Clean up unnecessary code / comments and deprecated libraries
39
39
- a tags which are nested do not display accurate code in code preview
40
40
- Eliminate all Webpack associated files/folders/dependencies/etc... now that we run on Vite
41
41
- Remove the many deprecated dependencies
42
42
- Add additional features to the live chat (Links, reactions, raise hand feature etc)
43
43
- Allow live chat to be a popup and draggable outside of the app
44
44
- Implement MUI/ShadcnUI in addition to standard html elements on left panel so that users are able to start off with pre styled elements
45
45
- Make the app mobile responsive. Right now it does not work/look good on mobile
46
-
- We had to deploy via Heroku due to time limitations and Vite. I would recommend going back to AWS with dockerized containers.
46
+
- We had to deploy via Heroku due to time limitations and Vite. We would recommend going back to AWS with dockerized containers.
47
47
- Light/Dark mode in the left settings tab
48
-
-revise links in the footer of the landing page
48
+
-Update links in the footer of the landing page
49
49
50
-
**Version 19.0.0 Changes**
50
+
## Version 19.0.0 Changes
51
51
52
-
Changes:<br>
52
+
### Changes:
53
53
54
-
- Developer Improvement:
54
+
-**Developer Improvement:**
55
55
- Typescript conversion continued and now sits at ~95%
56
-
- User Features:
57
-
- Collaboration Room:
58
-
- Bug Fixes:
56
+
-**User Features:**
57
+
-**Collaboration Room:**
58
+
-**Bug Fixes:**
59
59
- Debug “Leave Room” functionality removing username from the users list
60
60
- Debug “Join Room” functionality so the current canvas does not reset upon new user joining collaboration
61
61
- Debug Code Preview button that sent error if toggled more than once and does not force toggled view to other users in the room
@@ -67,15 +67,15 @@ Changes:<br>
67
67
- Significantly reduces the amount of data being passed among users by passing only the payload for each individual action, triggering singular updates for other users in the collaboration environment
68
68
- Added Event Emitters for each action that updates canvas
69
69
- Created a websocket service layer to maintain a single socket instance throughout the app
70
-
- User List:
70
+
-**User List:**
71
71
- Displays the username and mouse cursor of all connected users in a particular room with a specific color scheme
72
-
- UI updated to enhance user experience
72
+
- UI updated to enhance user experience:
73
73
- Rendered MUI Icons in HTML Element Panel
74
74
- Redesigned drag-n-drop to be more intuitive and professionalize application design.
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:<br>
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