Files
budget_analyser/node_modules/@inertiajs/inertia-vue3/CHANGELOG.md
TiclemFR 076ec32c3b 🔧
2023-12-29 17:47:40 +01:00

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 Link components now accept a 'queryStringArrayFormat' option (#994)
  • Add setError method to Form helper to manually set errors (#999)
  • Add defaults method to Form helper to 'redefine' the defaults (#1019)

Changed

Fixed

  • resolveComponent should be able to occur asynchronously (#911)
  • Console warnings still referenced <inertia-link> instead of <Link> (#916)
  • Type regression with Vue 3 (#849)