Releases: Gappa/WebLoader
Releases · Gappa/WebLoader
7.1.0
7.0.0
Full Changelog: 6.0.3...7.0.0
6.0.3
Full Changelog: 6.0.2...6.0.3
6.0.2
Full Changelog: 6.0.1...6.0.2
6.0.1
Full Changelog: 6.0.0...6.0.1
6.0.0
5.1.0
- Refactoring, code style.
- Updated dependencies & PHPUnit.
- Updated PhpStan.
- Experimental feature that enables adding assets from other extensions, their CompilerExtension needs to implement IWebloaderAssetProvider interface, the data format is the same as in .neon.
- Asset batches are now validated using the same schema as CSS/JS default values.
5.0.0
- Some fixes & refactoring.
- Removed: joinFiles, they are always joined. This can be substituted by adding batches as needed.
- Added: renderInline, renderUrl
{control css:inline} {* will output the file inline inside style/script tag *}
{control css:url} {* will output only the URL to the file *}