Skip to content

Releases: open-source-labs/Reactime

Version 3.1.1

07 Mar 00:12
0fe52ed
Compare
Choose a tag to compare

Features in this latest release:

  • TypeScript support for stateful class components and useState hooks
    • Package includes a types declaration file index.d.ts
    • AST parser updated to correctly grab getters and setters for useState hooks written in TypeScript
  • Extended sandbox environment with automated testing for a suite of React technologies
    • Automated with Jest and Puppeteer
    • Sandboxes include class components, hooks, Context API, Redux, Router

Optimizations & Bug fixes in this latest release:

  • Dynamically populated state objects in class components now correctly updates when time traveling to a point where an object key did not exist
  • Pressing play while slider bar is at the end will now begin replaying snapshots from the beginning
  • Action components now display a summary of the diff from prior snapshot, showing the top-most level state property that changed first
  • NPM package source code comments cleaned up and formatted in JSDoc notation

1.01

15 Aug 14:18
d84379c
Compare
Choose a tag to compare

Temporary release until Chrome Extension is published on Web Store.

Unzip this build file.

Then go into your chrome://extensions/

Enable developer mode at the top right.

Load unpacked, and select the build folder.

initial release of reactime

15 Aug 13:42
bb31cb1
Compare
Choose a tag to compare

Temporary release until Chrome Extension is published on Web Store.

Unzip this build file.

Then go into your chrome://extensions/

Enable developer mode at the top right.

Load unpacked, and select the build folder.