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