Changelog
v0.2.8 | 3.11.2024
What's Changed
- Prevent toggling search through Ctrl + K on Windows by @pxlrbt in https://github.com/pxlrbt/filament-spotlight-pro/pull/7
Full Changelog: https://github.com/pxlrbt/filament-spotlight-pro/compare/v0.2.7...v0.2.8
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