Skip to content

v2.1.0

Choose a tag to compare

@xuanpablo xuanpablo released this 08 Jun 22:15
· 6 commits to main since this release

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 inline x-data object. 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