wire-elements/spotlight
Livewire component that provides Spotlight/Alfred-like functionality to your Laravel application.
2.0.4
1.2M downloads/mo
#4012 most downloaded on Packagist
wire-elements/spotlight
What this package is like to depend on
Last release 4 months ago
31 Mar 2026
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 20 of 22 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
22 releases · first in 2021
2 releases in the last 12 months
see the full history below
Release timeline
22 releases · Apr 2021 to Mar 2026Releases
latest 22-
2.0.431 Mar 2026Release notes
Open source → -
2.0.307 Feb 2026 -
2.0.226 Feb 2025Release notes
Open source → -
2.0.102 Mar 2024Release notes
Open source →What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #129
New Contributors
- @laravel-shift made their first contribution in #129
Full Changelog: 2.0.0...2.0.1
-
2.0.025 Aug 2023 -
1.0.702 Feb 2023Release notes
Open source →What's Changed
- Use @js Livewire directive for correct escaping by @riasvdv in #99
- docs: update JS vendor location by @owenvoke in #104
- Support Laravel 10 by @freekmurze in #105
New Contributors
- @owenvoke made their first contribution in #104
- @freekmurze made their first contribution in #105
Full Changelog: 1.0.6...1.0.7
-
1.0.618 Oct 2022Release notes
Open source →What's Changed
- Show results without input by @riasvdv in #77
- Fix typo and incorrect model in README by @jplhomer in #96
New Contributors
Full Changelog: 1.0.5...1.0.6
-
1.0.518 Feb 2022 -
1.0.425 Nov 2021Release notes
Open source →What's Changed
- Add ability to click commands by @usernotnull in #37
New Contributors
- @usernotnull made their first contribution in #37
Full Changelog: 1.0.3...1.0.4
-
1.0.325 Nov 2021Release notes
Open source → -
1.0.206 Nov 2021Nothing published for this version
-
1.0.130 Oct 2021Nothing published for this version
-
1.0.025 Jun 2021 -
0.1.828 Apr 2021Release notes
Open source →- Fuse.js is now included in the Javascript bundle.
- You can disable the Javascript in the config file and require the Javascript in your bundler
require('vendor/livewire-ui/spotlight/resources/js/spotlight');
-
0.1.727 Apr 2021Release notes
Open source →- Add call to
shouldBeShownmethod on theSpotlightCommandfor any custom logic needed for determining whether a command should be shown in the Spotlight component. This includes resolving any dependencies out of the Laravel service container.
- Add call to
-
0.1.623 Apr 2021Release notes
Open source →- Add
SpotlightCommandDependencytype support. Defaults toSpotlightCommandDependency::SEARCH - Important The dependency order was incorrect, you need to change your dependency order after updating if you have more than one dependency.
- Add
-
0.1.523 Apr 2021Release notes
Open source →- Add option to toggle Spotlight via browser events.
$this->dispatchBrowserEvent('toggle-spotlight');
- Add option to toggle Spotlight via browser events.
-
0.1.423 Apr 2021 -
0.1.323 Apr 2021Release notes
Open source →- Add
registerCommandIfandregisterCommandUnlesshelpers to register commands conditionally. - Fix element flashing by applying x-cloak
- Reset Spotlight state on close.
- Add
-
0.1.222 Apr 2021Release notes
Open source →- Add conditional CSS for non TailwindCSS users.
- Add option to customize keyboard shortcut.
-
0.1.122 Apr 2021 -
0.1.022 Apr 2021