v2.1.0
Changed
- Hardened the palette internals: the Alpine state and logic are now a registered
Alpine.data('commandPalette', …)component, injected once per page via Livewire@assets, instead of a large inlinex-dataobject. This removes the HTML-attribute escaping fragility behind the v1.1.2 bug and gives the component a single root element.
Theme-aware colours, keyboard/fuzzy/recent behaviour, and the public API are all unchanged.
Upgrade: composer require xuanpablo/filament-palette:^2.1