Skip to content

Commit

Permalink
Update CHANGELOG for release v2.7.0 - (2024-08-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-ducrot committed Aug 28, 2024
1 parent b557541 commit ca85046
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
CHANGELOG
===================
## v2.7.0 - (2024-08-28)
### Added
- `docs/tailwind.md` documentation
- `AbstractAdmin::getHistoryConfig` new method to impact on show_history_field rendering
- `show_history_field.html.twig` Add `render_diff` and `render_diff_label` block to ease template override
- Add common translations used on ApiCallAdmin and CronAdmin + history.context.sso

### Changed
- `show_history_field.html.twig` Adjust the template to translate when history config fields has the enum_prefix_label option
- `docs/mailer.md` update documentation on doc route import, documentation_help block, MailableInterface use and how to extend the BaseMailer

### Fixed
- `_documentation.scss` Fix tailwind sb-documentation style : max-width + table and image max-width/transform
- `BaseMailer::setRecipientToEmail` recipients reset for successive calls on the send method

## v2.6.0 - (2024-07-11)
### Added
- add vich_uploader translations
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_fix_documentation_css.md

This file was deleted.

0 comments on commit ca85046

Please sign in to comment.