Releases: ember-engines/ember-asset-loader
Releases · ember-engines/ember-asset-loader
v1.0.0
v1.0.0 (2022-05-09)
💥 Breaking Change
- #130 Drop Node < 14 (@rwjblue)
- #104 Update addon to [email protected] (@villander)
- #92 Fix travis errors that are occurring due to ember-cli-sauce config; Bumped node version to 8.x+ and therefore bumped package version to 1.x (@evanfarina)
🚀 Enhancement
- #132 update dependencies (@rwjblue)
- #127 Add support code for future ember-auto-import versions to be used within lazy Ember Engines (@thoov)
🐛 Bug Fix
- #123 Only add to manifest when necessary (@brendenpalmer)
📝 Documentation
- #98 Fix various JSDoc issues (@loganrosen)
🏠 Internal
- #90 Transform tests to 'setup-test' syntax (@evanfarina)
Committers: 6
- Brenden Palmer (@brendenpalmer)
- Evan Farina (@evanfarina)
- Logan Rosen (@loganrosen)
- Michael Villander (@villander)
- Robert Jackson (@rwjblue)
- Travis Hoover (@thoov)
Release 0.6.1
0.4.0 - Ignore files in ManifestGenerator
- Support ignoring files by regex
- Add option to ignore specific files from being added to the manifest
v0.3.0
v0.2.4
Release v0.2.4
v0.2.3
Release v0.2.3
0.2.0 - Support SSR
This releases provides support for SSR environments, such as FastBoot. It also moves app/asset-manifest
to app/config/asset-manifest
.
0.1.3 - Improve noManifest behavior
The noManifest
option in build will now not generate and asset manifest and will not attempt to load it during application runtime.
0.1.2 - Rework asset manifest insertion
Asset Manifest insertion into index.html
is now done via a Broccoli plugin.
0.1.1 - preloadAssets helper
Introduces a new helper, preloadAssets
, to aid in testing apps that lazily load assets.