inertia
inertia copied to clipboard
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
**reset** from **useForm** is not functional after a successful submission. This is due to the form's internal onSuccess hook setting defaults to the current form state (line 172). **The bug...
Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.7.4. Release notes Sourced from axios's releases. Release v1.7.4 Release notes: Bug Fixes sec: CVE-2024-39338 (#6539) (#6543) (6b6b605) sec: disregard protocol-relative URL to remediate SSRF...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.14 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...
This PR fixes the `` component by checking for children components before attempting to pass the default slot to the rendered component. Closes #1785. ## Before ## After
Issues with the page component rendering in the Svelte adapter have been reported a couple time (see: #1621, #1733). The last attempt to solve this (#1763) created another issue because...
Simple fix for Safari 10. It happens because `this.navigation` is present, but `this.navigation.getEntriesByType` is missing.
### Version: - `@inertiajs/vue2` version: 1.2.0 ### Describe the problem: Browser history not working properly on **iOS Chrome v 128.0.6613.98** When i navigate through my web app and then click...
### Version: - `@inertiajs/react` version: 1.2.0 ### Describe the problem: Multiple `useRemember()` calls in the same component produce unreliable results. The value being remembered is only the last one. I...
# npm audit report axios >=1.3.2 Severity: high Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj node_modules/axios @inertiajs/core >=1.0.15 Depends on vulnerable versions of axios node_modules/@inertiajs/core @inertiajs/vue3 >=1.0.15 Depends on vulnerable...
### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: The `click` event on a `` component does not fire when I expect it to. It...