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

v17.0.0-next.4

13 Sep 16:01
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v17.0.0-next.4 Pre-release
Pre-release

17.0.0-next.4 (2023εΉ΄09月13ζ—₯)

@schematics/angular

Commit Description
feat - 1a6a139aa enable routing by default for new applications
feat - 3f8aa9d8c update ng new to use the esbuild application builder based builder

@angular-devkit/build-angular

Commit Description
fix - 2f299fc7b account for styles specified as string literals and styleUrl
fix - e41e2015b avoid spawning workers when there are no routes to prerender
fix - c11a0f0d3 support custom index option paths in Vite-based dev server
fix - 7d3fd226c support dev server proxy pathRewrite field in Vite-based server
perf - 4b67d2afd use single JS transformer instance during dev-server prebundling

@ngtools/webpack

Commit Description
feat - f43754570 add automated preconnects for image domains
fix - 828030da0 account for styles specified as string literals and styleUrl

Breaking Changes

@schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.
Loading
shre2894, eideard-hm, ashikjs, salman240, and Shah00-Cyber reacted with thumbs up emoji adora-tech, 0xYahia, jmeinlschmidt, and Bilal-io reacted with heart emoji kcaayush2158 and zip-fa reacted with rocket emoji
11 people reacted

v16.2.2

13 Sep 14:31
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

16.2.2 (2023εΉ΄09月13ζ—₯)

@angular-devkit/build-angular

Commit Description
fix - e3a40a49a support dev server proxy pathRewrite field in Vite-based server
Loading
efraindrummer and yks-ny reacted with thumbs up emoji huynhdev24 reacted with hooray emoji kcaayush2158 and wrslatz reacted with heart emoji
5 people reacted

v17.0.0-next.3

07 Sep 17:52
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v17.0.0-next.3 Pre-release
Pre-release

17.0.0-next.3 (2023εΉ΄09月07ζ—₯)

Loading
jr20xx reacted with thumbs up emoji adora-tech and oguzose reacted with hooray emoji hceresetti, combimauri, tienthanhjlw, SathishSmpth, salman240, kcaayush2158, and revankale reacted with heart emoji
10 people reacted

v17.0.0-next.2

06 Sep 22:38
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v17.0.0-next.2 Pre-release
Pre-release

17.0.0-next.2 (2023εΉ΄09月06ζ—₯)

Loading
kuncevic reacted with hooray emoji hceresetti, arcanoix, tienthanhjlw, adora-tech, LoMagnette, salman240, pheetah, Psycomentis06, tolgatopkara, kcaayush2158, and Nandakyawwin reacted with heart emoji
12 people reacted

v17.0.0-next.1

06 Sep 18:09
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v17.0.0-next.1 Pre-release
Pre-release

17.0.0-next.1 (2023εΉ΄09月06ζ—₯)

@angular-devkit/build-angular

Commit Description
fix - 6b08efa6f account for arrow function IIFE
fix - 188a00f3e elide setClassMetadataAsync calls

@angular-devkit/schematics

Commit Description
refactor - f600bbc97 remove deprecated runExternalSchematicAsync and runSchematicAsync

@ngtools/webpack

Commit Description
fix - 4fe03266a account for arrow function IIFE
fix - 89f21ac8c remove setClassMetadataAsync calls

Breaking Changes

@angular-devkit/schematics

  • deprecated runExternalSchematicAsync and runSchematicAsync methods have been removed in favor of runExternalSchematic and runSchematic.
Loading
moisesarrona reacted with thumbs up emoji hceresetti reacted with heart emoji
2 people reacted

v17.0.0-next.0

30 Aug 16:55
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v17.0.0-next.0 Pre-release
Pre-release

Release notes are too large to be captured here. View all changes here.

Loading
yyasinaslan, CharlyMayeux, zip-fa, devmiczal, and luifiller reacted with thumbs up emoji
5 people reacted

v16.2.1

30 Aug 15:56
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

16.2.1 (2023εΉ΄08月30ζ—₯)

@angular-devkit/build-angular

Commit Description
fix - 221ab2483 display warning when using resourcesOutputPath with esbuild builder
fix - fe752ad87 encode Sass package resolve directories in importer URLs
fix - 82b0f94fd handle HMR updates of global CSS when using Vite
fix - 6a48a11b8 update vite to be able to serve app-shell and SSG pages
fix - fdb16f7cd use correct type for extraEntryPoints
Loading
yyasinaslan, amirhosseinfaraji, and DavidePassafaro reacted with thumbs up emoji
3 people reacted

v16.2.0

09 Aug 23:06
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

16.2.0 (2023εΉ΄08月09ζ—₯)

@angular-devkit/build-angular

Commit Description
feat - e6b377436 add ssr option in application builder
feat - c05c83be7 add initial application builder implementation
feat - 095f5aba6 add initial support for server bundle generation using esbuild
feat - cb165a75d add pre-rendering (SSG) and App-shell support generation to application builder
feat - 2a3fc6846 add preload hints based on transitive initial files
feat - 099cec758 add support for serving SSR with dev-server when using the application builder
fix - 449e21b3a correctly load dev server assets with vite 4.4.0+
fix - f42f10135 ensure preload hints for external stylesheets are marked as styles
fix - 7defb3635 ensure that server dependencies are loaded also in ssr entrypoint
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 5048f6e82 Set chunk names explicitly
perf - 974748cdf filter postcss usage based on content in esbuild builder
perf - 61a652d91 inject Sass import/use directive importer information when resolving
perf - a0a2c7aef only load browserslist in babel preset if needed
perf - 6bfd1800e use in-memory Sass module resolution cache
Loading
amit548, mouadennaciri, voria, yharaskrik, jmeinlschmidt, and zip-fa reacted with heart emoji rodragon737 reacted with eyes emoji
7 people reacted

v16.2.0-rc.1

04 Aug 17:40
@clydin clydin
Compare
Choose a tag to compare
Loading
v16.2.0-rc.1 Pre-release
Pre-release

16.2.0-rc.1 (2023εΉ΄08月04ζ—₯)

@angular-devkit/build-angular

Commit Description
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 192326a8 build: update critters
Loading

v16.1.8

04 Aug 18:41
@clydin clydin
Compare
Choose a tag to compare
Loading

16.1.8 (2023εΉ΄08月04ζ—₯)

@angular-devkit/build-angular

Commit Description
fix - 7a420d33 build: update critters
Loading
USSDlover, luifiller, ugumerie, and Iamelisma reacted with thumbs up emoji habibmokni, dev-nurai, stogefei, frankhale, Hawley-hy, and IssamRaouf reacted with heart emoji
10 people reacted
1 2 24 26 28 88 89

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /