What's Changed
- Code formatting with Prettier by @pascalbaljet in #2515
- Add EditorConfig and fix some whitespace issues by @jrmajor in #2516
- Fix for nullable object types in
useForm
by @pascalbaljet in #2528 - Fix for Form Component in Svelte when resetting use input/button by @pascalbaljet in #2525
- Improve Link component
as
prop by @pascalbaljet in #2524 - [v2.x] fix: type error by changing page props type to
any
by @peaklabs-dev in #2520 - Revert to back to Lodash to retain ES2020 compatibility by @pascalbaljet in #2527
- Verify ES2020 compatibility in CI by @pascalbaljet in #2530
- [Vue] Fixing action attribute on Form Component when using Wayfinder by @nicolagianelli in #2532
- Make package.json structure in Svelte package Consistent as Vue and React by @kresnasatya in #2529
- Remove Svelte 5-next version constraint by @pascalbaljet in #2533
- improve typescript configuration by @sudo-barun in #2470
- Format JSON files with Prettier by @pascalbaljet in #2534
- Fix warning about
inert
attribute in React < 19 by @pascalbaljet in #2536 - Fix keyboard activation when using
prefetch: 'click'
by @pedroborges in #2538 - Fix
useForm
to respect manualsetDefaults()
calls inonSuccess
and unify timing across adapters by @pascalbaljet in #2539 - Run Playwright in parallel in CI by @pascalbaljet in #2540
- Fix Coding Standards workflow by @pascalbaljet in #2547
- bumpup axios to fix CVE-2025-7783 by @vallerydelexy in #2546
- Bump
@sveltejs/kit
version by @pascalbaljet in #2548
New Contributors
- @peaklabs-dev made their first contribution in #2520
- @nicolagianelli made their first contribution in #2532
- @kresnasatya made their first contribution in #2529
- @vallerydelexy made their first contribution in #2546
Full Changelog: v2.1.2...v2.1.3