Skip to content

v2.0.0

Choose a tag to compare

@xuanpablo xuanpablo released this 08 Jun 20:29
· 11 commits to main since this release

Changed

  • BREAKING: Renamed the PHP namespace Xuanpablo\FilamentPaletteXuanpablo\CommandPalette, and the entry-point classes FilamentPalettePlugin / FilamentPaletteServiceProviderCommandPalettePlugin / CommandPaletteServiceProvider.

Unchanged

The Composer package name (xuanpablo/filament-palette), config file/key, view namespace, publish tags, artisan signature, and translations all remain filament-palette — so published config and views need no changes.

Upgrade from 1.x

- use Xuanpablo\FilamentPalette\FilamentPalettePlugin;
+ use Xuanpablo\CommandPalette\CommandPalettePlugin;

- ->plugins([FilamentPalettePlugin::make()])
+ ->plugins([CommandPalettePlugin::make()])

Swap the namespace prefix Xuanpablo\FilamentPalette\Xuanpablo\CommandPalette\ anywhere you reference package classes (e.g. CommandItem).

Upgrade: composer require xuanpablo/filament-palette:^2.0