Releases: inertiajs/inertia
Releases · inertiajs/inertia
v3.4.0
What's Changed
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #3145
- [3.x] Add
cachedflag to theinertia:navigateevent by @pascalbaljet in #3146 - [3.x] Add
inertia:clientVisitevent and visit correlation id by @pascalbaljet in #3147 - [3.x] Refactor visit ID to be a string by @pascalbaljet in #3148
- [3.x] Add page and visit id to error event detail by @pascalbaljet in #3152
- [3.x] Add internal request and response interceptors by @pascalbaljet in #3153
- [3.x] Bump Playground dependencies by @pascalbaljet in #3154
Full Changelog: v3.3.1...v3.4.0
v2.3.26
What's Changed
- [2.x] Bump axios floor to ^1.16.0 to exclude vulnerable range by @Andy9822 in #3139
- [2.x] Add
httpexport by @pascalbaljet in #3149
New Contributors
Full Changelog: v2.3.25...v2.3.26
v3.3.1
What's Changed
- [3.x] Vue 3 Playground: Fixes scroll + code issues by @yoeriboven in #3133
- [3.x] Instant visit: only preserve scroll behavior on instant visit by @yoeriboven in #3134
- [3.x] Bump dependencies by @pascalbaljet in #3137
- Dependabot cooldown + auto-merge by @pascalbaljet in #3138
New Contributors
- @yoeriboven made their first contribution in #3133
Full Changelog: v3.3.0...v3.3.1
v2.3.25
What's Changed
- [2.x] Fix Svelte infinite scroll unmount race by @pascalbaljet in #3131
- [2.x] Run pnpm audit on push and releases by @pascalbaljet in #3132
Full Changelog: v2.3.24...v2.3.25
v3.3.0
What's Changed
- [3.x] Await user-provided Form onSuccess callback before completing submission by @mattwigham in #3122
- [3.x] Migrate playgrounds from Prism to Laravel AI SDK by @pascalbaljet in #3128
- [3.x] Support network URLs for loading CSS assets in SSR dev server by @simonellensohn in #3121
- [3.x] Pass props to withApp callback by @CL0Pinette in #3125
- [3.x] Run pnpm audit on push and releases, not on PRs by @pascalbaljet in #3129
- [3.x] Fix Svelte infinite scroll unmount race by @hschne in #3127
New Contributors
- @mattwigham made their first contribution in #3122
- @simonellensohn made their first contribution in #3121
- @CL0Pinette made their first contribution in #3125
- @hschne made their first contribution in #3127
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- [3.x] Bump pnpm by @pascalbaljet in #3099
- [3.x] Pin GitHub Actions to commit SHAs and harden CI workflows by @pascalbaljet in #3097
- Bump actions/upload-artifact from 6.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in #3100
- [3.x] Add
modeoption torouter.pollby @pascalbaljet in #3093 - [3.x] Support dynamic data in
usePollby @pascalbaljet in #3098 - [3.x] Bump dependencies by @pascalbaljet in #3107
- [3.x] Add Inertia.once for events that fire once by @sebastiandedeyne in #3105
- [3.x] Fix
httpExceptionevent response data type by @pascalbaljet in #3109 - [3.x] Skip DOM updates when
<InfiniteScroll>request is cancelled by @pascalbaljet in #3110 - [3.x] Upgrade to TypeScript 6 by @pascalbaljet in #3108
- [3.x] Improve
router.pollthrottle semantics and stop+start handling by @pascalbaljet in #3114 - [3.x] Migrate from Prettier and ESLint to Oxfmt and Oxlint by @pascalbaljet in #3115
Full Changelog: v3.1.1...v3.2.0
v2.3.24
What's Changed
- [2.x] Bump pnpm + Pin GitHub Actions to commit SHAs and harden CI workflows by @pascalbaljet in #3102
- Bump actions/upload-artifact from 6.0.0 to 7.0.1 in the github-actions group across 1 directory by @dependabot[bot] in #3103
- [2.x] Skip DOM updates when
<InfiniteScroll>request is cancelled by @pascalbaljet in #3112 - [2.x] Add
modeoption torouter.polland support dynamicusePolldata by @pascalbaljet in #3111 - [2.x] Restore previous body overflow when closing the error modal by @pascalbaljet in #3113
- [2.x] Bump dependencies by @pascalbaljet in #3116
- [2.x] Migrate to Oxfmt + Oxlint by @pascalbaljet in #3118
- [2.x] Backport CI hardening from 3.x by @pascalbaljet in #3117
Full Changelog: v2.3.23...v2.3.24
v3.1.1
What's Changed
- fix: prevent explicit undefined values from overwriting visit defaults (#3018) by @Vitalcheffe in #3019
- [3.x] Fix Vue
<Deferred>SSR crash on sibling slot transitions by @pascalbaljet in #3092
New Contributors
- @Vitalcheffe made their first contribution in #3019
Full Changelog: v3.1.0...v3.1.1
v2.3.23
What's Changed
- [2.x] fix: prevent explicit undefined values from overwriting visit defaults by @pascalbaljet in #3091
Full Changelog: v2.3.22...v2.3.23
v3.1.0
What's Changed
- [3.x] Bump dependencies by @pascalbaljet in #3067
- [3.x] Bump CI action versions by @pascalbaljet in #3071
- [3.x] Additional tests for layouts in React by @pascalbaljet in #3073
- [3.0] Fix React
useFormsubmitting stale data after synchronoussetDataby @skryukov in #3057 - fix(core): support nonce for progress styles by @artemxknpv in #3069
- [3.x] Sandbox error dialog iframe to prevent
window.parentaccess by @pascalbaljet in #3078 - [3.x] Add
hostoption to SSR server by @pascalbaljet in #3077 - [3.x] Block
__proto__in query string parsing by @pascalbaljet in #3079 - [3.x] Bump Playground dependencies by @pascalbaljet in #3081
- [3.x] Escape title content in SSR head output by @pascalbaljet in #3080
- [3.x] Add
rescueslot to<Deferred>for failed deferred props by @pascalbaljet in #3076 - [3.x] Improve CSP support for progress bar and error dialog by @pascalbaljet in #3086
- [3.x] Add deferred prop rescue example to playgrounds by @pascalbaljet in #3089
New Contributors
- @artemxknpv made their first contribution in #3069
Full Changelog: v3.0.3...v3.1.0