This PR fixes an issue introduced when we removed `/nx-api` pages: https://github.com/nrwl/nx/pull/31453. Most of the old `/nx-api/<plugin>` URLs should now go to `/technologies/<plugin>/introduction`, since those pages contain what was on the previous "overview" pages. The only exception are places where we explicitly link to `.../api/{generators,executors,migrations}` URLs, and the following three blog posts that we want users to land on the API index. - https://github.com/nrwl/nx/blob/master/docs/blog/2022-03-29-the-react-cli-you-always-wanted-but-didnt-know-about.md?plain=1#L132 (https://nx.dev/blog/the-react-cli-you-always-wanted-but-didnt-know-about) - https://github.com/nrwl/nx/blob/master/docs/blog/2022-04-08-what-is-new-in-nx-13-10.md?plain=1#L245 (https://nx.dev/blog/what-is-new-in-nx-13-10) - https://github.com/nrwl/nx/blob/master/docs/blog/2022-05-02-nx-v14-is-out-here-is-all-you-need-to-know.md?plain=1#L253 (https://nx.dev/blog/nx-v14-is-out-here-is-all-you-need-to-know)
1.0 KiB
1.0 KiB
Nx 19.7
Features
Personal Access Tokens
Two new top-level commands: nx login (an alias for nx-cloud login)and nx logout (an alias for nx-cloud logout) to support Personal Access Tokens for Nx Cloud. Checkout the Full Blog Post
{% youtube src="https://youtu.be/i51LPtagb2s" title="NEW: Personal Access Tokens for Nx Cloud" /%}
rspack as the Default Bundler for Module Federation
We've moved to rspack as the default bundler when setting up Module Federation with Nx! Checkout Colum's thread and catch our upcoming Nx Live broadcast for more:
{% youtube src="https://youtube.com/live/_c4zjYm0pYE" title="Module Federation w/ rspack | Nx Live" /%}