DEV: Plugin API method to replace post-menu buttons (#22995)

This commit is contained in:
Mark VanLandingham
2023-08-08 14:00:45 -05:00
committed by GitHub
parent 5b6493ff4b
commit 1b63e046af
4 changed files with 119 additions and 11 deletions

View File

@ -7,6 +7,20 @@ 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.8.1] - 2023-08-08
### Added
- Adds `replacePostMenuButton` which allows plugins to replace a post menu button with a widget.
## [1.8.0] - 2023-07-18
### Added
- Adds `addSidebarPanel` which is experimental, and adds a Sidebar panel by returning a class which extends from the
BaseCustomSidebarPanel class.
- Adds `setSidebarPanel` which is experimental, and sets the current sidebar panel.
## [1.7.1] - 2023-07-18
### Added