Skip to content

17.1.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 26 Oct 20:06
· 2175 commits to master since this release
f9fc3dd

17.1.0-beta.0

🚀 Features

  • angular: remove usage of cypressProjectGenerator from ng-add generator (#19816)
  • core: support changelog customizations and project changelogs (#19704)
  • core: remove parcel/watcher (#19751)
  • js: skipPackageJson in js lib generator (#19821)
  • misc: remove usages of @nx/cypress:cypress-project internally (#19766)
  • react-native: run pod commands with bundler (#19727)
  • release: add 'git-tag' currentVersionResolver and conventional commits support (#19267)

🩹 Fixes

  • Twitter logo changes to new X logo (#19799)
  • angular: only append workspace root if it does not exist for buildable libs #19807 (#19843, #19807)
  • angular: fix misc standalone generation issues in application and setup-mf generators (#19846)
  • angular: resolve generator collections when generating a extended schematic (#19815)
  • bundling: fix regression with --thirdParty option for esbuild (#19835)
  • core: do not filter updated files when the native watcher is in use (#19757)
  • core: ensure require.resolve('nx') resolves correctly (#19800)
  • core: negated paths should be considered by prefix migration (#19791)
  • core: await output drain before exiting show (#19793)
  • core: change the order of watch ignores so that nxignore is the last one added (#19801)
  • core: sort all workspace files after combining (#19806)
  • core: provide better error message if we cannot read a file when finding imports (#19809)
  • core: canonicalize watch event paths on all linux distros (#19848)
  • core: package json configuration should never override project.json in generators (#19874)
  • js: add missing entry to migrations.json (#19869)
  • js: should respect vitest test environment (#19859)
  • js: fix typescript analysis for imports in objects in arrays (#19862)
  • js: add @babel/plugin-transform-class-properties to babel preset (#19818)
  • misc: publish legacy readmes (#19762)
  • nextjs: Custom server should work on fresh applications (#19833)
  • nx-dev: don't show minor on main version section (#19838)
  • nx-dev: infinite redirect for nx-cloud-workflows (5e31624a6d)
  • react: Update error message for invalid remote name (#19744)
  • react: Update types version so that there is no mismatch when using yarn (#19882)
  • testing: add e2e for root project should not add eslintrc.base (#19860)
  • vite: throw informative error if no vitest config exists (#19819)
  • vue: do not generate component in lib by default (#19755)
  • vue: drop vue jest dependency (#19756)
  • vue: Standalone tsconfig moduleResultion should be node (#19759)
  • vue: move vue-tsc in devDependencies (#19772)
  • vue: remove filter from cnw (#19879)
  • webpack: add back deprecated Stylus support until v18 (#19810)

❤️ Thank You