Skip to content

15.7.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 31 Jan 21:13
· 3993 commits to gh-features since this release

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)