File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
Changes:<br >
9
9
10
10
- Developer Improvement:
11
- - Migrated from Webpack to Vite , improving HMR times drastically
11
+ - Migrated from Webpack to Vite, improving HMR times drastically
12
12
- Deployed app using Heroku isntead of AWS decreasing time to deployment
13
13
- User Features:
14
14
- Collaboration Room:
@@ -22,6 +22,7 @@ Changes:<br>
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
24
24
- Bottom Panel - Now opens by onclick instead of hover
25
+ - Users can now delete elements without first clicking it and then the X. This applies to the nested components as well.
25
26
26
27
Recommendations for Future Enhancements:<br >
27
28
@@ -35,7 +36,9 @@ Recommendations for Future Enhancements:<br>
35
36
- List active rooms to join
36
37
- Clean up unnecessary code / comments
37
38
- a tags which are nested do not display accurate code in code preview
38
-
39
+ - Eliminate all unneeded Webpack associated files/folders/etc...
40
+ - Remove the many deprecated dependencies
41
+ - Allow users to send links/reactions via the chat.
39
42
40
43
** Version 19.0.0 Changes**
41
44
You can’t perform that action at this time.
0 commit comments