What's Changed
- Allow deepMerge on custom properties by @mpociot in #2344
- fix: React StrictMode breaking Inertia Head by @jordanhavard in #2328
- Bump multer from 1.4.4 to 2.0.1 in /tests/app by @dependabot in #2373
- Initialize router before components in React by @chack1172 in #2379
- Prevent duplicate render of the initial page in React by @pascalbaljet in #2377
- Update default state when
setDefault()
is called right aftersetData()
is called by @pascalbaljet in #2364 - [2.x] Restore
router.resolveComponent()
method by @pascalbaljet in #2039 - Move
currentIsInitialPage
variable outside ofApp
by @pascalbaljet in #2381 - Don't overwrite Vite class in Svelte playgrounds by @jrmajor in #2368
- Dependency update + Prevent Playwright 1.53.0 due to Svelte bug by @pascalbaljet in #2382
- Update to Vite 6 by @SuperDJ in #2315
- Fix React scroll restoration on popState by @sebastiandedeyne in #2357
- feat(useForm): export granular setData types and introduce SetDataAction by @hasib-devs in #2356
- Refactor
mergeStrategies
tomatchOn
by @pascalbaljet in #2384 - Remove
setSwapComponent
method and cleanup after PR #2379 by @pascalbaljet in #2383
New Contributors
- @jordanhavard made their first contribution in #2328
- @chack1172 made their first contribution in #2379
- @jrmajor made their first contribution in #2368
- @SuperDJ made their first contribution in #2315
- @hasib-devs made their first contribution in #2356
Full Changelog: v2.0.12...v2.0.13