v0.3.4 is here!
Lots of new contributors (thank you :D), and bug fixes!
I also wanted to update the status of the project here, and what's next on the roadmap, as releases have slow down recently.
Currently, I'm working on a new JavaScript library for building devtools- https://github.com/RobPruzan/kyju - and React Scan will be the first consumer of many of these features. What you can expect in the coming weeks/months:
- MCP support React Scan features
- More rich interaction tracking in the notifications feature (more accurate, and more interactions being tracked)
- more usable toolbar (automatic hiding, more snapping positions, controllable with keyboard shortcuts)
- initial support for integrating individual react scan features into your own toolbar
- an improved programatic API
We also recently published react scan to the chrome web store, which means you can add react scan to any website just by toggling the extension. If you encounter any bugs, please report them in issues
What's Changed
- Add guide for CDN by @lxsmnsyc in #345
- fix: update fiber renderData for both function and object types by @jazelly in #354
- chore: bump esbuild and tsx by @RobPruzan in #357
- docs: add installation guide for Rsbuild by @chenjiahan in #364
- feat: add allowInIframe option to React Scan configuration by @mourabitiziyad in #367
- fix: add missing title attribute by @johanwulf in #366
- fix: duplicate render count when one component is reused multiple times by @tengweiherr in #369
- fix: RTL toolbar missing by @tengweiherr in #365
- fix: compatible with styled components by @tengweiherr in #376
- fix: detect react root in extension by @Akshay090 in #377
and few other misc bug fixes
New Contributors
- @jazelly made their first contribution in #354
- @chenjiahan made their first contribution in #364
- @mourabitiziyad made their first contribution in #367
- @johanwulf made their first contribution in #366
- @Akshay090 made their first contribution in #377
Full Changelog: v0.3.3...v0.3.4