Skip to content

15.4.3

Compare
Choose a tag to compare
@vsavkin vsavkin released this 03 Jan 20:12
· 5095 commits to master since this release
3b7b04c

15.4.3 (2023-01-03)

Bug Fixes

  • bundling: detect esm vs cjs type for .js files (#14060) (b76871d)
  • core: dont mutate target defaults in memory when resolving path tokens (355d8a0)
  • core: find imports after template literals with vars (#13922) (ba7eb9d)
  • core: find imports in export type statements (#13921) (d5c93bf)
  • core: init should support compound scripts (181cde5)
  • core: read in projects from angular.json when called from conver… (#14057) (99708af)
  • core: schemas should not require executor due to negative config work (d72ed7d)
  • expo: address deprecation warning seen upon using @nrwl/expo:start (#14095) (217d6e3)
  • misc: temporarily pin module federation ssr utilities version (#14035) (96cab72)
  • react: skip exports field in generated package.json when using rollup to bundle library (#14107) (666e057)
  • storybook: restore babelrc for storybook webpack (#14111) (285cf2e)
  • storybook: update storybook to latest 6 (#14110) (00db9e3)
  • testing: correctly set task status for failed coverage reports (#14008) (c829756)
  • testing: vitest deleting project root with coverage enabled (#14116) (843bad1)
  • vite: add paths plugin for worker (#14115) (5c962d0)

Features

  • angular: add ast utils for standalone decorators (#14108) (64d7ceb)
  • angular: add ast utils for standalone decorators (#14114) (d913358)
  • angular: add parent flag to ngrx generator (#14105) (16a0891)
  • core: add glob support for project-level implicit dependencies (#13138) (66a2658)
  • core: merge more target options from targetDefaults (#12435) (c783ac5)
  • core: support projectName token in target defaults (b19eb6c)
  • core: support targets with colons in the name without quotes (#13938) (285dc39)
  • expo: move svg to inline for starter app (#14068) (cec625e)
  • expo: upgrade expo 47.0.9 (#14070) (1e15557)
  • graph: persist select all tasks to url (#13970) (6d1e4a3)
  • testing: support async webpack config for react component testing (#14037) (663d38b)