Skip to content

Latest commit

 

History

History
177 lines (111 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

177 lines (111 loc) · 4.96 KB

Release Notes for Palette

4.1.2 - 2024-08-20

Fixed

  • Force Tailwind's default font stack across all elements
  • Improve contrast in light mode when opened on top of darker elements

4.1.1 - 2024-04-26

Fixed

  • Lengthy text is truncated to prevent awkward wrapping
  • Improved UI for smaller screen sizes

4.1.0 - 2024-04-09

Added

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

4.0.6 - 2024-03-27

Added

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

4.0.5 - 2024-03-18

Fixed

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

4.0.4 - 2024-03-14

Fixed

  • Explicitly define CTRL and META keys for better compatibility

4.0.3 - 2024-03-14

Fixed

  • Recompile the bundle to pull in latest source changes

4.0.2 - 2024-03-14

Fixed

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

4.0.1 - 2024-03-13

Fixed

  • Fix case sensitivity on Init.js script

4.0.0 - 2024-03-13

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)

3.2.2 - 2023-07-12

Fixed

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

3.2.1 - 2023-07-12

Fixed

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

3.2.0 - 2023-07-12

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)

3.1.5 - 2023-05-18

Fixed

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

3.1.4 - 2023-05-10

Fixed

  • Return an empty array if no unmatched entry was found

3.1.3 - 2023-03-31

Fixed

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

3.1.2 - 2023-03-31

Fixed

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

3.1.1 - 2023-02-14

Fixed

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

3.1.0 - 2022-12-28

Added

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

3.0.2 - 2022-10-14

Fixed

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

3.0.1 - 2022-09-29

Fixed

  • Don't load Palette scripts when Craft is offline

3.0.0 - 2022-08-08

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

2.0.0 - 2022-07-12

Added

  • Craft 4.0 support

1.6.0 - 2022-02-18

Added

1.5.0 - 2022-02-11

Updated

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

1.4.0 - 2022-02-08

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

1.3.0 - 2022-02-08

Added

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

1.2.0 - 2022-02-07

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

1.1.0 - 2022-02-07

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")

1.0.0 - 2022-02-03

Added

  • Initial release!