From 3a63529262288d9b3079360b67be50d7ef3b5d27 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 25 Jun 2024 12:27:03 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcfa0bb7..ef86c7556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs. - Add Svelte TypeScript support ([#1866](https://github.com/inertiajs/inertia/pull/1866)) - Fix form helper `transform` return type in React adapter ([#1896](https://github.com/inertiajs/inertia/pull/1896)) - Use updater function in `setData` in `useForm` hook in React adapter ([#1859](https://github.com/inertiajs/inertia/pull/1859)) +- Skip intercepting non-left button clicks on links ([#1908](https://github.com/inertiajs/inertia/pull/1908)) ## [v1.2.0](https://github.com/inertiajs/inertia/compare/v1.1.0...v1.2.0)