20 lines
1023 B
Markdown
20 lines
1023 B
Markdown
# Nx 15.0
|
|
|
|
[Read the 15.0 release blog post](https://blog.nrwl.io/whats-new-in-nx-15-7e14e1ff282d)
|
|
|
|
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](/core-features/automate-updating-dependencies) 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 %}
|