-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(core): changelog for 17.0.0 (#19764)
- Loading branch information
1 parent
f19d1db
commit ac038e3
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Nx 17 | ||
|
||
## Features | ||
|
||
{% cards cols="2" %} | ||
{% card title="Official @nx/vue plugin" type="document" url="/nx-api/vue" /%} | ||
{% card title="Module Federation Improvements" type="document" url="/concepts/module-federation/module-federation-and-nx" /%} | ||
{% card title="Show Task Inputs in the Task Graph Visualizer" type="external" url="https://github.com/nrwl/nx/pull/19597" /%} | ||
{% card title="Move properties from tasksRunnerOptions up to the root of nx.json" type="external" url="https://github.com/nrwl/nx/pull/19243" /%} | ||
{% card title="Each task has its own cache property" type="document" url="/reference/project-configuration#cache" /%} | ||
{% /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="Rename @nx/linter to @nx/eslint" type="document" url="/recipes/other/rescope#rename" /%} | ||
{% card title="All generators use directory flag relative to the CWD" type="external" url="https://github.com/nrwl/nx/pull/19608" /%} | ||
{% card title="Removed workspace generator command" type="external" url="https://github.com/nrwl/nx/pull/19541" /%} | ||
{% card title="Removed workspace-lint command" type="external" url="https://github.com/nrwl/nx/pull/16212" /%} | ||
{% card title="Removed defaultCollection property" type="external" url="https://github.com/nrwl/nx/pull/19708" /%} | ||
{% card title="Removed npmScope property" type="external" url="https://github.com/nrwl/nx/pull/19708" /%} | ||
{% card title="Removed ability for Angular CLI to use our generators and executors" type="external" url="https://github.com/nrwl/nx/pull/19557" /%} | ||
{% card title="Removed exported code from @nrwl/workspace that has been moved elsewhere" type="external" url="https://github.com/nrwl/nx/pull/19588" /%} | ||
{% /cards %} |
ac038e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nx-dev – ./
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev