Reactime 6.0: State Debugger for React v3.1.1 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • 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