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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,6 @@ Changes:<br>
30
30
- Publish/Unpublish Button:
31
31
- Publish feature on the web app allows users to publish their saved project files into the Marketplace from the main app page
32
32
- Dynamically switches between publish/unpublish depending on whether the loaded project is in the Marketplace
33
-
- Bug Fixes:
34
-
-
35
33
36
34
Recommendations for Future Enhancements:<br>
37
35
@@ -43,6 +41,7 @@ Recommendations for Future Enhancements:<br>
43
41
- Modularize appStateSlice file. Further modularization is needed for readability and maintainability.
44
42
- Solve residual bugs. Undo & Redo buttons on customization page not functioning as expected. Backend bugs persist as seen in the console when running the dev environment. Resolve electron app functionality to coincide with web app functionality.
45
43
- Take a look at the join room functionality using web sockets in order to allow users to collaborate on the same project at the same time.
44
+
- For the state manager option in the data table there is a MuiData-menu that is not visible when clicking it and after the filter option is clicked it creates a white space in the bottom of the page.
46
45
- Continue code cleanup. Continue cleanup of outdated and unused code and files
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -63,22 +63,12 @@ If you want to read about using ReacType, the [User Manual](https://reactype-1.h
63
63
64
64
## Changes with version 17.0.0
65
65
66
-
-**Improved Testing Coverage**: Testing coverage now sits at XX%.
67
-
-**Typescript Conversion**: Typescript coverage now sits at XX%.
66
+
-**Improved Testing Coverage**: Testing coverage now sits at ~60%.
67
+
-**Typescript Conversion**: Typescript coverage now sits at ~80%.
68
68
-**UI Overhaul**: Upgraded the UI of the application with a more modern style and better developer experience
69
69
-**Marketplace Feature**: Implemented a dedicated area for developers to share their projects,
70
70
-**And more:** See [change log](https://github.com/open-source-labs/ReacType/blob/master/CHANGE_LOG.md) for more details on what was changed from the previous versions as well as plans for upcoming features!
71
71
72
-
## Changes with version 16.0.0
73
-
74
-
-**Improved Testing Coverage**: Testing coverage has now doubled since version 15, and now sits at just over 50% coverage. Version 16 introduces end-to-end testing with Playwright and adds additional unit testing with React Testing Library.
75
-
-**Major Bug Fixes**: Manage Project Features now work as expected. State Manager now deletes state from parent components. Context Manager Display Tab and CSS Editor now rendering as expected.
76
-
-**Typescript Conversion**: Typescript coverage has improved from 30% to 80% with additional interfaces added for quality improvements.
77
-
-**Live CSS Demo Rendering**: CSS Editor changes now rendered visually in the demo page on save.
78
-
-**Universal Exports on Web App**: Export feature on web app now allows users to download the current project as a zip file with modularized component folder, html, and css file included. Export feature is now available to all users including guests.
79
-
-**UI Improvements**: Fixed multiple contrast issues with white text displaying on white background. Adjusted context manager interface for improved UX. Fixed border styling within modals and error messages.
80
-
-**And more:** See [change log](https://github.com/open-source-labs/ReacType/blob/master/CHANGE_LOG.md) for more details on what was changed from the previous versions as well as plans for upcoming features!
81
-
82
72
## File Structure courtesy of Reactype version 14.0.0
0 commit comments