Changelog
v1.0.0 | 13.8.2025
- Filament v4 support
v0.4.4 | 30.7.2025
- fix: Component registration when user is null
v0.4.3 | 24.7.2025
- Search aliases
v0.4.2 | 22.7.2025
- Make ResourceActionQuery compatible with multiple panels
v0.4.1 | 18.7.2025
- Fix issue when using polling
v0.4.0 | 18.7.2025
- Respect Clusters for page group name
- Support for Resource Actions (List, Create)
v0.3.0 | 3.7.2025
- Search by group
- Customize groups
- Include Resources and pages from multiple panels
v0.2.11 | 9.4.2025
- Fix JS float precision issue that broke Snowflake IDs
v0.2.10 | 15.2.2025
- Fix TenantQuery registration
v0.2.9 | 3.2.2025
- Fix Octane
- Only add ToggleSidebarCommand when feature is enabled
v0.2.8 | 3.11.2024
- Prevent toggling search through Ctrl + K on Windows
v0.2.7 | 21.9.2024
- Octane support: Fix issue with duplicates after several requests
v0.2.6 | 21.9.2024
- Use navigation group icon as fallback if page/resource doesn't have one
v0.2.5 | 11.8.2024
- Use
getGlobalSearchEloquentQuery()
instead ofgetEloquentQuery()
v0.2.4 | 26.7.2024
- Add multiple hotkeys and ctrl.k hotkey for windows
v0.2.3 | 24.7.2024
- fix: mouse events triggered during keyboard navigation
v0.2.2 | 22.7.2024
- fix: properly handle click outside by @pxlrbt in https://github.com/pxlrbt/filament-spotlight-pro/pull/1
v0.2.1 | 21.7.2024
- Fix failed resource registration when
$recordTitleAttribute
was missing on any resource - Respect
HasName
andHasAvatar
interfaces for "Change Tenant" command - Respect
->navigationGroups()
order
v0.2.0 | 13.7.2024
Full Changelog: https://github.com/pxlrbt/filament-spotlight-pro/compare/v0.1.0...v0.2.0
v0.1.0 | 10.7.2024
First Beta Release