Skip to content

1.2.0

Choose a tag to compare

@jiripudil jiripudil released this 14 Dec 15:50
· 50 commits to master since this release
1.2.0
85cc31c
  • 🔧 Minimum required version of PHP is now 7.2, and up to 7.4 is supported.
  • 🐞 AssetLocator trims extra leading slashes that might force the browser to treat the asset name as a protocol-less absolute URL.
  • 🐞 WebpackNetteAdapter no longer tries to pre-load assets manifest when running the application in CLI, preventing failures when the assets are not built. If you use CLI to warmup DI container cache, you can bypass this behaviour by setting the OOPS_WEBPACK_OPTIMIZE_MANIFEST env variable to a truthy value.
  • ✨ You can configure AssetLocator to ignore certain asset names when the dev-server is available. Ignored assets are resolved to an empty Data URI. This is particularly helpful if you use style-loader in development which does not emit any CSS files.