Releases: nrwl/nx
Releases · nrwl/nx
20.2.0-beta.3
20.2.0-beta.3 (2024-11-22)
🚀 Features
- module-federation: consolidate module federation utils into module-federation package (#28919)
- module-federation: migrate to latest (#29005)
- module-federation: move withModuleFederation for angular to new package (#29021)
- module-federation: move withModuleFederation for webpack to new package (#29031)
- module-federation: move withModuleFederation for rspack to new package (#29045)
- rspack: add NxAppRspackPlugin and NxReactRspackPlugin (#28987)
- rspack: migrate to latest rspack versions (#29004)
- rspack: add convert-to-inferred generator (#29012)
- rspack: Update configuration generator to support NxRspackAppPlugin (#29024)
- storybook: upgrade @storybook/test-runner to 0.19 (#28959)
🩹 Fixes
- angular: make scam-to-standalone replace correct module (#29014)
- core: ensure process is kept alive when plugin communication in progress (#28948)
- core: add missing supported CI providers to
NxCloud
type (#29008) - core: gracefully handle non-existent files in find_imports (#29027)
- core: handle self shutdown for plugin workers is orphaned before connections and loading (1bf0e67e1b)
- linter: remove legacy dependencies during convert to flat config (#28981)
- linter: move eslint-config-prettier to the end for proper override (#28503)
- nextjs: fix next e2e test to ensure playwright installed (#29000)
- nx-dev: disable notifier for now (fc2016cc8a)
- nx-dev: breadcrumb casing (#29032)
- release: remove duplicate space character in changelog thank you header (#28664)
- remix: remove tooling packages from generated package.json since they are installed in the root (#29009)
- rspack: buildLibsFromSource option (#28994)
- rspack: Add webpack as a dependency for fork-ts-checker-plugin (#29033)
- rspack: ensure generated app is picked up by crystal (#29048)
❤️ Thank You
- Colum Ferry @Coly010
- Craigory Coppola @AgentEnder
- demonicattack @demonicattack
- Emily Xiong @xiongemi
- FrozenPandaz @FrozenPandaz
- Isaac Mann @isaacplmann
- Jack Hsu @jaysoo
- Jason Jean @FrozenPandaz
- Juri @juristr
- Nicholas Cunningham @ndcunningham
- Pavlo Grosse @Olster
- Thomas Dekiere @thdk
- Tine Kondo @tinesoft
20.1.3
20.1.3 (2024-11-23)
🩹 Fixes
- angular: make scam-to-standalone replace correct module (#29014)
- core: ensure process is kept alive when plugin communication in progress (#28948)
- core: add missing supported CI providers to
NxCloud
type (#29008) - core: gracefully handle non-existent files in find_imports (#29027)
- core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
- linter: remove legacy dependencies during convert to flat config (#28981)
- linter: move eslint-config-prettier to the end for proper override (#28503)
- nextjs: fix next e2e test to ensure playwright installed (#29000)
- nx-dev: disable notifier for now (95cdd7ce7a)
- nx-dev: breadcrumb casing (#29032)
- release: remove duplicate space character in changelog thank you header (#28664)
- remix: remove tooling packages from generated package.json since they are installed in the root (#29009)
❤️ Thank You
- Craigory Coppola @AgentEnder
- demonicattack @demonicattack
- Emily Xiong @xiongemi
- FrozenPandaz @FrozenPandaz
- Isaac Mann @isaacplmann
- Jack Hsu @jaysoo
- Jason Jean @FrozenPandaz
- Juri @juristr
- Pavlo Grosse @Olster
- Thomas Dekiere @thdk
- Tine Kondo @tinesoft
19.8.12
19.7.5
19.6.7
19.5.10
19.5.10 (2024-11-22)
🩹 Fixes
- core: skip eslint custom hasher when hashing tasks during running commands (b466f3c54f)
- core: ensure that
setWorkspaceContext
is run only on main nx packages (#28706) - core: revert archive file creation changes (#28817)
❤️ Thank You
- Jack Hsu @jaysoo
- Jonathan Cammisuli
20.2.0-beta.2
20.2.0-beta.2 (2024-11-15)
🚀 Features
- core: add eslint vscode extension on eslint init (#28573)
- nx-dev: version picker (#28828)
- rspack: update executor to be in line with webpack (#28913)
🩹 Fixes
- core: typo in readme for CNW (#28942)
- js: skip tsc batch builds for implicit dependencies (#28840)
- nest: repair nestjs service generator schema (#28928)
- rspack: withModuleFederationForSSR should use commonjs-module as library (#28944)
- rspack: do not global styles as entrypoints (#28941)
- webpack: sourceMap type should accept all types of sourceMaps (#28947)
❤️ Thank You
- Colum Ferry @Coly010
- Dmitry Zakharov @pumano
- Isaac Mann @isaacplmann
- Jack Stevenson
- Nicholas Cunningham @ndcunningham
- pawel-twardziak
20.1.2
20.1.2 (2024-11-15)
🚀 Features
🩹 Fixes
- core: typo in readme for CNW (#28942)
- nest: repair nestjs service generator schema (#28928)
- rspack: withModuleFederationForSSR should use commonjs-module as library (#28944)
- rspack: do not global styles as entrypoints (#28941)
❤️ Thank You
- Colum Ferry @Coly010
- Dmitry Zakharov @pumano
- Isaac Mann @isaacplmann
- pawel-twardziak
20.1.1
20.1.1 (2024-11-14)
🩹 Fixes
- angular: when unit test runner is set to none library component should not generate spec file (#28906)
- core: set default branch to main if no git (#28854)
- core: lower socket path by 10 chars to reduce chances of too-long paths (#28920)
- core: create different dummy tasks for different parent tasks an… (#28923)
- js: handle
outputFileName
correctly when generating package json (#28915) - js: skip tsc batch builds for implicit dependencies (#28840)
- nx-dev: update course API to ignore system OS Metadata file (#28886)
❤️ Thank You
- Colum Ferry @Coly010
- Emily Xiong @xiongemi
- Jack Stevenson
- Jason Jean @FrozenPandaz
- Leosvel Pérez Espinosa @leosvelperez
- MaxKless @MaxKless
- Nicholas Cunningham @ndcunningham
20.2.0-beta.1
20.2.0-beta.1 (2024-11-13)
🚀 Features
- angular: add poll option to ng-packagr executors (#28909)
- module-federation: add initial module-federation package (#28783)
- nx-plugin: add support for the ts solution config setup to the
@nx/plugin
plugin (#28724) - rspack: move logic for withNx to applyBaseConfig and bring in line with webpack (#28825)
- rspack: update withReact plugin for parity with webpack plugin (#28812)
🩹 Fixes
- angular: when unit test runner is set to none library component should not generate spec file (#28906)
- core: set default branch to main if no git (#28854)
- core: lower socket path by 10 chars to reduce chances of too-long paths (#28920)
- core: create different dummy tasks for different parent tasks an… (#28923)
- js: handle
outputFileName
correctly when generating package json (#28915) - nx-dev: update course API to ignore system OS Metadata file (#28886)
- rspack: ensure swc provides react runtime automatically (#28916)
❤️ Thank You
- Colum Ferry @Coly010
- Emily Xiong @xiongemi
- Jason Jean @FrozenPandaz
- Leosvel Pérez Espinosa @leosvelperez
- MaxKless @MaxKless
- Nicholas Cunningham @ndcunningham