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