Version 4.1.0

April 9, 2024

Added

  • Show links to section-specific entries (Thanks, @kylecotter)

Version 4.0.6

March 27, 2024

Added

  • Palette icon displays again on front-end when active
  • Palette now closes when clicking outside the modal boundary

Version 4.0.5

March 18, 2024

Fixed

  • Ensure XHR paths are relative by using the baseUrl value in the config/palette.php (Thanks, @maartenheideman)

Version 4.0.4

March 14, 2024

Fixed

  • Explicitly define CTRL and META keys for better compatibility

Version 4.0.3

March 14, 2024

Fixed

  • Recompile the bundle to pull in latest source changes

Version 4.0.2

March 14, 2024

Fixed

  • Windows/Linux not longer focuses URL bar when using Meta+K (Thanks, @godismyjudge95)

Version 4.0.1

March 13, 2024

Fixed

  • Fix case sensitivity on Init.js script

Version 4.0.0

March 13, 2024

Added

  • 🪄 New design: Palette is now wider, has a translucent background, new subtitle position and more
  • 🔍 Contexts: On top of searching through Craft "actions" you can now search your site content! Easily perform searches for entries, assets, and users.

Changed

  • Removed the Palette icon when active. Ensures better compatibility with visual changes in Craft 5 (Discussion)

Version 3.2.2

July 12, 2023

Fixed

  • Swap UrlHelper::baseUrl() for UrlHelper::siteUrl() for better URL compatibility (Discussion)

Version 3.2.1

July 12, 2023

Fixed

  • Correctly format URLs when using a custom baseUrl (Discussion)

Version 3.2.0

July 12, 2023

Added

  • Palette now allows the ability to customize the baseUrl in the palette.php config file. This ensures Palette loads correctly when running Craft in a subdirectory (Ex: https://mysite.com/craft/). (Discussion)

Version 3.1.5

May 18, 2023

Fixed

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

Version 3.1.4

May 10, 2023

Fixed

  • Return an empty array if no unmatched entry was found

Version 3.1.3

March 31, 2023

Fixed

  • Fixes an issue where slugs with special characters may not be properly decoded (Discussion)

Version 3.1.2

March 31, 2023

Fixed

  • Fixes an issue when clicking above or below the modal won't close it, but clicking to the sides will (Discussion)

Version 3.1.1

February 14, 2023

Fixed

  • Corrected issue where query strings prevented the "Edit this element..." from displaying

Version 3.1.0

December 28, 2022

Added

  • Add customUrls config option for including your own custom URLs into the Palette interface

Version 3.0.2

October 14, 2022

Fixed

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

Version 3.0.1

September 29, 2022

Fixed

  • Don't load Palette scripts when Craft is offline

Version 3.0.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 2.0.0

July 12, 2022

Added

  • Craft 4.0 support

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!