44 lines
2.3 KiB
Markdown
44 lines
2.3 KiB
Markdown
# Nx 16 is out 🔥
|
||
|
||
We’re proud to announce the release of Nx version 16!
|
||
|
||
{% youtube
|
||
src="https://www.youtube.com/embed/JIhOyJtuxEA"
|
||
title="Nx 16.0 Release"
|
||
/%}
|
||
|
||
Here are some of our feature highlights:
|
||
|
||
{% cards cols="2" %}
|
||
{% card title="Changing NPM Scope" type="video" url="https://youtu.be/HzkvhPKAepA" /%}
|
||
{% card title="Migrating React Query" type="video" url="https://youtu.be/X1I1Aw2sV-Y" /%}
|
||
{% card title="Angular LTS support" type="video" url="https://youtu.be/AQV4WFldwlY" /%}
|
||
{% card title="Cypress Feature Testing" type="video" url="https://youtu.be/d5i9_Y8Ip54" /%}
|
||
{% card title="Task Graph Improvements" type="video" url="https://youtu.be/9_Y6Mop-Kac" /%}
|
||
{% card title="IntelliJ Nx Console Feature Parity" type="video" url="https://youtu.be/XCoeNiyM6hw" /%}
|
||
{% /cards %}
|
||
|
||
## Deprecations
|
||
|
||
{% cards cols="2" %}
|
||
{% card title="workspace-lint" type="document" url="/deprecated/workspace-lint" /%}
|
||
{% card title="module federation utils from devkit public api" type="external" url="https://github.com/nrwl/nx/pull/16574" /%}
|
||
{% card title="Global implicitDependencies" url="/deprecated/global-implicit-dependencies" /%}
|
||
{% card title="stylus style option for react and next" type="external" url="https://github.com/nrwl/nx/pull/16135" /%}
|
||
{% card title="@nrwl/tao package" type="external" url="https://github.com/nrwl/nx/pull/16550" /%}
|
||
{% /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 @nrwl/cypress/plugins/preprocessor" type="external" url="https://github.com/nrwl/nx/pull/16170" /%}
|
||
{% card title="Removed simpleModuleName option from Angular library" type="external" url="https://github.com/nrwl/nx/pull/16219" /%}
|
||
{% card title="Removed affected:apps and affected:libs" type="external" url="https://github.com/nrwl/nx/pull/16349" /%}
|
||
{% card title="Removed @nrwl/web:rollup executor" type="external" url="https://github.com/nrwl/nx/pull/16416" /%}
|
||
{% card title="Removed @nrwl/web:webpack executor" type="external" url="https://github.com/nrwl/nx/pull/16416" /%}
|
||
{% card title="Removed @nrwl/web:dev-server executor" type="external" url="https://github.com/nrwl/nx/pull/16416" /%}
|
||
{% card title="Removed @nrwl/node:webpack executor" type="external" url="https://github.com/nrwl/nx/pull/16416" /%}
|
||
{% /cards %}
|