Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

laravel-jetstream

laravel744MIT1.2.0

laravel, jetstream, vue, form, inertia

readme

Total Downloads Latest Stable Version License

Introduction

The Laravel Jetstream JavaScript library provides convenient form / validation helpers for the Jetstream Inertia stack.

Official Documentation

Documentation for Jetstream JavaScript can be found on the Jetstream website.

Contributing

Thank you for considering contributing to Jetstream! You can read the contribution guide here.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Jetstream and this library are open-sourced software licensed under the MIT license.

changelog

Release Notes

Unreleased

v1.1.1 (2020-10-29)

Fixed

  • Allow easier useForm import (#13)

v1.1.0 (2020-10-29)

Added

  • Add a hook for creating a new form (#12)

v1.0.0 (2020-10-14)

Changed

  • Update InertiaForm to handle latest version inertia 0.4 and inertia-vue 0.3 (#8)

v0.2.1 (2020-10-07)

Added

  • Vue 3 Support (#6)

v0.2.0 (2020-10-05)

Added

  • Add isDirty property (#4)

v0.1.2 (2020-09-04)

Fixed

  • Fix a bug with the error bag (266378f)

v0.1.1 (2020-09-04)

Changed

  • Support flattened errors (1f66c56)

v0.1.0 (2020-09-04)

Changed

v0.0.3 (2020-06-09)

Changed

v0.0.2 (2020-06-01)

Initial release.