Skip to content

v4.1.0

Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 25 Mar 13:47
· 62 commits to main since this release

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