laravel-jetstream
Version:
<p align="center"><img src="https://laravel.com/assets/img/components/logo-jetstream.svg"></p>
63 lines (31 loc) • 2.04 kB
Markdown
# Release Notes
## [Unreleased](https://github.com/laravel/jetstream-js/compare/v1.1.1...master)
## [v1.1.1 (2020-10-29)](https://github.com/laravel/jetstream-js/compare/v1.1.0...v1.1.1)
### Fixed
- Allow easier useForm import ([#13](https://github.com/laravel/jetstream-js/pull/13))
## [v1.1.0 (2020-10-29)](https://github.com/laravel/jetstream-js/compare/v1.0.0...v1.1.0)
### Added
- Add a hook for creating a new form ([#12](https://github.com/laravel/jetstream-js/pull/12))
## [v1.0.0 (2020-10-14)](https://github.com/laravel/jetstream-js/compare/v0.2.1...v1.0.0)
### Changed
- Update InertiaForm to handle latest version inertia 0.4 and inertia-vue 0.3 ([#8](https://github.com/laravel/jetstream-js/pull/8))
## [v0.2.1 (2020-10-07)](https://github.com/laravel/jetstream-js/compare/v0.2.0...v0.2.1)
### Added
- Vue 3 Support ([#6](https://github.com/laravel/jetstream-js/pull/6))
## [v0.2.0 (2020-10-05)](https://github.com/laravel/jetstream-js/compare/v0.1.2...v0.2.0)
### Added
- Add isDirty property ([#4](https://github.com/laravel/jetstream-js/pull/4))
## [v0.1.2 (2020-09-04)](https://github.com/laravel/jetstream-js/compare/v0.1.1...v0.1.2)
### Fixed
- Fix a bug with the error bag ([266378f](https://github.com/laravel/jetstream-js/commit/266378f5f046acfffa4a68f4927c5c943cc1ba7d))
## [v0.1.1 (2020-09-04)](https://github.com/laravel/jetstream-js/compare/v0.1.0...v0.1.1)
### Changed
- Support flattened errors ([1f66c56](https://github.com/laravel/jetstream-js/commit/1f66c5663e4acad7cf950f13cf2c282c0532ae59))
## [v0.1.0 (2020-09-04)](https://github.com/laravel/jetstream-js/compare/v0.0.3...v0.1.0)
### Changed
- Add error bag ([acd7ea1](https://github.com/laravel/jetstream-js/commit/acd7ea156b510d8712542e229aed99d2a16ef13f))
## [v0.0.3 (2020-06-09)](https://github.com/laravel/jetstream-js/compare/v0.0.2...v0.0.3)
### Changed
- Add defaults to params ([313035f](https://github.com/laravel/jetstream-js/commit/313035f4927c8d514b073f7e5186862a675c32cc))
## v0.0.2 (2020-06-01)
Initial release.