nx/docs/changelog/15_0_0.md
2023-06-28 21:05:19 -04:00

1023 B

Nx 15.0

Read the 15.0 release blog post

Here are some of our feature highlights:

{% cards cols="2" %} {% card title="Combine the Power of Nx Graph and Nx Console" type="video" url="https://youtu.be/ZST_rmhzRXI" /%} {% /cards %}

Breaking Changes

Use the nx migrate command to automatically account for these breaking changes.

{% cards cols="2" %} {% card title="Removed UMD format support for rollup" type="external" url="https://github.com/nrwl/nx/pull/12426" /%} {% card title="Removed --only-failed option" type="external" url="https://github.com/nrwl/nx/pull/12471" /%} {% card title="Infer projects from package.json and project.json" description="Nx will now also include folders with package.json/project.json in its graph of projects. You can ignore any unwanted projects by adding the directory to .nxignore." type="external" url="https://github.com/nrwl/nx/releases/tag/15.0.0" /%} {% /cards %}