Skip to content

Releases: joelbutcher/socialstream

v2.1.1

12 Jan 17:15
37398a1
Compare
Choose a tag to compare

Fixed

  • Fixed conflicting doctrine/dbal version with Laravel Nova 3.x: ^2.9|^3.0

v2.1.0

11 Jan 19:05
b5f8072
Compare
Choose a tag to compare

Changed

  • Updated ConnectedAccount abstract to define shared Inertia data

V2.0.3

10 Jan 23:14
b6a6702
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where creating a connected account would save guarded attributes (#35)

v2.0.2

08 Jan 15:31
Compare
Choose a tag to compare

Fixed

  • Fixed missing terms & conditions / privacy policy from livewire register stub

v2.0.1

08 Jan 09:54
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with view:clear throwing DirectoryNotFound (#33)

v1.1.2

08 Jan 09:49
2175a96
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with view:clear throwing DirectoryNotFound (#33)

v2.0.0

06 Jan 18:21
Compare
Choose a tag to compare
fix tests

v1.1.1

06 Jan 03:18
Compare
Choose a tag to compare

Fixed

  • Fixed config name in service provider

Removed

  • Removed resource / view publishing from service provider boot method

v1.1.0

02 Jan 10:21
Compare
Choose a tag to compare

Fixed

  • Fixed ActionLink.vue to use an anchor tag rather than inertia-link to avoid CORS issue. (#22)

Removed

  • Removed the duplicate method getAccountForProvider in ConnectedAccountsForm.vue (#20)

v1.0.4

02 Jan 03:18
b4c317a
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the connectedAccounts prop in inertia stack returned a boolean rather than a collection