News

Async Request Cancellation Updates in Inertia v2.3.10

Published
Async Request Cancellation Updates in Inertia v2.3.10 image

Release Date: January 15, 2026

Inertia Version: v2.3.10

Summary

Inertia v2.3.10 was released on January 15, 2026. This release introduces async and sync options for the cancelAll method, fixes smooth scrolling issues in Firefox, and includes several browser compatibility improvements and bug fixes.

  • Add async and sync options to cancelAll method
  • Fix smooth scrolling in Firefox with CI improvements
  • Improve flaky <InfiniteScroll> test stability in WebKit
  • Fix onceProps handling in client-side visit callbacks
  • Prevent string response conversion to object

What's New

Async and Sync Options for cancelAll Method

This release adds new async and sync options to the cancelAll method, providing developers with more granular control over request cancellation behavior. This enhancement allows for better handling of concurrent requests and improved user experience when managing multiple in-flight requests.

PR: #2814

Firefox Smooth Scrolling Fix

The release addresses smooth scrolling issues specifically in Firefox browsers and adds Firefox to the continuous integration testing pipeline to prevent regressions. This ensures consistent scrolling behavior across all major browsers.

PR: #2815

Improved <InfiniteScroll> Component Stability

Enhanced the stability of <InfiniteScroll> component tests in WebKit environments, reducing flaky test behavior and improving overall reliability of the infinite scrolling functionality.

PR: #2818

Client-Side Visit Props Callback Enhancement

Fixed an issue where onceProps was not being properly passed as the second argument in client-side visit props callbacks, ensuring developers have access to the complete prop data they expect.

PR: #2816

String Response Handling Fix

Resolved a bug that was incorrectly converting string responses to objects, maintaining the integrity of response data types and preventing unexpected behavior in applications.

PR: #2821

Upgrade Notes

No breaking changes are expected for typical applications. Review the full changelog for complete details when upgrading.

References

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article