Bug Fixes
- Webpack4: Fix useExports for angular-cli (#17674)
- Core: Ensure that we do not render a story twice if re-rendered during preparing (#17599)
- Addon-docs: DocsPage story order should match the index (#17669)
- Core: Fix staticDirs path issue on Windows (#17641)
- Angular: Set ForkTsCheckerWebpackPlugin to async (#17389)
- Core: Fix core.builder check (#17606)
Maintenance
- Examples: Build stories.json for examples that support it (#17670)
- Core: Refactor preview rendering out of
PreviewWeb
(#17598) - Prevent lint hook from running on all files (#17662)
- TypeScript: Change imports of types to be prefixed (#17627)
- Build: Give linting sub-commands a directory to run against (#17545)
- TypeScript: remove unnecessary 'as any' (#17595)