Version 1.7.4

May 18, 2023

Fixed

  • Prevent default to ensure browser shortcuts aren't triggered when invoking Palette (Discussion)

Version 1.7.3

May 10, 2023

Fixed

  • Return an empty array if no unmatched entry was found

Version 1.7.2

October 14, 2022

Fixed

  • Improve contrast of search field text in dark mode (Discussion)

Version 1.7.1

September 29, 2022

Fixed

  • Don't load Palette scripts when Craft is offline

Version 1.7.0

August 8, 2022

Added

  • Rebuilt command palette to support opening links in new tab via keyboard and mouse inputs

Updated

  • Updated all dependencies
  • Removed kbar dependency

Fixed

  • Palette no longer steals focused inputs in control panel

Version 1.6.0

February 18, 2022

Added

Version 1.5.0

February 11, 2022

Updated

  • PHP 7.3+ required
  • Swapped tightenco/collect with illuminate/collections

Version 1.4.0

February 8, 2022

Added

  • New action: "Edit this entry". If we can map the URI of the front-end request to a Craft entry it will be added as the first action; allowing you to jump to that entry edit view from the front-end.

Updated

  • "Go to {systemName}" action now only renders when calling Palette on a control panel route

Version 1.3.0

February 8, 2022

Added

  • New action: Go to section entry types. If the type is "Default" it's swapped with the name of the section

Version 1.2.0

February 7, 2022

Added

  • New badgeCount property to display Craft's badge count values
  • Add badge counts for primary navigation items

Updated

  • Move the Utility navigation badge count into the badgeCount property

Fixed

  • Exclude source files from being included in the Composer package

Version 1.1.0

February 7, 2022

Added

  • New action: "Go to {systemName}": Go to the URL defined by siteUrl
  • Show the badge count when rendering utility items (for actions like "Updates")

Version 1.0.0

February 3, 2022

Added

  • Initial release!