github DutchCodingCompany/filament-socialite 3.0.0-beta3

latest release: 3.0.0
pre-releaseone month ago

from CHANGELOG.md

3.0.0-beta3 - 2025-07-18

What's Changed

  • Include compiled styles

3.0.0-beta2 - 2025-06-23

What's Changed

  • BREAKING CHANGE: Implement fix for slug issue #127
    The package now uses path instead of id as default prefix as it should have done. In order to revert to previous behaviour, use slug to override the behaviour:
    ->plugin(
        FilamentSocialitePlugin::make()
            ->slug('admin') // change this to the panel's ID
            // other config for plugin
    )

3.0.0-alpha1 - 2025-06-05 / 3.0.0-beta1 - 2025-06-05

What's Changed

Don't miss a new filament-socialite release

NewReleases is sending notifications on new releases.