DEV: API to add classes to small actions (#19453)

This commit is contained in:
Kris
2022-12-14 10:30:45 -05:00
committed by GitHub
parent bbfc300345
commit f77660b047
3 changed files with 44 additions and 2 deletions

View File

@ -7,6 +7,13 @@ 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.6.0] - 2022-12-13
### Added
- Adds `addPostSmallActionClassesCallback`, which allows users to register a custom
function that adds a class to small action posts (pins, closing topics, etc)
## [1.5.0] - 2022-11-21
### Added