v2.0.0
Settings page
This release brings a brand new settings tab with it. It allows you to configure your remix development tools on the fly and all the settings are stored in your localstorage allowing you to re-use them across your projects
- Added new config option that allows you to change the color of the route boundary gradient to allow you to pick your favorite one! Credits to https://hypercolor.dev/ for the gradients! (If you want more options feel free to add more and make a PR)
- Allows you to change everything that was before locked in code through this tab so you don't have to tinker with the code and change the config for other people
Remix Dev Tools initialization
Revamped the initialization of dev tools and the README for easier setup. It is as minimal as it can be and sets up everything to work by default and allows us to add new features on top in the future without you having to do any extra setup like in the earlier versions. The stylesheet is now included in the dev tools and you don't need to set that up
Breaking changes
- Remix Development Tools no longer export a stylesheet
- The named export for the component is gone. You can now import it as a default export only
- Removed
initRouteBoundariesClient
andinitRouteBoundariesServer
exports in favor ofinitClient
andinitServer
What's Changed
This is a huge release for the Remix Development Tools! We have stabilized the internals of the dev tools to work across all environments by changing the way the tools work internally. This release should bring fixes for any possible shuttering, reloads, remounts of components, submit loops and the like!
- fix: remove isDev handling by @rubber-duck-software in #39
- Dev tools 2.0 by @AlemTuzlak in #37
New Contributors
- @rubber-duck-software made their first contribution in #39
Full Changelog: v1.4.1...v2.0.0