Skip to content

Release 13.8.6

Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 10 Mar 21:21
· 6925 commits to master since this release

Bug Fixes

  • angular: handle newProjectRoot correctly when generating apps and libs (#9255) (081ff42)
  • core: cwd during dep-graph shouldn't vary based on daemon (#9223) (de7aa8e)
  • core: fix daemon server path on client (#9235) (5ada5ad)
  • core: show static terminal output when NX_VERBOSE_LOGGING is enabled (#9248) (16c6891)
  • js: execute postCompilationCallback in compileTypeScriptFiles in watch mode (#9254) (064d7ec), closes #9253
  • linter: use projectGraph in hasher for calculating dependencies (#9118) (445cd59)
  • misc: support workspaces using a root tsconfig.json instead of tsconfig.base.json (#9195) (acc29e9)
  • nextjs: use posix path format for generated config.distdir (#8990) (5cebe9c), closes #8989
  • node: update @nrwl/node:library to accept compiler options (#9269) (24c0c1b)
  • storybook: add staticDir object schema (#8885) (9c2ebfe)
  • storybook: prevent storybook from hoisting webpack 4 dep for angular (#9243) (aac9b68)
  • web): fix(web: allow use multiple config in custom webpack configuration file (#9188) (37278fd), closes #9186
  • web: file-server withDeps is deprecated (#9170) (1440f83)

Features

  • angular: add mfe-host generator (#9218) (7442030)
  • angular: add mfe-remote generator (#9191) (6c99959)
  • angular: add opinionated mfe webpack helpers (#9233) (bef8fb3)
  • core: prep project graph during postinstall (#9204) (88204a0)
  • linter: add notDependOnLibsWithTags constraint option to enforce-module-boundaries rule (#8633) (0a17a61)
  • linter: automatic fixes for noRelativeOrAbsoluteImportsAcrossLibraries and noSelfCircularDependencies (#8901) (45bf0e5)
  • react-native: upgrade react-native to 0.67.3 (#9215) (8101df4)
  • storybook: show warning about version 5 support drop (#9257) (261b35d)
  • web: update license-webpack-plugin to improve performance (#9058) (dbb4988)