Releases: CarbonPackages/Carbon.IncludeAssets
3.6.1
3.6.0
✨ resource hints
With this release, you can give the browser some resource hints: Globally via the settings Carbon.IncludeAssets.ResourceHints
or via adding a special type ((preloadasset)
, (preloadcss)
, (preloadscript)
or (modulepreload)
) at the end of a file
entry.
You have also a new Fusion prototype:
Carbon.IncludeAssets:ResourceHints
Per default, this prototype read the Settings.yaml
. But you can also pass preloadNodes
or prerenderNodes
(Array, FlowQuery or a single node) for further optimization.
3.5.2
Version 3.5.1
⬆️ Relax version constraint for Neos 5
Version 3.5.0
✨ Add appendFilter
property to Case prototype
Version 3.4.0
✨ Set internal files to uncached
Version 3.3.0
✨ Add alwaysInclude
to Case
prototype
Version 3.2.0
✨ Add Carbon.IncludeAssets:Case
prototype Link to the section in the readme
Version 3.1.1
🐛 Fix if Carbon.IncludeAssets.Packages
is not set in Settings.yaml
Version 3.1.0
✨ Load JS for async CSS only if needed