Skip to content

Releases: forge42dev/Remix-Dev-Tools

v4.7.4

08 Oct 13:42
85c6619
Compare
Choose a tag to compare

Deprecation warning!

Huge news! The remix-development-tools will be turning into react-router-devtools once the stable release of react-router 7 is out! As you already might've heard remix is being merged into react-router, so naturally these devtools are going to be supporting react-router users rather than remix users!

We are looking forward to expanding the scope of our users to a much broader audience and helping even more projects. When it comes to remix-development-tools all the updates will be coming out regularly until the official release of react-router v7 where this package will be rebranded with the same feature set.

What's Changed

  • added warning message that package is deprecated by @abrulic1 in #152

New Contributors

Full Changelog: v4.7.3...v4.7.4

v4.7.3

08 Oct 12:42
Compare
Choose a tag to compare

Shaved off 5kb from the bundle size thanks to Knip

What's Changed

  • Shaving off bundle size and removing uneeded stuff with knip by @AlemTuzlak in #154

Full Changelog: v4.7.2...v4.7.3

v4.7.2

07 Oct 19:28
Compare
Choose a tag to compare

Fix for path normalization for macOS

This is a huge deal! After many months I have finally uncovered what the issue with opening routes on macOS was. Wildcard routes from remix would act as ENV vars and macOS would swap them with an empty string because they don't exist. Thanks to this fix every route/component opened with RDT should now properly be opened in your code editor.

Huge shout-out to @rossipedia for a repro

What's Changed

Full Changelog: v4.7.1...v4.7.2

v4.7.1

03 Oct 07:49
Compare
Choose a tag to compare

Full Changelog: v4.7.0...v4.7.1

v4.7.0

30 Sep 15:31
42d4c50
Compare
Choose a tag to compare

Complete architecture overhaul

This release was all about behind the scenes cleanup of architecture, fixed long standing bugs and difficulties in development and lowered bundle size by 200+ kb.

  • Switched to biome from eslint
  • Switched to lefthook from husky
  • Fixed the whole styling process in RDT
  • Removed old artifacts of bad architecture.

Route boundaries rework

I've always disliked that the route boundaries are shown on hover of the route and you have no way to change htis behavior, from this version onwards you can set it to either "click" or "hover". Default is click and it requires you to click a button to show the boundary.

Server timings feature

The server logger will now show every server timing returned from the server. You can optionally pass in a serverTimingThreshold config to log the executions that go over it in red for easier performance analysis.

Default config changes

Changed depth level of json to 1 instead of 0.
Changed color of route boundaries from ice to watermelon

Hydrogen and oxygen app support

Added dedicated doc pages on how to use in dev with Shopify Oxygen and Hydrogen

What's Changed

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6.0

19 Sep 13:22
82b3b53
Compare
Choose a tag to compare

Breakpoint indicator

From v4.6.0 you can see a breakpoint indicator in the left bottom corner of your remix-development-tools which shows you what the current breakpoint is. By default it shows the tailwind breakpoints but you can configure this to match your own project breakpoints via the breakpoints config

breakpoints: [{ name: "lg", min: 0, max: 964 }]

Open in X editor support

From v4.6.0 you can open up routes/components in editors other than VS code, refer to the doc site for more details on how to implement this

What's Changed

New Contributors

Full Changelog: v4.5.2...v4.6.0

v4.5.2

18 Sep 09:11
Compare
Choose a tag to compare

Full Changelog: v4.5.1...v4.5.2

v4.5.1

17 Sep 15:52
Compare
Choose a tag to compare

Some css fixes

Full Changelog: v4.5.0...v4.5.1

v4.5.0

17 Sep 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.5.0

v4.4.1

26 Aug 13:45
Compare
Choose a tag to compare

Full Changelog: v4.4.0...v4.4.1