Skip to content

Commit 2eb369e

Browse files
committed
fixed readme files
1 parent 8c28122 commit 2eb369e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ of the structure and interfaces of the codebase.
161161
- Intuitive navigation between state snapshots
162162
- Locked/unlocked feature allowing temporary pause of state monitoring
163163
- Prop visualization both in color and tickness of the branches of connecting the components
164-
- Heat bar underneath the top menu
164+
- Heatmap bar underneath the top menu
165165

166166
<h1>What's New!</h1>
167167

168-
Reactime 25.0 includes a new prop visualization feature and heat bar for developers!
168+
Reactime 25.0 includes a new prop visualization feature and heatmap bar for developers!
169169

170-
We also addressed the previously reported freezing issues on start and brought up the Jest Library in much better condition as it was before with most of the test now working correctly.
170+
We also addressed the previously reported freezing issues on start and brought up the Jest Library in much better condition as it was before; from 20% of the tests working to more than 85% now working correctly.
171171

172-
Some of the UI was rearanged to be more aesthetically pleasing and render the main window bigger for the diplay of the component tree in the process.
172+
Some of the UI was rearranged to be more aesthetically pleasing and render the main window bigger for the diplay of the component tree in the process.
173173

174174
If you would like to read more about previous releases, click <a href="https://github.com/open-source-labs/reactime/releases">here!</a>
175175

src/DEVELOPER_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Currently, Reactime employs Redux Toolkit for state management. At present, all
6464

6565
## Testing
6666

67-
With reactime V25, an significant effort was made to update and address the various Jest testing issues. We managed to go from about 20% test passing to more than 85% of test passing but more work remains to be done. Future itterators are invited to are invited to have a closer look and continue to update and improve the library to (hopefully) a 100% passing state.
67+
With reactime V25, a significant effort was made to update and address the various Jest testing issues. We managed to go from about 20% tests passing to more than 85% passing but more work remains to be done. Future itterators are invited to have a closer look and continue to update and improve the library to (hopefully) a 100% passing state.
6868

6969
In addition, while our current test coverage provides a sturdy base, the application can benefit from deeper exploration into critical user paths and broadening end-to-end testing scenarios. Embracing automation and periodic reviews can further ensure consistent quality and robustness in the face of evolving requirements. -->
7070

@@ -273,7 +273,7 @@ Once you are ready for launch, follow these steps to simplify deployment to the
273273
4. Update the Store Listing and that’s it! Click “Submit for review” and wait for the Chrome store to process your request
274274

275275
# Past Medium Articles for Reference
276-
276+
<!-- add v24 and v25 articles -->
277277
- [Reactime renovation: Updates Coming in Version 23.0!](https://medium.com/@liam.donaher/reactime-renovation-updates-coming-in-version-23-0-37b2ef2a2771)
278278

279279
- [Reactime 22: Reactime: Real-time Debugging, Timless Results](https://medium.com/@kelvinmirhan/reactime-real-time-debugging-timeless-results-3f163b721d01)

0 commit comments

Comments
 (0)