Skip to content

Commit 4ff74dd

Browse files
authored
Merge pull request #306 from oslabs-beta/dev
Updated Readme
2 parents c673181 + 308ae55 commit 4ff74dd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
<a href="#how-to-use">How To Use</a> • <a href="#features">Features</a> • <a href="https://reactime.dev">Website</a> • <a href="#read-more">Read More</a>
4444
</p>
4545

46+
<b>Reactime 17.0</b>
47+
We are pleased to announce the release of Reactime 17.0,
48+
which includes several new and improved features. Context API support has now been added.
49+
You can now monitor state stored in context if your component is subscribed to context changes.
50+
We also improved the tooltip UI on our tree diagram to improve readability.
51+
In addition, we have redesigned the Reactime.dev website using Tailwind CSS,
52+
resulting in a clean, modern design with an intuitive layout.
53+
To stay informed about future updates, you can now sign up for email notifications.
54+
4655
<b>Reactime 16.0</b> presents the codebase with substantial, much-needed
4756
clean-up. From the backend and frontend to testing, the Reactime XVI team has:
4857
removed vestigial code, added comments to clarify code, implemented 100% testing
@@ -240,9 +249,9 @@ application faster.
240249

241250
### 🔹 TypeScript Support
242251

243-
Reactime offers beta support for TypeScript applications using stateful class
252+
Reactime offers support for TypeScript applications using stateful class
244253
components and functional components. Further testing and development is
245-
required for custom hooks, Context API, and Concurrent Mode.
254+
required for custom hooks, and Concurrent Mode.
246255

247256
### 🔹 Documentation
248257

@@ -284,7 +293,8 @@ of the structure and interfaces of the codebase.
284293
- No longer inject scripts to non-target applications
285294

286295
## <b>Read More</b>
287-
296+
- [Reactime v17.0.0: Now with support for the Context API, and a modern UI](https://medium.com/@reactime/reactime-v17-0-0-now-with-support-for-the-context-api-and-a-modern-ui-f0edf9e54dae)
297+
- [Reactime XVI: Clean-up Time](https://medium.com/@emintahirov1996/reactime-xvi-cleanup-time-a14ba3dcc8a6)
288298
- [Reactime XVI: Clean-up Time](https://medium.com/@emintahirov1996/reactime-xvi-cleanup-time-a14ba3dcc8a6)
289299
- [Inter-Route Time Travel with Reactime](https://medium.com/@robbytiptontol/inter-route-time-travel-with-reactime-d84cd55ec73b)
290300
- [Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)

0 commit comments

Comments
 (0)