mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
DEV: Plugin API method to replace post-menu buttons (#22995)
This commit is contained in:

committed by
GitHub

parent
5b6493ff4b
commit
1b63e046af
@ -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
|
||||
|
Reference in New Issue
Block a user