|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/jetstream/compare/v1.6.6...master) |
| 3 | +## [Unreleased](https://github.com/laravel/jetstream/compare/v2.1.0...2.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v2.1.0 (2021-01-12)](https://github.com/laravel/jetstream/compare/v2.0.3...v2.1.0) |
| 7 | + |
| 8 | +### Added |
| 9 | +- Add `--composer` option to the install command ([#607](https://github.com/laravel/jetstream/pull/607)) |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Automatically select API token when it's created ([#589](https://github.com/laravel/jetstream/pull/589)) |
| 13 | +- Change current team of user when creating a new additional team ([#618](https://github.com/laravel/jetstream/pull/618)) |
| 14 | +- Make text translatable in confirm-password livewire view ([#628](https://github.com/laravel/jetstream/pull/628)) |
| 15 | + |
| 16 | +### Fixed |
| 17 | +- Banner should be hidden in default ([#599](https://github.com/laravel/jetstream/pull/599)) |
| 18 | +- Jetstream ignoring sessions from session connection in config ([#630](https://github.com/laravel/jetstream/pull/630)) |
| 19 | + |
| 20 | + |
| 21 | +## [v2.0.3 (2021-01-06)](https://github.com/laravel/jetstream/compare/v2.0.2...v2.0.3) |
| 22 | + |
| 23 | +### Added |
| 24 | +- Allow publishing of missing Inertia files ([#596](https://github.com/laravel/jetstream/pull/596), [b28ee67](https://github.com/laravel/jetstream/commit/b28ee670590312d014448c2c8f2479ec264c64cc)) |
| 25 | + |
| 26 | +### Changed |
| 27 | +- Make button text in team invitation email translatable ([#598](https://github.com/laravel/jetstream/pull/598)) |
| 28 | + |
| 29 | +### Removed |
| 30 | +- Remove unused Vue components ([#596](https://github.com/laravel/jetstream/pull/596)) |
| 31 | + |
| 32 | +### Fixed |
| 33 | +- Make a similar footer section on welcome page ([#602](https://github.com/laravel/jetstream/pull/602)) |
| 34 | + |
| 35 | + |
| 36 | +## [v2.0.2 (2021-01-06)](https://github.com/laravel/jetstream/compare/v2.0.1...v2.0.2) |
| 37 | + |
| 38 | +### Fixed |
| 39 | +- Fix test ([d24c41b](https://github.com/laravel/jetstream/commit/d24c41bca5fd69fa369915565a18ac2510b04928)) |
| 40 | + |
| 41 | + |
| 42 | +## [v2.0.1 (2021-01-06)](https://github.com/laravel/jetstream/compare/v2.0.0...v2.0.1) |
| 43 | + |
| 44 | +### Changed |
| 45 | +- Make cancel link translatable ([#592](https://github.com/laravel/jetstream/pull/592)) |
| 46 | + |
| 47 | +### Fixed |
| 48 | +- Inertia Stack Authentication Page logo link update with inertia-link ([#594](https://github.com/laravel/jetstream/pull/594)) |
| 49 | + |
| 50 | + |
| 51 | +## [v2.0.0 (2021-01-05)](https://github.com/laravel/jetstream/compare/v1.6.6...v2.0.0) |
| 52 | + |
| 53 | +A major new Jetstream release. Check out [the announcement post](https://blog.laravel.com/jetstream-20-released). |
4 | 54 |
|
5 | 55 |
|
6 | 56 | ## [v1.6.6 (2021-01-05)](https://github.com/laravel/jetstream/compare/v1.6.5...v1.6.6)
|
|
0 commit comments