Releases: TNorbury/command_palette
Releases · TNorbury/command_palette
v0.5.0
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
prefixNestedActionsto true (this is also the current default) inCommandPaletteStyle
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
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