packagist easycorp/easyadmin-bundle v4.3.0
4.3.0

latest releases: 4.x-dev, v4.10.2, dev-dependabot/npm_and_yarn/trix-2.1.1...
23 months ago

Starting from this version, EasyAdmin assets include their version in the asset path (e.g. instead of loading /bundles/easyadmin/app.css we load /bundles/easyadmin/app.db9f4e38.css).

The hash included in the URL changes whenever the original CSS asset changes. In practice this means that your users will never have any issues when EasyAdmin updates CSS/JS assets and their browsers still serve the previously cached assets.

For advanced use cases where you need to get the absolute path of EasyAdmin assets, use the newly introduced asset named package (see src/Asset/AssetPackage.php) or use the src/Resources/public/manifest.json file.

New features

[22bd931] Enable versioning for EasyAdmin CSS and JS assets (@javiereguiluz)
[f0cd91a] Allow using HTML tags in action labels (@javiereguiluz)

Bug fixes

[8e442cf] Fix custom action permissions (@michaelKaefer)
[cd7a897] Fix the design of disabled/readonly fields (@javiereguiluz)

Don't miss a new easyadmin-bundle release

NewReleases is sending notifications on new releases.