Skip to content

v0.8.0

Choose a tag to compare

@kadamwhite kadamwhite released this 20 Feb 18:48
· 31 commits to main since this release

What's Changed

  • Deprecate register_asset and enqueue_asset functions, renamed to register_manifest_asset and enqueue_manifest_asset respectively. #70
  • Support passing an array of string manifest paths as the first argument to register_manifest_asset and enqueue_manifest_asset; the first readable manifest will be used. #75
  • Automatically register a runtime.js chunk if found in manifest to support hot reloading in multi-bundle configurations. #48

New Contributors

Full Changelog: v0.7.1...v0.8.0