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: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
</p>
28
28
29
29
<palign="center">
30
-
<imgwidth="1000"src="./resources/ReadMe.gif">
30
+
<imgwidth="1000"src="./resources/demo.gif">
31
31
</p>
32
32
33
33
**ReacType** is a rapid prototyping tool that allows users _visualize_ their application architecture dynamically, employing a _drag-and-drop canvas display_ and an interactive, _real-time component code preview_ that can be exported as a **React** app for developers employing React component architecture alongside the comprehensive type-checking of **TypeScript**. In other words, **you can draw prototypes and export React / TypeScript code!**
@@ -40,12 +40,14 @@ Follow [@ReacType](https://twitter.com/reactype) on Twitter for important announ
40
40
41
41
If you want to read about using ReacType, the [User Manual](https://reactype-1.herokuapp.com/#/tutorial) is free and available online now.
42
42
43
-
## Changes with version 15.0.0
43
+
## Changes with version 16.0.0
44
44
45
-
-**Consolidated State Management**: Reactype was using mutliple methods of State Management. We consolidated this all to the modern version of Redux Toolkit to enhance the developer experience and make it easier to debug.
46
-
-**Major Dependency Updates**: No more workarounds required to get new developers up and running in the project. A simple npm install works as intended.
47
-
-**Websockets**: Users can now join rooms to collaborate on a project together in real time!
48
-
-**Fully Deployed Web Application**: To utilize these new features we have hosted the full application via AWS so users can easily use Reactype without a download.
45
+
-**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.
46
+
-**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.
47
+
-**Typescript Conversion**: Typescript coverage has improved from 30% to 80% with additional interfaces added for quality improvements.
48
+
-**Live CSS Demo Rendering**: CSS Editor changes now rendered visually in the demo page on save.
49
+
-**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.
50
+
-**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.
49
51
-**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!
50
52
51
53
## File Structure courtesy of Reactype version 14.0.0
0 commit comments