Skip to content

v4.7.0

Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 30 Sep 15:31
· 24 commits to main since this release
42d4c50

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