Skip to content

v2.7.0

Compare
Choose a tag to compare
@mathieu-ducrot mathieu-ducrot released this 28 Aug 16:16
· 6 commits to master since this release
a755d6b

Added

  • docs/tailwind.md documentation (@lfortunier and @mathieu-ducrot)
  • AbstractAdmin::getHistoryConfig new method to impact on show_history_field rendering (@mathieu-ducrot)
  • show_history_field.html.twig Add render_diff and render_diff_label block to ease template override (@mathieu-ducrot)
  • Add common translations used on ApiCallAdmin and CronAdmin + history.context.sso (@mathieu-ducrot)

Changed

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

Fixed

  • _documentation.scss Fix tailwind sb-documentation style : max-width + table and image max-width/transform (@mathieu-ducrot)
  • BaseMailer::setRecipientToEmail recipients reset for successive calls on the send method (@mathieu-ducrot)