Skip to content

v0.5.0

Compare
Choose a tag to compare
@kadamwhite kadamwhite released this 20 Jul 15:18
· 91 commits to main since this release

This release introduces the ability to load a resource from a list of manifests, for example to load from a dev manifest if present or else fall back to a production bundle, using the new get_active_manifest( string[] $manifest_paths ) function.

v0.5 also restores the ability to load bundles in the <head> tag, by passing 'in-footer' => false in options array.

Asset Loader changelog