v6.1.9 - 2024-10-09
- [6.x] retrieve the model to allow deletion to fire model events by @ivannovak in #381
- @ivannovak made their first contribution in #381
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.8...v6.1.9
v6.1.8 - 2024-10-03
- [6.x] Fix PHP 8.4 deprecation warnings for implicit nullable types by @selfsimilar in #376
- [6.x] fix auth when using a custom authentication pipeline in Fortify by @joelbutcher in #379
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.7...v6.1.8
v6.1.7 - 2024-09-19
- [6.x] fix removed auth props in Laravel Breeze support by @joelbutcher in #371
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.6...v6.1.7
v6.1.6 - 2024-09-11
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.5...v6.1.6
v6.1.5 - 2024-08-06
- [6.x] Fix config not publishing for Laravel Breeze by @Supernova3339 in #368
- @Supernova3339 made their first contribution in #368
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.4...v6.1.5
v6.1.4 - 2024-07-30
- [6.x] – Override default
EloquentUserProvider
to check $user->authPassword before checking hashes match by @joelbutcher in #367
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.3...v6.1.4
v6.1.3 - 2024-07-25
v6.1.2 - 2024-07-25
- [6x] Fix auth for users with changed emails by @joelbutcher in #364
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.1...v6.1.2
v6.1.1 - 2024-07-19
- [6.x] Don't ask for tester if pest is already installed by @joelbutcher in #363
- [6.x] Bind stateful guard if fortify is not installed by @joelbutcher in #362
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.1.0...v6.1.1
v6.1.0 - 2024-07-19
- [6.x] fix: checking filament user and admin routing by @joelbutcher in #360
- [6.x] Various updates and fixes (incl. 2FA) by @joelbutcher in #361
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.0.4...v6.1.0
v6.0.4 - 2024-06-24
- [6.x] - [fix] install command not installing Laravel Jetstream and failing by @joelbutcher in #359
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.0.3...v6.0.4
v6.0.3 - 2024-05-18
- [6.x] Fix syntax error in breeze livewire-functional set-password-form by @MagnanGG in #355
- [6.x] Publish service provider by @joelbutcher in #357
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.0.2...v6.0.3
v6.0.2 - 2024-04-01
- [6.x] Remove import to stop compiler warnings in ConnectedAccount.vue by @miguilimzero in #348
- [6.x] Use framework Password validation rule by @miguilimzero in #349
- [6.x] Fix authenticating existing users if the underlying users email has been changed by @joelbutcher in #351
- [6.x] Remove webmozart/assert package by @miguilimzero in #352
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.0.1...v6.0.2
v6.0.1 - 2024-03-18
v6.0.0 - 2024-03-15
- L11 support by @joelbutcher in #341
- Prepare v6 for release by @joelbutcher in #342
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.5.2...v6.0.0
v5.5.2 - 2024-03-08
- [5.x]: Allow HandlesInvalidState to return an instance of RedirectResponse by @Philrobots in #340
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.5.1...v5.5.2
v5.5.1 - 2024-03-05
- [5.x] Fix removed cancel modal toggle action by @Philrobots in #338
- @Philrobots made their first contribution in #338
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.2...v5.5.1
v5.4.2 - 2024-03-05
- [5.x] Fix user being able to link account without loginOnRegistration() by @miguilimzero in #332
- [5.x] Fix password error not showing in Inertia when disconnecting an account by @miguilimzero in #333
- [5.x] Improve Google callback error compatibility by @cheehau in #336
- remove dependency on
RouteServiceProvider
in package config by @joelbutcher in https://github.com/joelbutcher/socialstream/commit/6a9da8db48f72868e9a88fd604e5a68c034fc3d1
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.1...v5.4.2
v5.4.1 - 2024-01-23
- [5.x] fix undefined route in filament by @joelbutcher in #328
- [5.x] fix: remove typehint to be compatible with Socialite AbstractProvider by @okaufmann in #330
- @okaufmann made their first contribution in #330
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.0...v5.4.1
v5.4.0 - 2024-01-17
- [5.x] Update github templates by @joelbutcher in #319
- [5.x] New maintainer GH actions by @joelbutcher in #320
- [5.x] fix route caching CI error by @joelbutcher in #327
- [5.x] New "Global Login" feature and fix auth redirects by @joelbutcher in #325
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.2...v5.4.0
v5.3.2 - 2023-12-01
- [5.x] Improve authentication & account registering logic by @miguilimzero in #318
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.1...v5.3.2
v5.3.1 - 2023-11-21
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.0...v5.3.1
v5.3.0 - 2023-11-17
- [5.x] Use provider names in error messages by @SRWieZ in #315
- [5.x] Update design and copy for connected accounts form by @joelbutcher in #316
- [5.x] fix: duplicate route names by @joelbutcher in #313
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.2.0...v5.3.0
v5.2.0 - 2023-11-01
- [5.x] Run tests on PHP 8.3 by @joelbutcher in #310
- [5.x] Align breeze livewire stacks by @joelbutcher in #311
- [5.x] RTL support by @joelbutcher in #312
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.1.2...v5.2.0
v5.1.2 - 2023-10-30
- [5.x] Fix undefined routes for authenticated users in Filament by @joelbutcher in #309
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.1.1...v5.1.2
v5.1.1 - 2023-10-27
- [5.x] Fix filament error bag by @joelbutcher in #308
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.1.0...v5.1.1
v5.1.0 - 2023-10-27
- [5.x] Fix Filament with other Stacks by @joelbutcher in #306
- [5.x] Standalone Socialstream 🚀 by @joelbutcher in #307
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.3...v5.1.0
v5.0.3 - 2023-10-25
- [5.x] Fix call to undefined method
except
on$errors
by @joelbutcher in #304
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.2...v5.0.3
v5.0.2 - 2023-10-23
- [5.x] Update default dark mode styling for filament by @joelbutcher in #302
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.1...v5.0.2
v5.0.1 - 2023-10-23
- [5.x] Publish tests for Filament by @joelbutcher in #294
- [5.x] Fix User Factories by @joelbutcher in #295
- [5.x] Fix
update-changelog
workflow by @joelbutcher in #297 - [5.x] Make publishing files opt-in by default for the Filament stack by @joelbutcher in #296
- [5.x] Remove StyleCI by @joelbutcher in #298
Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.0...v5.0.1
v5.0.0 - 2023-10-19
-
Laravel Breeze & Filament Support
-
Update install command (Laravel Prompts)
- Select your starter kit (Jetstream, Breeze, Filament Admin Panel) and stack
- Toggle features for your stack
- Install Pest
- Install dark mode support (if supported by the underlying starter kit & stack)
-
New socialstream:provider command to build out a new provider
-
New socialstream:upgrade command to help easily migrate your Socialstream install to the latest major version
v4.4.6 - 2023-10-19
- [4.x] Fix ConnectedAccount.vue component by @joelbutcher in #293
- replace emit to dispatch by @jeroapriyansah in #291
v4.4.5 - 2023-09-21
- Fix hidden BitBucket Livewire icon by @joelbutcher in 120c736
v4.4.4 - 2023-09-13
- Fix duplicate routes bug by @chris-sev in #288
v4.4.3 - 2023-09-13
- Fix 2fa form showing when password is not set by @joelbutcher in dd9d49b
v4.4.2 - 2023-09-12
- Check that provider callback exists before refreshing tokens by @joelbutcher in 51df430
v4.4.1 - 2023-09-12
- Allow POST callbacks (e.g. Sign in With Apple) by @joelbutcher in 006612b
v4.4.0 - 2023-09-12
- [4.x] Added LinkedIn OpenID Support by @joelbutcher in #286
v4.3.0 - 2023-08-30
- [4.x] Feat: Support new Slack provider by @joelbutcher in #282
v4.2.1 - 2023-08-30
- Remove requirements for illuminate/support and dbal from composer.json by @joelbutcher in 01a29df
v4.2.0 - 2023-08-29
- Add Support for Jetstream 4.x by @joelbutcher
- [4.x] use translation for "Connected :at" by @Flatroy in #275
v4.1.3 - 2023-05-17
- Use Pest 2 by @joelbutcher in #268
- Dark mode support by @joelbutcher in #271
v4.1.2 - 2023-05-14
- [4.x] Use base Symfony response class as return type for
ShareInertiaData
by @sanis in #263
v4.1.1 - 2023-05-05
- [4.x] Migrate test suite to Pest by @joelbutcher in #258
- [4.x] Publish GenerateRedirectForProvider action when installing the inertia stack by @joelbutcher in #261
v4.1.0 - 2023-02-24
- [4.x] Add some feature tests by @joelbutcher in #257
- [4.x] Allow customisation of authentication logic by @joelbutcher in #256
- [4.x] Automatically refresh expired tokens by @rennokki in #248
v4.0.3 - 2023-02-20
- Fix stubs by @joelbutcher in 4ddd095
v4.0.2 - 2023-02-20
- [4.x] Fix unpublishable provider redirect action by @joelbutcher in #254
v4.0.1 - 2023-02-17
- Don't enforce returning User model by @joelbutcher in dc2d258
v4.0.0 - 2023-02-15
- [4.x] Add native type declarations by @joelbutcher in #245
- [4.x] Support Laravel Jetstream v3.0.0 by @joelbutcher
⚠️ We no longer support v1.x, 2.x 8and 3.x, please update / upgrade to 4.x or later.
Unfortunately, due to inconsistencies in the release structure of these branches alongside 4.x, the changelog between a number of releases doesn't make sense. Therefor, these changes have been omitted from this file.