What's Changed
- Improve GitHub issue templates by @pascalbaljet in #2418
- Escape the attribute values that are passed into the
Head
component by @pascalbaljet in #2403 - Introduce single method to reset form state and clear errors by @pascalbaljet in #2414
- Use
CacheForOption
type in ReactLink
component by @pascalbaljet in #2426 - Improve query string merging in
mergeDataIntoQueryString()
by @pascalbaljet in #2417 - Improve scrolling when using anchor hash by @pascalbaljet in #2428
- Cancel sync request on popstate event by @pascalbaljet in #2429
- Support for path traversal by @pascalbaljet in #2413
- Add event callbacks to
ClientSideVisitOptions
by @pascalbaljet in #2405 - Pass parameters to
onFinish
andonSuccess
callbacks on Client Side Visits by @pascalbaljet in #2433 - Prevent JS builds and test apps from being minified by @pascalbaljet in #2424
- Migrate to pnpm by @jrmajor in #2276
- Fix single-use prefetching by @pascalbaljet in #2440
- Change defaults values order in onSuccess callback of useForm by @yilanboy in #2437
- Improve reactivity of Link components by @pascalbaljet in #2441
New Contributors
Full Changelog: v2.0.14...v2.0.15