Skip to content

v4.0.0

Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 10 Mar 13:43
· 74 commits to main since this release
baa13c8

Bundle size shredding

Due to deprecating a lot of custom server code and CJS the bundle size has decreased from 9.03 MB to 914.4kb

[BREAKING] Remix Dev Tools is now a ESM only, Vite plugin for Remix

We have deprecated support for CJS and moving forward will only be supporting ESM apps. If you're using CJS you can stick to v3.7.2 until you are read to upgrade!

Deploy anywhere!

Remix Dev tools can now be deployed to any environment of your choice. You can just pass in the includeInProd: true flag to the plugin and it will bundle it in non-development environments.

Also it needs to be in "dependencies" instead of "devDependencies"

Documentation website!

Remix dev tools now has a doc site! You can find it here:
https://remix-development-tools.fly.dev/

Whats new

  • Go to source feature now sanitizes paths which should allow for all operating systems to open the path correctly.
  • You can now close remix development tools with "ESC" when open
  • You can now open and close the tools with "SHIFT + A"
  • Various bug fixes

What's Changed

Full Changelog: v3.7.4...v4.0.0