DEV: PluginApi function to customize search menu assistant item behavior (#24992)

This commit is contained in:
Mark VanLandingham
2023-12-20 15:25:45 -06:00
committed by GitHub
parent 87883a1963
commit 3c6362bb26
9 changed files with 89 additions and 8 deletions

View File

@ -7,6 +7,12 @@ in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.20.0] - 2023-12-20
### Added
- Added `addSearchMenuAssistantSelectCallback` function, which is used to override the behavior of clicking a search menu assistant item. If any callback returns false, the core behavior will not be executed.
## [1.19.0] - 2023-12-13
### Added