Releases: FrozenPandaz/nx
Releases · FrozenPandaz/nx
15.7.0-alpha.3
15.7.0-alpha.3 (2023-01-31)
Bug Fixes
- angular: deprecate the testing utils (#14691) (1eb38ce)
- angular: prefix in project.json in migrated ng cli (#14662) (8d5544e)
- angular: remove import of missing environment file (#14640) (6422d3d)
- core: add --dry-run to napi prepublish when publishing locally (b12a889)
- core: add tests for native hasher (de8dc4d)
- core: bump monodon version (e75f623)
- core: gitlab should be included in ci-workflow ci schema (#14652) (2ee9ac6)
- core: only exclude root *.node binaries (ccbdb65)
- core: rename hash to collection (76dd325)
- core: revert to just yarn install (5ef930d)
- core: update monodon/rust to skip building on vercel (84e4d94)
- core: update package names, update code to be clearer (9a496cf)
- node: cleanup generated paths for node libs (#14674) (3cdaacf)
- node: remove node option from integrated workspace preset (#14670) (b5871d2)
- react: install @nrwl/web when module federation is used (#14660) (8bebf33)
- testing: jest batch mode improvements (#13744) (0f15c14)
- webpack: config migrations should account for different configurations (#14672) (cda00d9)
- webpack: fix support for module federation plugin (#14653) (795e4d6)
Features
- core: add build-native dep to test target (025d986)
- core: add memfs to missing checks (95921c3)
- core: add memfs util, add rust install for macos on circle (7a9e952)
- core: add missing deps ignore (4df5268)
- core: add more outputs for caches (14ebcbf)
- core: add native extension implementation (4e7bdda)
- core: add native-extensions (78aacd5)
- core: add permissions configs (2f1ead6)
- core: add publish.yml (90cc715)
- core: add support for local publishing (3c7ab2d)
- core: add targets and change file name (666323f)
- core: always copy the local native bin to the dist folder (944882f)
- core: build native for e2es (7c90cc6)
- core: build native for lint (27b025a)
- core: change artifact structure (b47a4e7)
- core: change order of rust/install (5c09d12)
- core: changes (4c75f8b)
- core: clean up publish config (d22406e)
- core: do not include in tsconfig.base.json (1becb2c)
- core: do not include native-extension package (eae29b6)
- core: escape -- (7769476)
- core: fix publish (86d1eaa)
- core: fix publishing script (6a6eb9f)
- core: formatting (c1a84bb)
- core: hide hidden and deprecated generators from prompts (#14561) (f4a4059)
- core: investigate yarn --version (ccd33c2)
- core: more env variables (95b85a1)
- core: move native-extensions to nx package (c7c5bc3)
- core: remove build native from e2e (dd31e38)
- core: remove strip and freebsd (c6e8270)
- core: run release with skip publish (79c573c)
- core: update cargo package name to match project name (6985629)
- core: update docs (1305439)
- core: update import (6e1674b)
- core: update npmignore (399de32)
- core: update package names and remove publish config (89ff65b)
- core: update publish script (c9a79b0)
- core: update publish to need build to succeed (6074d6e)
- core: update publish workflow (0fc9f2f)
- core: use GH_TOKEN (bbfeb2b)
- misc: conditionally allow starter template inclusion (#14268) (ee909cf)
- node: add --docker for CNW (#14626) (6093247)
- node: improve docker setup for Node server apps (#14647) (9f1ed50)
- node: update app generator for fastify to be more inline with fastify cli (#14667) (a0ed060)
- nx-dev: add 404 support for package urls (#14706) (67d9981)
- react: migrate webpack config (#14663) (dba4a06)
- storybook: vite config for v7 (#14645) (910f34d)
- webpack: move web-specific options into withWeb plugin (#14590) (d5332b4)
15.7.0-alpha.2
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
Note: Version bump only for package @nrwl/nx-source
14.2.4
14.2.3
14.1.8
14.1.8 (2022-05-19)
Bug Fixes
- angular: add types to tsconfig.editor.json correctly (#10316) (43d5e62)
- angular: fix angular mfe when use NormalModuleReplacementPlugin with path alias ends with /* (#10355) (f25e94a)
- angular: return error when name is missing from package.json (#10356) (0de895d)
- angular: throw error when npmScope is incorrect (#10366) (9808e65)
- angular: when generating --preset angular and --cli nx use angular readme at root (a2d9d56)
- core: bump nrwl/ci workflow versions (399f2ab)
- core: call pnpm run without -- for pnpm v7 (#10305) (7b7fc89), closes #10111
- core: default project is not set correctly (7f5137d)
- core: preserve dash casing when passing args to executors (6351413)
- core: use absolute paths when resolving package.json files (8198b78)
- js: format .lib.swcrc file with nx format (#10254) (17c4022)
- js: move swc/helpers to dependencies instead of devDependencies (#10275) (692418d), closes #10270
- linter: do not remap paths that cannot be matched on fix (#10371) (5baaab4)
- linter: make entry point check for ts paths more specific (#10365) (4863e51)
- misc: misc fixes (e6f73a8)
- node: add workaround for handling sub processes in node:node executor (#10292) (7b9b0cd), closes #9305
- react: migrations should not crash when adding development configuration (#10261) (c35b13d)
- repo: fix add-to-monorepo test (#10333) (0c8eade)
- repo: fix pnpm v7 install config (#10361) (d0ece6e)
- storybook: some storybook doc and other fixes (#10387) (76b8e66)
Features
- angular: expose builder functions (#10252) (b1cc187)
- angular: update postcss deps for new and existing workspaces (#10358) (4c85e07)
- core: make nx prefix customizable (80259e1)
- detox: upgrade detox to 19.6.9 (#10306) (714d1a9)
- react-native: upgrade metro to 0.70.3 (#10307) (0bee597)
- react-native: upgrade react-native to 0.68.2 (#10380) (5192b09)
- storybook: change executors to use buildDev instead of standalone (#10385) (80b4439)
- storybook: use native storybook/angular executor (#9332) (51b66d1)
- web: add support for Node ESM when used to package SSR-ready library (#10349) (70f1a6b)