Skip to content

Releases: CarbonPackages/Carbon.IncludeAssets

4.0.0

22 Aug 13:39
4661dab

Choose a tag to compare

💥 Change license to GPL-3

✨ Add propTypes
✨ Add Wrapper setting: If set, the generated tags will be wrapped. {content} will be replaced with the tags.
Example: Wrapper: '<!--[if lt IE 9]>{content}<![endif]-->'. You can set this property also in the Fusion prototypes Carbon.IncludeAssets:Collection and Carbon.IncludeAssets:File.

⬆️ Raise minimum Neos Version to 4.3

♻️ Update Build script

3.7.1

17 Aug 13:40
1209097

Choose a tag to compare

Remove uncached cache entry for inline files

If you want them (for some reason) still have uncached, you can set it like that…

prototype(Carbon.IncludeAssets:Internal.InlineFile) < prototype(Carbon.IncludeAssets:Internal.TypeCase) {
    @cache {
        mode = 'uncached'
        context {
            1 = 'attributes'
            2 = 'path'
            3 = 'type'
        }
    }
}

3.7.0

14 Aug 11:33
b9d7b75

Choose a tag to compare

✨ Add option to disable cache buster for PreloadAsset

3.6.2

25 Feb 22:32
31310ae

Choose a tag to compare

🐛 Now every type of resource hint accepts attributes

3.6.1

25 Feb 21:05
69ec4ca

Choose a tag to compare

🐛 Allow also internal files for preload and modulepreload

3.6.0

25 Feb 15:04
7b05cb1

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

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

Choose a tag to compare

⬆️ Relax version constraint for Neos 5

Version 3.5.0

30 Oct 16:37

Choose a tag to compare

✨ Add appendFilter property to Case prototype

Version 3.4.0

10 Oct 12:52

Choose a tag to compare

✨ Set internal files to uncached