Skip to content

v4.6.0

Latest
Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 19 Sep 13:22
· 1 commit to main since this release
82b3b53

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