@@ -15,9 +15,9 @@ Changes:<br>
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
- - In addition to drag to add, users are now able to click to add
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
- - Added scroll and zoom buttons to canvas. Scroll now automatically scrolls to bottom once enough elements are added
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
22
- Bugs Fixed
23
23
- Canvas - All appropriate elements can now be nested - Nested Elements in the code preview now accurately reflect nested elements
@@ -30,7 +30,6 @@ Recommendations for Future Enhancements:<br>
30
30
- Populate settings tab in the left panel with additional functionality
31
31
- Allow users to modify code dynamically in the code preview and reflect visual componenets in real time
32
32
- Add zoom in and zoom out / scroll functionality to code preview and component tree
33
- - Create a library of premade components similar to Material UI
34
33
- Convert from 95% to 100% typescript
35
34
- Add more functionality to the nav bar
36
35
- List active rooms to join
@@ -39,6 +38,7 @@ Recommendations for Future Enhancements:<br>
39
38
- Eliminate all unneeded Webpack associated files/folders/etc...
40
39
- Remove the many deprecated dependencies
41
40
- Allow users to send links/reactions via the chat.
41
+ - Implement MUI/Shadcn in addition to standard html elements on left panel so that users are able to start off with pre styled elements
42
42
43
43
** Version 19.0.0 Changes**
44
44
0 commit comments