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 usespath
instead ofid
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 )