Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Releases: meanbee/magento2-csspreload

1.2.1: Fix load order of libraries

17 Apr 10:08
410dae3
Compare
Choose a tag to compare

1.2.0: Support custom link templates

16 Apr 08:39
Compare
Choose a tag to compare

You can now edit the template used by the block to render links:

<referenceBlock name="head.csspreload">
    <arguments>
        <argument name="link_template" xsi:type="string"><![CDATA[<link rel="preload" as="style" href=":path:" onload="this.rel='stylesheet'" :attributes: />]]></argument>
    </arguments>
</referenceBlock>

1.1.0: Magento 2.2 Support

30 Nov 13:41
470dcce
Compare
Choose a tag to compare

Added support for Magento v2.2 and dropped support for previous versions.

1.0.0: Initial release

22 Jun 13:30
Compare
Choose a tag to compare
v1.0.0

Return if no assets are set