symfony/service-contracts to be fully Symfony 6 compatible.symfony/cache-contracts to be fully Symfony 6 compatible.CacheWarmer::isOptional().allow_cors option for assets.dependency_maps from the config. These are now automatically loaded for all namespaces
from path /js/_dependencies.json.AssetUrl in debug mode when creating URLs. It circumvents the file loading, this heavily improves performance in debug requests with a cold cache.Symfony/Mime to be used with this lib. This re-establishes usage in Symfony 4.x projects again, as they most likely restricted the version of Symfony components to 4.x.integrity attribute in prod environment._modern.entry.js + entry.js builds (this is the new way Kaba builds the entries, the old way is _legacy.entry.js + entry.js).becklyn:assets:debug.[@namespace](https://github.com/namespace)/file.js
as well as a [@namespace](https://github.com/namespace)/_legacy.file.js entry in the dependency map.
These imports + their dependencies will be loaded using either type="module" (modern) or nomodule (legacy).zopfli (better) or gzip (worse) to automatically use it.src to ease some of the internal toolingAn option was added to ignore missing namespace directories.
This is practically a complete rewrite of the internals, that integrates nicely with kaba 5+.
For details, see the (soon-to-be-updated) docs. 😉
A bug was fixed that prevented the finder from finding assets in the symfony ^3.3 directory structure.
See docs for the functionality.
How can I help you explore Laravel packages today?