Skip to content

Releases: forge42dev/Remix-Dev-Tools

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

v4.4.0 - Live URLS

26 Aug 13:32
Compare
Choose a tag to compare

Live URLs feature

Allows you to specify a set of urls that you can use to open up the current page on production, staging or anything else in a new tab. Provided as a client config to RDT.

Improvements

Double-clicking route nodes on the route tab tree view now opens up the route

Full Changelog: v4.3.3...v4.4.0

v4.3.3

24 Aug 17:48
Compare
Choose a tag to compare

Accessibility improvements

RDT will no longer capture tab focus while closed, it will only do so when open allowing you to test your tab focus without head scratches as where it goes to

Full Changelog: v4.3.2...v4.3.3

v4.3.2

24 Aug 17:22
f64fe61
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where server config wasn't applied properly by @AlemTuzlak in #141

Full Changelog: v4.3.1...v4.3.2

v4.3.1

24 Aug 16:58
Compare
Choose a tag to compare

Full Changelog: v4.3.0...v4.3.1

v4.3.0

24 Aug 16:54
83b4283
Compare
Choose a tag to compare

Advanced console log stabilization

This release improved the stability of advanced console log feature which allows you to see advanced logs (where they were logged, on which line and column).

What's Changed

Full Changelog: v4.2.3...v4.3.0