Skip to content

Releases: CarbonPackages/Carbon.IncludeAssets

7.2.0

22 Oct 13:55
ba30e31

Choose a tag to compare

Full Changelog: 7.1.0...7.2.0

7.1.0

03 Sep 15:24
f5ef087

Choose a tag to compare

7.0.1

04 Aug 13:28
5071b15

Choose a tag to compare

  • Allow also attributes with square brackets
  • Better sorting order of the tags

Full Changelog: 7.0.0...7.0.1

7.0.0

04 Aug 06:02
8c71fb4

Choose a tag to compare

✨ Features

The type Head is no longer at the end of the <head>. It get's now sorted in the correct order, based on a talk by Harry Roberts Get Your Head Straight

To have tags added before the closing </head>, you can now use HeadBottom.

💥 Breaking changes

  • The preload polyfill as well as the option LoadJSforCSSAsynchron is removed, as it is supported by all modern browsers
  • The type Body was renamed to BodyBottom

🔀 The PR

Full Changelog: 6.5.0...7.0.0

6.5.0

03 Apr 15:09
4b97ac2

Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.5.0

6.4.0

20 Mar 09:15
7f9f8a6

Choose a tag to compare

✨ Feature

Add option to set the position, just like in Neos.Fusion:Join

Example:

Carbon:
  IncludeAssets:
    Packages:
      Theme:
        position: start
        ...

Full Changelog: 6.3.0...6.4.0

Full Changelog: 6.3.0...6.4.0

6.3.0

06 Jun 08:23
6a2c0d3

Choose a tag to compare

Full Changelog: 6.2.0...6.3.0

6.2.0

27 Dec 12:02
0444ace

Choose a tag to compare

✨ Feature

Add option to add plain markup

Example:

Carbon:
  IncludeAssets:
    Packages:
      aa_Theme:
        General:
          HeadStart:
            # If a string starts with < and ends with an >, it get's inlucded as plain HTML
            - <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />

Full Changelog: 6.1.0...6.2.0

6.1.0

27 Apr 13:14
e8d9633

Choose a tag to compare

✨ Feature

  • Compatibility with Neos 9

Full Changelog: 6.0.1...6.1.0

6.0.1

04 Sep 16:50
b316854

Choose a tag to compare

Full Changelog: 6.0.0...6.0.1