Skip to content

v1.1.2

Choose a tag to compare

@xuanpablo xuanpablo released this 08 Jun 19:32
· 13 commits to main since this release

Fixed

  • Panel pages no longer break when the palette is present. A raw " inside the escapeChar method sat in the palette's double-quoted x-data attribute and closed it early — leaking raw JavaScript as visible page text and throwing SyntaxError plus a cascade of ReferenceErrors (isOpen, search, results, commandCount, loading) on every panel page. The comparison now uses String.fromCharCode(34).
  • Added a regression test asserting the x-data attribute contains no attribute-breaking double-quote.

Recommended for all users on 1.0.x / 1.1.x.

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