Releases: inertiajs/inertia
Releases · inertiajs/inertia
v2.3.7
What's Changed
- Add
dontRemember()method to form helper by @pascalbaljet in #2792 - Only call
replaceState()when page data has actually changed by @pascalbaljet in #2793 - Fix
@typescript-eslint/unbound-methodwarning when destructuringuseForm()methods by @pascalbaljet in #2794
Full Changelog: v2.3.6...v2.3.7
v2.3.6
What's Changed
- Bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #2790
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Refresh the Infinite Scroll triggers after partial reload by @pascalbaljet in #2784
- Fix
hasAnyState()to actually check for browser history by @pascalbaljet in #2785 - Handle WebKit history throttle errors by @pascalbaljet in #2786
- Merge
dataandparamsprops in<WhenVisible>by @pascalbaljet in #2789 - Handle
QuotaExceededErrorin WebKit by @pascalbaljet in #2788
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Only restore Infinite Scroll state from history on back/forward navigation by @pascalbaljet in #2777
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Add support for protocol-relative urls in url.ts by @machour in #2769
- Fix brackets notation qs parsing by @skryukov in #2722
- Support for Flash Data by @pascalbaljet in #2757
New Contributors
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Expose InertiaPrecognitiveForm type by @lcdss in #2756
- Test for loading deferred props on
router.reload()withoutonly/exceptby @pascalbaljet in #2761 - Expose
fetchingin default<WhenVisible>slot by @pascalbaljet in #2766 - Include submitter element value in Form component submission by @pascalbaljet in #2770
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Test for Form + Vue Options API by @pascalbaljet in #2750
- Fix for validating items in dynamic arrays by @pascalbaljet in #2753
- Escape forward slashes when using useScriptElementForInitialPage by @kirk-loretz-fsn in #2751
- Sync Playground configs by @pascalbaljet in #2754
- Fix race condition when restoring scroll regions by @pascalbaljet in #2755
New Contributors
- @kirk-loretz-fsn made their first contribution in #2751
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Support for Precognition in
useForm()by @pascalbaljet in #2684 - Support for Precognition in
<Form>component by @pascalbaljet in #2700 - Improve Precognition examples in Playgrounds by @pascalbaljet in #2746
- Improve flaky tests by @pascalbaljet in #2747
- bugfix(whenVisible-vue): Fix loaded state when data already exists by @ClaraLeigh in #2748
New Contributors
- @ClaraLeigh made their first contribution in #2748
Full Changelog: v2.2.21...v2.3.0
v2.2.21
What's Changed
- Add
viewTransitiontoFormComponentOptionstype by @pascalbaljet in #2741 - Preserve untouched Once Props on Partial Reload + Once Props in Playground by @pascalbaljet in #2743
- Only preserve loaded Deferred + Once props by @pascalbaljet in #2745
Full Changelog: v2.2.20...v2.2.21
v2.2.20
What's Changed
- Bump express from 5.1.0 to 5.2.0 by @dependabot[bot] in #2727
- Add tests for SSR server by @pascalbaljet in #2730
- Preserve errors when loading deferred props by @pascalbaljet in #2729
- Optimize page data size and parsing (37% size reduction!) by @bram-pkg in #2687
- Support for
once()props by @pascalbaljet in #2732 - Fix for sequential Client Side Visits by @pascalbaljet in #2737
- Refactor duplicated initial page code by @pascalbaljet in #2738
New Contributors
Full Changelog: v2.2.19...v2.2.20