Angular CLI: 18.0.0-next.0 Release

Release date:
March 21, 2024
Previous version:
17.3.5 (released April 17, 2024)
Magnitude:
364 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

24 Features Released with 18.0.0-next.0

Top Contributors in 18.0.0-next.0

alan-agius4
clydin
dgp1130
atscott
crisbeto
cexbrayat
angular-robot

Directory Browser for 18.0.0-next.0

All files are compared to previous version, 17.3.5. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

<a name="18.0.0-next.0"></a>

18.0.0-next.0 (2024-03-21)

@schematics/angular

| Commit | Description | | -- | -- | | feat - f452589e2 | use TypeScript bundler module resolution for new projects |

@angular/cli

| Commit | Description | | -- | -- | | feat - ac3019570 | add ng dev alias to ng serve | | refactor - c7b208555 | remove support for Node.js versions <18.19.1 and <20.11.1 |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - ee9ec2301 | Internal server error: Invalid URL when using a non localhost IP | | fix - 8a54875cb | handle wrapping of class expressions emitted by esbuild | | refactor - 97973059e | remove Sass legacy implementation |

@angular-devkit/schematics

| Commit | Description | | -- | -- | | refactor - 797584583 | deprecate NodePackageLinkTask |

Breaking Changes

@angular/cli

  • Node.js support for versions <18.19.1 and <20.11.1 has been removed. ### @angular-devkit/build-angular
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed. ## Deprecations ### @angular-devkit/schematics
  • NodePackageLinkTask in @angular-devkit/schematics. A custom task should be created instead.