962 B
Nx 15.0
Read the 15.0 release blog post
Here are some of our feature highlights:
{% youtube src="https://youtu.be/ZST_rmhzRXI" title="Nx Console Run UI Form" width="100%" /%}
Breaking Changes
Use the nx migrate command to automatically account for these breaking changes.
{% cards cols="1" smCols="2" mdCols="3" %}
{% 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 %}