🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@inertiajs/react

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inertiajs/react - npm Package Versions

2345

2.0.11

Diff
joetannenbaum
published 2.0.11 •

Changelog

Source

v2.0.11 - 2025-05-16

What's Changed

  • Fix progress bar not showing on subsequent page clicks by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2349

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.10...v2.0.11

joetannenbaum
published 2.0.10 •

Changelog

Source

v2.0.10 - 2025-05-15

What's Changed

  • Don't show progress bar on prefetch hover by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2347

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.9...v2.0.10

joetannenbaum
published 2.0.9 •

Changelog

Source

v2.0.9 - 2025-05-09

What's Changed

  • Bump @sveltejs/kit from 2.11.1 to 2.20.6 by @dependabot in https://github.com/inertiajs/inertia/pull/2312
  • Bump vite from 5.4.17 to 5.4.18 by @dependabot in https://github.com/inertiajs/inertia/pull/2307
  • Fix for deferred props + prefetch links by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2321
  • Progress: Make hide and reveal CSP-compatible by @flexponsive in https://github.com/inertiajs/inertia/pull/2316
  • Corrected URL search parameter merge logic to match behavior prior to v2.0.8 by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2341
  • Corrects url search parameter merge logic to match behavior prior to v2.0.8 by @CTOJoe in https://github.com/inertiajs/inertia/pull/2320
  • Bump vite from 5.4.18 to 5.4.19 by @dependabot in https://github.com/inertiajs/inertia/pull/2334
  • On back button, fetch from server if version hash is not current by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2342
  • Allow custom URL protocols by @mpociot in https://github.com/inertiajs/inertia/pull/2329

New Contributors

  • @flexponsive made their first contribution in https://github.com/inertiajs/inertia/pull/2316
  • @CTOJoe made their first contribution in https://github.com/inertiajs/inertia/pull/2320

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.8...v2.0.9

joetannenbaum
published 2.0.8 •

Changelog

Source

v2.0.8 - 2025-04-10

What's Changed

  • Add deepMerge Support for Merging Nested Arrays and Objects in Props by @HichemTab-tech in https://github.com/inertiajs/inertia/pull/2069
  • fix: build error because of invalid type definitions by @fxnm in https://github.com/inertiajs/inertia/pull/2301
  • fix(vue/useForm/defaults): untrack before assign by @Dsaquel in https://github.com/inertiajs/inertia/pull/2112
  • Improve type checking of request data by @7nohe in https://github.com/inertiajs/inertia/pull/2304
  • Remove empty payload from GET requests by @edgars-vasiljevs in https://github.com/inertiajs/inertia/pull/2305

New Contributors

  • @HichemTab-tech made their first contribution in https://github.com/inertiajs/inertia/pull/2069
  • @fxnm made their first contribution in https://github.com/inertiajs/inertia/pull/2301
  • @Dsaquel made their first contribution in https://github.com/inertiajs/inertia/pull/2112

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.7...v2.0.8

joetannenbaum
published 2.0.7 •

Changelog

Source

v2.0.7 - 2025-04-08

What's Changed

  • Added missing pages to React and Svelte5 playrounds by @Verox001 in https://github.com/inertiajs/inertia/pull/2217
  • chore: replace lodash to decrease bundle size by @lcdss in https://github.com/inertiajs/inertia/pull/2210
  • do not pass url when storing scroll state to history by @miDeb in https://github.com/inertiajs/inertia/pull/2280
  • fix: react Deferred component error on partial visits by @KaioFelps in https://github.com/inertiajs/inertia/pull/2223
  • Bump vite from 5.4.16 to 5.4.17 by @dependabot in https://github.com/inertiajs/inertia/pull/2295
  • [2.x] SSR clustering by @RobertBoes in https://github.com/inertiajs/inertia/pull/2206
  • Allow Object type for href prop by @nckrtl in https://github.com/inertiajs/inertia/pull/2292
  • Update GitHub Actions to Ubuntu 24.04 by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2299
  • [2.x]: Support for nested paths in forms by @joaopalopes24 in https://github.com/inertiajs/inertia/pull/2181

New Contributors

  • @Verox001 made their first contribution in https://github.com/inertiajs/inertia/pull/2217
  • @lcdss made their first contribution in https://github.com/inertiajs/inertia/pull/2210
  • @miDeb made their first contribution in https://github.com/inertiajs/inertia/pull/2280
  • @KaioFelps made their first contribution in https://github.com/inertiajs/inertia/pull/2223
  • @nckrtl made their first contribution in https://github.com/inertiajs/inertia/pull/2292
  • @joaopalopes24 made their first contribution in https://github.com/inertiajs/inertia/pull/2181

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.6...v2.0.7

joetannenbaum
published 2.0.6 •

Changelog

Source

v2.0.6

  • Deferred: More descriptive Deferred data prop error (#2284)
  • Bump vite from 5.4.12 to 5.4.16 (#2288)
  • Fix location return history decryption throwing error (#2282)
  • Make isDirty reactive to defaults (#2236)
  • Fix playground WhenVisible always (#2203)
  • Wayfinder support (#2290)
joetannenbaum
published 2.0.5 •

Changelog

Source

v2.0.5

  • Fix history state errors by nicholaspufal (#2265)
  • Bump axios from 1.7.9 to 1.8.2 (#2269)
  • Bump esbuild from 0.16.17 to 0.25.0 #2231 (#2231)
  • Bump vite from 5.4.11 to 5.4.12 (#2201)
reinink
published 2.0.4 •

Changelog

Source

v2.0.4

  • Fix anchor links on initial visits (#2258)
joetannenbaum
published 2.0.3 •

Changelog

Source

v2.0.3

  • Fix: Reload on mount (#2200)
joetannenbaum
published 2.0.2 •

Changelog

Source

v2.0.2

  • Fix SSR with scroll restoration (#2190)
  • Fix for scroll + back bug (#2191)
  • Backport 1.x fixes from v1.3.0 release (#2193)