DEV: Convert header buttons to use new headerButtons API (#26014)

This commit is contained in:
Isaac Janzen
2024-03-07 12:15:47 -07:00
committed by GitHub
parent 0bc0efbd0a
commit 91f52e79ab
6 changed files with 194 additions and 31 deletions

View File

@ -7,6 +7,10 @@ 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.29.0] - 2024-03-05
- added `headerButtons` which allows for manipulation of the header butttons. This includes, adding, removing, or modifying the order of buttons.
## [1.28.0] - 2024-02-21
- added `headerIcons` which allows for manipulation of the header icons. This includes, adding, removing, or modifying the order of icons.