Releases: nrwl/nx
Releases · nrwl/nx
20.0.6
20.0.6 (2024-10-25)
🚀 Features
- nx-dev: add videos to CI docs (#28626)
- react: update eslint plugins to be compat with eslint v9 (#28559)
🩹 Fixes
- core: createTaskGraph should accept extraTargetDependencies (#28542)
- core: skip eslint custom hasher when hashing tasks during running commands (#28616)
- js: allow custom listenAddress for verdaccio (#28498)
- js: fix resolution of extended tsconfig files in plugin (#28535)
- js: set the
tsBuildInfoFile
as output when it's not contained in theoutDir
(#28538) - js: include referenced internal config files in plugin cache hash (#28536)
- react: selecting tailwind should import correct style file extension (#28630)
- storybook: fix yarn storybook upgrade 8 (#28605)
- storybook: fix externalDependencies undefined (#28641)
❤️ Thank You
- Colum Ferry @Coly010
- Emily Xiong @xiongemi
- Jack Hsu @jaysoo
- Juri Strumpflohner @juristr
- Leosvel Pérez Espinosa @leosvelperez
19.8.8
19.8.7
19.8.7 (2024-10-25)
🩹 Fixes
- core: handle concurrent db connections better (#28544)
- core: handle unique constraint errors when adding duplicate hashes to the cache db (#28310)
- core: skip eslint custom hasher when hashing tasks during running commands (#28616)
❤️ Thank You
- Jack Hsu @jaysoo
- Jonathan Cammisuli
20.0.5
20.0.4
20.0.4 (2024-10-23)
🩹 Fixes
- core: not to cache entire workspace root (#28552)
- core: make sure yarn berry correctly resolves latest version during nx add (#28580)
- core: handle concurrent db connections better (#28544)
- nx-dev: cleanup (c8620d1853)
- nx-dev: powerpack content update (7c72733c8c)
- rspack: removed webpack-sources import (#28447)
❤️ Thank You
- Emily Xiong @xiongemi
- Jonathan Cammisuli
- Juri @juristr
- MaxKless @MaxKless
- Phillip Barta @Phillip9587
20.0.3
20.0.2
20.0.2 (2024-10-18)
🚀 Features
- nx-dev: add live stream notifier (#28260)
- nx-dev: update home hero & livestream notifier (#28403)
- nx-dev: add contact link on powerpack page (#28458)
🩹 Fixes
- core: repair SIGINT signals on windows (#28496)
- core: neverConnectToCloud should disable connecting to nxCloud (#28501)
- expo: pnpm+workspace build (#28209)
- graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#28466)
- js: change verdaccio childProcess kill order (#28364)
- nx-dev: fix tabs logic (#28470)
- react: update rspack to include styles in the main bundle (#28478)
- release: ensure plan subcommand works with object config (#28460)
- rspack: replace DefinePlugin with EnvironmentPlugin (#28252)
- rspack: make rspack dev server respect port (#28251)
- rspack: add dependency-checks lint rule (#28225)
- vite: add vite temp files to gitignore #28371 (#28443, #28371)
- vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #27627 (#28444, #27627)
❤️ Thank You
- Alan Pazetto @alancpazetto
- Benjamin Cabanes @bcabanes
- Colum Ferry @Coly010
- Igor Loskutov @dearlordylord
- Isaac Mann @isaacplmann
- James Henry @JamesHenry
- Juri Strumpflohner @juristr
- MaxKless @MaxKless
- Nicholas Cunningham @ndcunningham
- Phillip Barta @Phillip9587
- Sam Tsai @samtsai
19.8.6
20.0.1
20.0.1 (2024-10-15)
🩹 Fixes
- angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
- angular: add missing package version bump for zone.js (#28430)
- core: support
NX_NO_CLOUD
(#28366) - core: add busy handler for sqlite (#28390)
- core: handle
neverConnectToCloud
property (#28452) - core: add migration to set
useLegacyCache
by default (#28454) - js: improve @nx/js/typescript plugin and typescript-sync generator performance (#28379)
- linter: scope js and ts shared configs to js and ts files (#28381)
- module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#28244)
- module-federation: remote names should follow JS variable naming schema (#28401)
- react: depends on migration should ignore configs that point to @nx/react #28377 (#28382, #28377)
- rspack: log compilation errors #28179 (#28429, #28179)
- rspack: do not select char from string when mapping remotes (#28441)
❤️ Thank You
- Colum Ferry @Coly010
- Jonathan Cammisuli
- Leosvel Pérez Espinosa @leosvelperez
19.8.5
19.8.5 (2024-10-15)
🚀 Features
- core: open sqlite databases with
SQLITE_OPEN_FULL_MUTEX
(#28276) - devkit: bump compatibility to Nx 19 - 21.x (#28243)
🩹 Fixes
- core: add busy handler for sqlite (#28390)
- react: patch fix for 88f163e to normalize project name without messing up directory (ff23fb0c07)
❤️ Thank You
- Jack Hsu @jaysoo
- Jason Jean @FrozenPandaz
- Jonathan Cammisuli