v5.2.0-beta.8
Pre-release
Pre-release
Breaking Changes
source-loader is now part of addon-docs preset. If you're using both the addon-docs preset and source-loader in your project, you need to update. You can remove source-loader and let the preset take care of it. Alternatively, you can disable source-loader in the preset by setting sourceLoaderOptions to null.
Bug Fixes
- Addon-storysource: Add source-loader dep to avoid breaking change (#7554)
- Addon-contexts: Ensure nodes is Array (#7393)
Maintenance
- Angular: Log angular cli config errors (#7484)