Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.64 KB

File metadata and controls

76 lines (52 loc) · 2.64 KB

Changelog

[0.3.1] - 2026-04-09

  • fix - Fix choose modal on Easy admin bridge

[0.3.0] - 2026-04-09

  • feature - Add support for Easy admin 5
  • feature - updated frontend deps and compiled public assets
  • fix - Restrict Easy admin bundle version
  • fix - Fix media removal in EasyAdmin show page

0.2.1 - 2025-12-07

  • fix - even when the boolean must_store_when_generating_url option is set to true, the media is not stored when generating a URL using the twig joli_media_url filter

0.2.0 - 2025-12-01

  • feature - added pagination to admin bridges media lists
  • fix - Symfony 8.0 compatibility

0.1.4 - 2025-11-23

  • fix - do not trigger an error when no library is defined

0.1.3 - 2025-11-23

  • fix - Request::get() deprecation
  • fix - no exception when rendering a non resolved media
  • fix - view mode switch in EA bridge
  • fix - have the bundle work correctly when optional dependencies are not installed

0.1.2 - 2025-11-20

  • feature - support for Symfony 8.0
  • feature - demo application to showcase the bundle features
  • fix - remove useless ext-json requirement
  • fix - support php 8.2 and test it
  • fix - sanitize cache keys to avoid reserved characters validation error
  • fix - improve dark mode styles for easyadmin

0.1.1 - 2025-11-12

Added

  • Support for AVIF and HEIF image formats

Fixed

  • Fixed the URL of variations displayed in the admin bridges when the image format has an alternative format defined (e.g., tiff or heic to jpeg)

0.1.0 - 2025-11-03

This is the initial release of the bundle.

Added

  • EasyAdmin and SonataAdmin integrations
  • abstract media storage using Flysystem
  • processors to transform media (crop / resize / etc.)
  • post processors to optimize the media size
  • Twig components to output <img> and <picture> tags
  • CLI commands to generate and inspect media variations that are high quality yet lightweight
  • the ability to generate URLs for media and their variations
  • events to allow you to hook into the media processing pipeline
  • an integration with Doctrine entities, so you can easily manage media in your entities
  • debug toolbar and profiler panel to monitor media processing in your application