Skip to content

Latest commit

 

History

History
295 lines (163 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

295 lines (163 loc) · 16.1 KB

Release Notes

v6.0.3 - 2024-05-18

What's Changed

  • [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

New Contributors

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v6.0.2...v6.0.3

v6.0.2 - 2024-04-01

What's Changed

  • [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

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.5.2...v6.0.0

v5.5.2 - 2024-03-08

What's Changed

  • [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

What's Changed

New Contributors

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.2...v5.5.1

v5.4.2 - 2024-03-05

What's Changed

New Contributors

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.1...v5.4.2

v5.4.1 - 2024-01-23

What's Changed

  • [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

New Contributors

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.4.0...v5.4.1

v5.4.0 - 2024-01-17

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.2...v5.4.0

v5.3.2 - 2023-12-01

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.1...v5.3.2

v5.3.1 - 2023-11-21

What's Changed

  • [5.x] Fix Livewire component registration by @SRWieZ in #317

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.3.0...v5.3.1

v5.3.0 - 2023-11-17

What's Changed

New Contributors

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.2.0...v5.3.0

v5.2.0 - 2023-11-01

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.1.2...v5.2.0

v5.1.2 - 2023-10-30

What's Changed

  • [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

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.1.0...v5.1.1

v5.1.0 - 2023-10-27

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.3...v5.1.0

v5.0.3 - 2023-10-25

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.2...v5.0.3

v5.0.2 - 2023-10-23

What's Changed

Full Changelog: https://github.com/joelbutcher/socialstream/compare/v5.0.1...v5.0.2

v5.0.1 - 2023-10-23

What's Changed

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

v4.4.5 - 2023-09-21

v4.4.4 - 2023-09-13

v4.4.3 - 2023-09-13

v4.4.2 - 2023-09-12

v4.4.1 - 2023-09-12

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

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

v4.0.2 - 2023-02-20

  • [4.x] Fix unpublishable provider redirect action by @joelbutcher in #254

v4.0.1 - 2023-02-17

v4.0.0 - 2023-02-15


v1.x, 2.x, and 3.x

⚠️ 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.