Skip to content

Releases: CarbonPackages/Carbon.IncludeAssets

3.6.1

25 Feb 21:05
69ec4ca
Compare
Choose a tag to compare

🐛 Allow also internal files for preload and modulepreload

3.6.0

25 Feb 15:04
7b05cb1
Compare
Choose a tag to compare

✨ 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

19 Nov 14:39
19a3e45
Compare
Choose a tag to compare

⬆️ Update eel helper
✨ Add docblock and type declarations
🔥 Remove @styleguide descriptions

Version 3.5.1

23 Sep 07:22
45225ce
Compare
Choose a tag to compare

⬆️ Relax version constraint for Neos 5

Version 3.5.0

30 Oct 16:37
Compare
Choose a tag to compare

✨ Add appendFilter property to Case prototype

Version 3.4.0

10 Oct 12:52
Compare
Choose a tag to compare

✨ Set internal files to uncached

Version 3.3.0

05 Oct 11:35
Compare
Choose a tag to compare

✨ Add alwaysInclude to Case prototype

Version 3.2.0

28 Sep 09:26
Compare
Choose a tag to compare

✨ Add Carbon.IncludeAssets:Case prototype Link to the section in the readme

Version 3.1.1

17 Jul 08:17
458de0e
Compare
Choose a tag to compare

🐛 Fix if Carbon.IncludeAssets.Packages is not set in Settings.yaml

Version 3.1.0

12 Jul 06:44
Compare
Choose a tag to compare

✨ Load JS for async CSS only if needed