Skip to content

Releases: TNorbury/command_palette

v0.5.0

20 Jul 18:22

Choose a tag to compare

Added

  • Open to nested action via CommandPalette.of(context).openToAction(actionId)

Changed

  • When a nested action is selected, the label of that action will prefix the command palette text field. This can be enabled by setting prefixNestedActions to true (this is also the current default) in CommandPaletteStyle

Fixed

  • BREAKING: default open key is now platform dependent. Previously it was always Ctrl+K, but now it will check if the platform is MacOS (this includes Web running on Mac) and if so will change the default open key to Command. While this change does make things function as I originally intended, this is changing default behavior so I'm considering this a breaking change

v0.3.0

27 Feb 02:03
1d1f2e8

Choose a tag to compare

Changed

  • Change default alignment of action text to better support all screen sizes

Fixed

  • Remove ListView padding that was creating blank spaces on smaller screens
  • On-screen virtual keyboards that don't have a proper enter button were unable to select an action. This should be fixed now