Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: angular/angular-cli

v18.0.0-rc.0

01 May 19:19
@clydin clydin
Compare
Choose a tag to compare
Loading
v18.0.0-rc.0 Pre-release
Pre-release

18.0.0-rc.0 (2024年05月01日)

@schematics/angular

Commit Description
fix - 95a4d6ee5 add less dependency in application migration if needed

@angular/cli

Commit Description
fix - df4dde95d add @angular/build package to update group list

@angular-devkit/build-angular

Commit Description
fix - 37fc7f0cc disable Vite prebundling when script optimizations are enabled

@angular/build

Commit Description
fix - 940e382db disable Vite prebundling when script optimizations are enabled
fix - 44b401747 ensure input index HTML file triggers rebuilds when changed
Loading
amosISA and ncamera reacted with heart emoji amosISA, ncamera, and maxfriedmann reacted with rocket emoji
3 people reacted

v18.0.0-next.5

26 Apr 18:14
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v18.0.0-next.5 Pre-release
Pre-release

18.0.0-next.5 (2024年04月26日)

@angular/build

Commit Description
fix - 921fa7cf4 add missing ansi-colors and picomatch dependencies
fix - 791cf75af check both potential build packages in Angular version check
Loading
umutyerebakmaz, salman240, eideard-hm, and amosISA reacted with heart emoji
4 people reacted

v18.0.0-next.4

25 Apr 18:12
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v18.0.0-next.4 Pre-release
Pre-release

18.0.0-next.4 (2024年04月25日)

@schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
fix - 23cc337aa keep deployUrl option when migrating to application builder

@angular/cli

Commit Description
feat - 4087728c3 support for Node.js v22

@angular-devkit/build-angular

Commit Description
feat - 53c319aaa add support for the poll option in the library builder
feat - 0b03829bc move i18n extraction for application builder to new build system package
feat - 4ffe07aa2 move Vite-based dev-server for application builder to new build system package
feat - d1c632af9 support native async/await when app is zoneless

@angular/build

Commit Description
feat - 810d213e1 introduce new official build system package
fix - 70dbc7a6e emit error for invalid self-closing element in index HTML
fix - 33cd47c85 properly configure headers for media resources and HTML page
Loading
amosISA reacted with heart emoji
1 person reacted

v17.3.6

25 Apr 17:44
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

17.3.6 (2024年04月25日)

@angular-devkit/build-angular

Commit Description
fix - dcec59799 properly configure headers for media resources and HTML page
Loading
pawcoding, NetWin, and amosISA reacted with heart emoji
3 people reacted

v18.0.0-next.3

17 Apr 17:34
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v18.0.0-next.3 Pre-release
Pre-release

18.0.0-next.3 (2024年04月17日)

@angular/cli

Commit Description
refactor - 03eee0545 remove ng doc command

@angular-devkit/build-angular

Commit Description
feat - 83d1d233a enhance Sass rebasing importer for resources URL defined in variables and handling of external paths
feat - d51cb598a inject event-dispatch in SSR HTML page
fix - 1c3ff61db address Unable to deserialize cloned data issue with Yarn PnP
fix - 2acf95a94 do not generate an index.html file in the browser directory when using SSR.
fix - afa76bb36 ensure esbuild-based builders exclusively produce ESM output
fix - 43816a5b2 remove type="text/css" from style tag

Breaking Changes

@angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
     "build": {
     "builder": "@angular-devkit/build-angular:application",
     "options": {
     "outputPath": "dist/my-app",
     "index": {
     "input": "src/index.html",
     "output": "index.html"
     }
     }
     }
    }
Loading
kimbo-slicee reacted with thumbs up emoji
1 person reacted

v17.3.5

17 Apr 13:55
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

17.3.5 (2024年04月17日)

@angular-devkit/build-angular

Commit Description
fix - 6191d06ca address Unable to deserialize cloned data issue with Yarn PnP
fix - 0335d6a5d remove type="text/css" from style tag
Loading

v17.3.4

11 Apr 15:49
@clydin clydin
Compare
Choose a tag to compare
Loading

17.3.4 (2024年04月11日)

@angular-devkit/build-angular

Commit Description
fix - 1128bdd64 ensure esbuild-based builders exclusively produce ESM output
Loading

v16.2.14

11 Apr 15:07
@clydin clydin
Compare
Choose a tag to compare
Loading

16.2.14 (2024年04月11日)

@angular-devkit/build-angular

Commit Description
fix - 1068c3c73 update vite to 4.5.3
Loading
mihli-hf and Squiggleh reacted with thumbs up emoji
2 people reacted

v18.0.0-next.2

03 Apr 16:33
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v18.0.0-next.2 Pre-release
Pre-release

18.0.0-next.2 (2024年04月03日)

@schematics/angular

Commit Description
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
fix - 157329384 add spaces around eventCoalescing option
Loading
szheleshchenko, EnzoCasamasso, adora-tech, gurezo, sunanan, codeursenior, joseluiskyndryl, and cristianWilliam reacted with thumbs up emoji
8 people reacted

v17.3.3

02 Apr 20:41
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

@schematics/angular

Commit Description
fix - a673baf5c Revert "fix(@schematics/angular): rename SSR port env variable"
Loading
tutkli, kcaayush2158, cawio, and szheleshchenko reacted with thumbs up emoji
4 people reacted
1 2 17 19 21 88 89

AltStyle によって変換されたページ (->オリジナル) /