v4.1.0
Console logger
From v4.1.0 whenever you add a console.log inside of your application it will tell you where exactly it was logged and you can CTRL + click on it to go to the log itself.
Plugins are back!
As promised, I've fixed the plugins that were not a part of the initial v4 release and now you can again add them to your dev tools.
Better production bundling
From v4.1 no server code will be bundled with your app if you set the includeInProd
flag to true, which means in theory RDT is now cloudflare deployment friendly. Debug your hydration issues wherever you need to!
Full Changelog: v4.0.9...v4.1.0