1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
v0.6.0
Added
- Visits and
Linkcomponents now accept a 'queryStringArrayFormat' option (#994) - Add
setErrormethod to Form helper to manually set errors (#999) - Add
defaultsmethod to Form helper to 'redefine' the defaults (#1019)
Changed
- We now keep a changelog here on GitHub 🎉 For earlier releases, please see the releases page of inertiajs.com.
- Types: Use
@inertiajs/inertia's new 'Progress' type (#877)