Releases: forge42dev/Remix-Dev-Tools
v4.7.6
Full Changelog: v4.7.5...v4.7.6
v4.7.5
v4.7.4
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
New Contributors
Full Changelog: v4.7.3...v4.7.4
v4.7.3
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
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
- fix for path normalization issues on macOS by @AlemTuzlak in #153
Full Changelog: v4.7.1...v4.7.2
v4.7.1
Full Changelog: v4.7.0...v4.7.1
v4.7.0
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
- Add plugins directory path to tailwind config. by @Azfar731 in #148
- Project cleanup by @AlemTuzlak in #150
New Contributors
Full Changelog: v4.6.0...v4.7.0
v4.6.0
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
- Multi-Editor Support via config by @andrewbellucci in #146
- Breakpoint feature added by @AlemTuzlak in #147
New Contributors
- @andrewbellucci made their first contribution in #146
Full Changelog: v4.5.2...v4.6.0
v4.5.2
Full Changelog: v4.5.1...v4.5.2
v4.5.1
Some css fixes
Full Changelog: v4.5.0...v4.5.1