Isaac Mann
aedea54624
chore(nx-dev): check for broken anchor links ( #23580 )
...
Checks for broken anchor links, except for links that go to `/nx-api` or
`/blog`
Fixes existing broken anchor links
2024-05-21 09:31:37 -04:00
Isaac Mann
195e1824fc
docs(core): list version for runtime input ( #23456 )
...
Specifies which version of Nx allows `runtime` inputs to be listed in
the `inputs` property.
Fixes #17594
2024-05-16 15:44:07 -04:00
Jason Jean
8f705e31e2
fix(misc): adjust deprecation messages to v20 ( #23223 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Breaking Changes:
BREAKING CHANGE: `nx print-affected` was deprecated in 16.4.0 and has
been removed.
BREAKING CHANGE: `nx affected:graph` was deprecated in 16.4.0 and has
been removed.
BREAKING CHANGE: The `criticalPath` and `affectedProjects` properties of
the JSON created by `nx graph --file graph.json` was deprecated in
16.2.0 and has been removed.
## Current Behavior
<!-- This is the behavior we have today -->
Some deprecation messages still reference v19.
`nx print-affected` was deprecated in 16.4.0 to be removed in Nx 19 but
was not removed.
`nx affected:graph` was deprecated in 16.4.0 to be removed in Nx 19 but
was not removed.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Deprecation messages reference v20 now.
`nx print-affected` is removed.
`nx affected:graph` is removed.
There are redirects to a `deprecated` page describing those commands for
Nx users using Nx <19
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-08 21:54:41 -04:00
Craigory Coppola
45184fec21
docs(core): add docs for registering new targets + merge logic ( #22748 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-04-23 15:57:21 +00:00
Jack Hsu
839e4b25fc
docs(core): remove deprecated docs page for Nx 14 and earlier ( #22767 )
2024-04-15 09:09:49 -04:00
Isaac Mann
5f255c5a43
docs(core): editor setup in getting started ( #22416 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2024-04-02 11:56:42 -04:00
Miroslav Jonaš
ecf70adbce
fix(core): align terminal output padding and remove leading arrow ( #21809 )
2024-02-20 17:43:46 +01:00
James Henry
30d10d72f7
Revert "feat(core): remove leading arrow from output headlines" ( #21800 )
2024-02-13 09:40:24 -05:00
Miroslav Jonaš
c2a09c5043
feat(core): remove leading arrow from output headlines ( #21359 )
2024-02-13 09:11:39 -05:00
Katerina Skroumpelou
f4fa014ff6
docs(storybook): update docs about browserTarget ( #21642 )
2024-02-06 20:04:31 +02:00
Isaac Mann
61436a64ef
docs(core): inferred targets ( #21167 )
...
Co-authored-by: Katerina Skroumpelou <mandarini@users.noreply.github.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-02-03 00:14:05 -05:00
Craigory Coppola
deb0f1a492
chore(repo): bump deprecation messages to v19 ( #21430 )
2024-01-30 16:29:05 -05:00
Aditya Mathur
dd5f3c8d17
docs(misc): standardize all the install commands with different pm ( #21226 )
2024-01-19 15:21:42 +01:00
Zachary DeRose
b93dd1c577
docs(angular): adding schematic and builder interop ( #21081 )
2024-01-11 00:11:27 -05:00
MaxKless
fda47a1737
docs(core): update nx console section of as-provided-vs-derived to reflect actual behavior ( #20064 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-11-09 15:12:18 +00:00
Isaac Mann
8ecc24b3f9
docs(core): clarify algorithm flags ( #19957 )
2023-10-31 14:31:30 -04:00
Isaac Mann
4d1e0bd7e9
docs(core): deprecation for nameAndDirectoryFormat ( #19861 )
2023-10-31 10:13:17 -04:00
Isaac Mann
26d11adb07
docs(core): stop exporting code for angular cli ( #19805 )
2023-10-23 16:59:16 -04:00
Isaac Mann
cc8d8e8f4c
docs(core): deprecate workspaceLayout ( #19767 )
2023-10-23 11:55:34 -04:00
Juri
68064b53b0
docs(core): improve core features and concepts
2023-10-19 23:17:27 +02:00
Jason Jean
d0005c954f
feat(core): remove deprecated defaultCollection and npmScope nx.json … ( #19708 )
2023-10-18 18:03:57 -04:00
Isaac Mann
d1fe398ea0
docs(core): packages to api ( #19281 )
2023-09-22 14:24:35 -04:00
Craigory Coppola
5623e2c32d
docs(core): add v2 plugin documentation ( #18890 )
2023-09-06 16:16:09 -04:00
Katerina Skroumpelou
7f519d151a
docs(storybook): rearrange recipes and docs ( #18732 )
2023-08-21 09:44:29 -06:00
Juri
dcecb6f46a
docs(core): cleanup youtube tags
2023-07-31 11:19:07 +02:00
Miroslav Jonaš
ee7880c32e
feat(nx-dev): rename plugins to extending nx ( #18273 )
2023-07-24 12:26:05 -07:00
Miroslav Jonaš
331707d6eb
docs(nx-dev): make more concepts submenu ( #18266 )
2023-07-24 14:20:48 +00:00
Lars Gyrup Brink Nielsen
b195e910c6
docs(nx-dev): fix broken link in workspace-lint deprecation
2023-07-14 17:24:55 +02:00
Isaac Mann
8f563d32ec
docs(core): workspace-lint deprecation ( #17799 )
2023-06-26 15:17:06 -04:00
Isaac Mann
258b6df8b6
docs(core): plugin section ( #16314 )
2023-05-05 12:37:06 -04:00
Katerina Skroumpelou
32c176c359
docs(storybook): rearrange docs and more some to deprecated ( #16805 )
2023-05-05 10:53:46 -04:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope ( #16403 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
Jason Jean
fb54f67581
feat(nx-plugin): rename @nx/nx-plugin to @nx/plugin ( #16422 )
2023-04-20 14:35:04 -04:00
MaxKless
69e824c2ef
docs(core): fix workspace generator callout ( #16438 )
2023-04-20 12:41:07 -04:00
Craigory Coppola
1743ff10ed
feat(core): add migration to update workspace generators to a local plugin ( #12700 )
2023-04-19 14:03:00 -04:00
Miroslav Jonaš
cafb49ac84
feat(core): remove @nrwl/workspace:lib ( #16122 )
2023-04-12 15:28:09 -04:00
Miroslav Jonaš
f34564c2f8
feat(core): deprecate implicitDependency in nx.json ( #16084 )
2023-04-06 10:50:24 -04:00
xleepy
1d60621cc1
docs(core): typo in global-implicit-dependencies.md ( #14935 )
2023-02-13 10:08:30 -05:00
Victor Savkin
d70b9ec7c6
feat(misc): add a command to list projects
2023-01-25 19:41:22 -05:00
Isaac Mann
569c2d3c03
docs(core): deprecate global implicit dependencies ( #13642 )
2022-12-07 12:54:10 -05:00
Benjamin Cabanes
1e5297edfc
docs(core): use shell code blocks ( #12587 )
2022-10-13 21:25:40 +00:00
Benjamin Cabanes
04d9d9813c
docs(nxdev): add proper recipes section ( #12557 )
2022-10-13 09:18:08 -04:00
Isaac Mann
5cab39b9aa
docs(nxdev): deprecated section ( #12054 )
2022-09-16 16:54:59 -04:00