Releases: forge-42/react-router-devtools
v1.1.5
Cloudflare support
Better cloudflare support OOTB by optimizing problematic deps in dev mode for you
Better startup optimization
Before you could run into cases where the rdt would cause an error durring vite dev server warmup by getting errors like useContext is not undefined
, this version resolved the issue
BigInt support
Now the rdt doesn't cause issues if you're returning BigInt from the server
What's Changed
- changed workflows by @thomasfr in #191
- Update bippy by @AlemTuzlak in #195
- feat: can handle bigint data by @kesoji in #186
- Fix tests and remove logs from output by @AlemTuzlak in #196
New Contributors
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
React 19 support + vite 6
Added support for vite 6
Updated most of the deps to react 19
What's Changed
- Introduce new optional dependencies for Apple Silicon lint, build, and test support by @juliaschiller150 in #176
- adding FLY_ORG by @thomasfr in #177
- updated most of deps to r19 by @AlemTuzlak in #184
New Contributors
- @juliaschiller150 made their first contribution in #176
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Bippy & react component inspector
Added bippy to the project for tree fiber traversal and the react inspector via settings
What's Changed
- Add bippy to the project by @AlemTuzlak in #175
Full Changelog: v1.0.6...v1.1.0
v1.0.6
Sourcemap Fixes
React router devtools was causing the sourcemaps to be off by 1-3 lines, this has been fixed and now the sourcemaps are generated properly, this means if you use debuggers they will now be accurate!
What's Changed
- fix: Remove setState calls when component is unmounted by @AlemTuzlak in #172
- Improved sourcemap support by @AlemTuzlak in #170
- version bump by @AlemTuzlak in #174
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Fix for wrapping wrong components by @AlemTuzlak in #168
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3