Skip to content

Releases: code-forge-io/react-router-devtools

react-router-devtools@6.2.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 18:01
025a4c2

Patch Changes

  • a816df1: Stop emitting the envFile deprecation warning on Vite 8.

    The internal vite-node server passes envFile: false to createServer, which Vite 8 deprecated in favour of envDir: false. Every Vite 8 consumer therefore saw The 'envFile' option is deprecated, please use 'envDir: false' instead. on startup, because the warning is emitted from a top-level createServer call that no user config can reach. The key is now chosen from the installed Vite major, so Vite 8 gets envDir: false while the existing >=5 peers keep envFile: false.

react-router-devtools@6.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:32
becd7c9

Patch Changes

  • aae92e4: Fix Cannot find package 'vite-node' (#261) and support React Router 8 / Vite 8.

    vite-node is imported at runtime by the Vite plugin but was only declared as a devDependency, so consumers relied on it being a phantom dependency of @react-router/dev@7. React Router 8 dropped vite-node from its dependencies, which broke resolution for any project on RR8. vite-node is now a real dependency (^5.0.0 || ^6.0.0, covering both Vite 7 and Vite 8), and the vite peer range was tidied to >=5.0.0 so it explicitly admits Vite 8 alongside React Router's existing >=7.0.0 peer range (which already admits v8).

v6.2.1

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 01 Jun 09:54
a46c47f

What's Changed

  • Updated docs app name for deployments by @abrulic in #255
  • FIx AST transform for aliased imports by @anpato in #251
  • fix: add depth limit and cycle detection to convertBigIntToString by @stevan-borus in #250
  • chore: changesets for v6.2.1 by @AlemTuzlak in #256
  • 🚀 Release PR by @github-actions[bot] in #257

New Contributors

Full Changelog: v6.2.0...v6.2.1

react-router-devtools@6.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:18
6eab97d

Patch Changes

  • 933aad5: Fix AST transform to correctly handle aliased imports (#251)
  • 933aad5: Add depth limit and cycle detection to convertBigIntToString to prevent infinite recursion on circular or deeply nested objects (#250)

v6.2.0

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 14 Jan 11:24
ac2c476

Performance fixes

Huge improvements to performance, lowered the amount of time it takes to navigate between pages down from a few seconds to few hundred miliseconds.

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 07 Jan 12:46

Full Changelog: v6.0.2...v6.1.0

v6.0.2

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 06 Jan 14:08

Full Changelog: v6.0.1...v6.0.2

v6.0.1

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 26 Dec 12:48
812c695

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

Choose a tag to compare

@AlemTuzlak AlemTuzlak released this 11 Nov 15:24
3c6c154

What's Changed

Full Changelog: v5.1.6...v6.0.0

react-router-devtools@5.1.6

Choose a tag to compare

@github-actions github-actions released this 11 Nov 12:41
82c096a

Patch Changes