Skip to content

v5.2.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@shilman shilman released this 25 Jul 10:33
· 40446 commits to next since this 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.

  • Addon-docs: Add source-loader to preset (#7547)
  • Core: Don't allow duplicate titles (#7542)

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)