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.1.0

18 Jan 00:22
@clydin clydin
Compare
Choose a tag to compare
Loading

17.1.0 (2024年01月17日)

@schematics/angular

Commit Description
feat - b513d89b7 add optional migration to use application builder
feat - a708dccff update SSR and application builder migration schematics to work with new outputPath
fix - 4469e481f do not trigger NPM install when using ---skip-install and --ssr

@angular-devkit/build-angular

Commit Description
feat - e0b274b8f add option to retain CSS special comments in global styles
feat - 204794c4f add support for --no-browsers in karma builder
feat - 4784155bd add wildcard option for allowedCommonJsDependencies
feat - 3b93df42d allow configuring loaders for custom file extensions in application builder
feat - cc246d50e allow customization of output locations
feat - 15a669c1e allowing control of index HTML initial preload generation
feat - 47a064b14 emit external sourcemaps for component styles
feat - 68dae539a initial experimental implementation of @web/test-runner builder
feat - f6e67df1c inline Google and Adobe fonts located in stylesheets
feat - 364a16b7a move browser-sync as optional dependency
feat - ccba849e4 support keyboard command shortcuts in application dev server
fix - 329d80075 alllow OPTIONS requests to be proxied when using vite
fix - 49ed9a26c emit error when using prerender and app-shell builders with application builder
fix - 6473b0160 ensure all configured assets can be served by dev server
fix - 874e576b5 filter explicit external dependencies for Vite prebundling
fix - 2a02b1320 fix normalization of the application builder extensions
fix - 9906ab7b4 normalize asset source locations in Vite-based development server
fix - ceffafe1a provide better error messages for failed file reads
fix - 6d7fdb952 show diagnostic messages after build stats
fix - 4e1f0e44d the request url "..." is outside of Vite serving allow list for all assets
fix - bd26a18e7 typo in preloadInitial option description
perf - 125fb779f reduce TypeScript JSDoc parsing in application builder
Loading
pavankjadda, Dylight2810, Strielc, nhannguyenuri, ncamera, elmarbeckmann, minijus, pawcoding, CarlosTorrecillas, zip-fa, and 7 more reacted with hooray emoji pavankjadda, gusrubin, Strielc, frankhale, ncamera, elmarbeckmann, minijus, armingdev, devLukaszMichalak, tutkli, and 4 more reacted with heart emoji pavankjadda, Dylight2810, Strielc, ncamera, elmarbeckmann, minijus, pawcoding, zip-fa, armingdev, tutkli, and 4 more reacted with rocket emoji
26 people reacted

v17.1.0-rc.1

10 Jan 21:22
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v17.1.0-rc.1 Pre-release
Pre-release

17.1.0-rc.1 (2024年01月10日)

@schematics/angular

Commit Description
fix - 8c815711a retain existing EOL when adding imports
fix - 4a5e7086d retain existing EOL when updating JSON files

@angular/cli

Commit Description
fix - 9f71d2e97 retain existing EOL when updating JSON files

@angular-devkit/build-angular

Commit Description
fix - 2a02b1320 fix normalization of the application builder extensions
fix - 6d7fdb952 show diagnostic messages after build stats

@angular-devkit/core

Commit Description
fix - 7f395be1b retain existing EOL when updating workspace config
Loading
davebray131 and adel7khan reacted with thumbs up emoji playerx and adel7khan reacted with rocket emoji
3 people reacted

v17.0.10

10 Jan 19:09
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

17.0.10 (2024年01月10日)

@schematics/angular

Commit Description
fix - 09c32c678 retain existing EOL when adding imports
fix - a5c339eaa retain existing EOL when updating JSON files

@angular/cli

Commit Description
fix - ed1e130da retain existing EOL when updating JSON files

@angular-devkit/core

Commit Description
fix - 3dc4db7d7 retain existing EOL when updating workspace config
Loading
jonz94, jinujd, and Diga1jj reacted with thumbs up emoji
3 people reacted

v17.1.0-rc.0

03 Jan 18:26
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v17.1.0-rc.0 Pre-release
Pre-release

17.1.0-rc.0 (2024年01月03日)

@schematics/angular

Commit Description
fix - 4469e481f do not trigger NPM install when using ---skip-install and --ssr

@angular/cli

Commit Description
fix - 602d0166c add prerender and ssr-dev-server schemas in angular.json schema

@angular-devkit/build-angular

Commit Description
feat - 68dae539a initial experimental implementation of @web/test-runner builder
fix - 49ed9a26c emit error when using prerender and app-shell builders with application builder
fix - 874e576b5 filter explicit external dependencies for Vite prebundling
fix - bd26a18e7 typo in preloadInitial option description

@angular-devkit/schematics

Commit Description
fix - 7e9bbe442 replace template line endings with platform specific
Loading
kcaayush2158, innashpota, jonz94, and huynhdev24 reacted with thumbs up emoji kcaayush2158, nhannguyenuri, and valentincgd reacted with heart emoji maxfriedmann, kcaayush2158, and playerx reacted with rocket emoji kcaayush2158 reacted with eyes emoji
8 people reacted

v17.0.9

03 Jan 17:02
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

17.0.9 (2024年01月03日)

@angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific
Loading
kcaayush2158 and huynhdev24 reacted with thumbs up emoji kcaayush2158 reacted with laugh emoji kcaayush2158 reacted with hooray emoji kcaayush2158 reacted with heart emoji kcaayush2158 reacted with rocket emoji kcaayush2158 reacted with eyes emoji
2 people reacted

v17.1.0-next.3

22 Dec 01:06
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v17.1.0-next.3 Pre-release
Pre-release

17.1.0-next.3 (2023年12月21日)

@schematics/angular

Commit Description
feat - a708dccff update SSR and application builder migration schematics to work with new outputPath
fix - aec581daf add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - a1f3ae579 do not generate standalone component when using ng generate module

@angular/cli

Commit Description
fix - a391b5f0c ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
fix - f7d538903 re-add -d alias for --dry-run

@angular-devkit/build-angular

Commit Description
feat - cc246d50e allow customization of output locations
feat - 15a669c1e allowing control of index HTML initial preload generation
feat - 47a064b14 emit external sourcemaps for component styles
fix - b3c1991a2 add missing tailwind @screen directive in matcher
fix - a5d4735b8 construct SSR request URL using server resolvedUrls
fix - 0fa1e3419 ensure empty optimized Sass stylesheets stay empty
fix - efe3bda48 ensure external dependencies are used by Web Worker bundling
fix - ceffafe1a provide better error messages for failed file reads
Loading
mabr0wn, Dylight2810, howtomake, viveksinghnegi7, arjunjayakumar, devLukaszMichalak, and huynhdev24 reacted with thumbs up emoji 3boodon, pepitacodes, dominicbachmann, MarcoGlauser, and devLukaszMichalak reacted with heart emoji
11 people reacted

v17.0.8

21 Dec 20:17
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

17.0.8 (2023年12月21日)

@schematics/angular

Commit Description
fix - 99b026ede add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - 313004311 do not generate standalone component when using ng generate module

@angular/cli

Commit Description
fix - 6dba26a0b ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
fix - 0b48acc4e re-add -d alias for --dry-run

@angular-devkit/build-angular

Commit Description
fix - cf11cdf6c add missing tailwind @screen directive in matcher
fix - aa6c757d7 construct SSR request URL using server resolvedUrls
fix - 0662048d4 ensure empty optimized Sass stylesheets stay empty
fix - d1923a66d ensure external dependencies are used by Web Worker bundling
Loading
huynhdev24 reacted with thumbs up emoji gusrubin and Ashikpatel123 reacted with heart emoji
3 people reacted

v16.2.11

21 Dec 19:28
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

16.2.11 (2023年12月21日)

Loading

v17.1.0-next.2

13 Dec 14:20
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v17.1.0-next.2 Pre-release
Pre-release

17.1.0-next.2 (2023年12月13日)

@angular-devkit/build-angular

Commit Description
feat - 204794c4f add support for --no-browsers in karma builder
feat - f6e67df1c inline Google and Adobe fonts located in stylesheets
fix - 4b3a96542 baseHref with trailing slash causes server not to be accessible without trailing slash
fix - 72bd0ab9d allow vite to serve JavaScript and TypeScript assets
fix - 12f4433af cache loading of component resources in JIT mode
fix - d07ef2f0b ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - 5b8e2d5e5 ensure port 0 uses random port with Vite development server
fix - 0f253a1fc file is missing from the TypeScript compilation with JIT
fix - 2909daf61 handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - bf5fbddd4 inlining of fonts results in jagged fonts for Windows users
fix - 6a44989f5 retain symlinks to output platform directories on builds
fix - 4e1f0e44d the request url "..." is outside of Vite serving allow list for all assets
fix - 7a50df5c0 update ESM loader to work with Node.js 18.19.0
perf - 125fb779f reduce TypeScript JSDoc parsing in application builder
Loading
Aqib-Rime reacted with thumbs up emoji
1 person reacted

v17.0.7

13 Dec 13:59
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

17.0.7 (2023年12月13日)

@angular-devkit/build-angular

Commit Description
fix - 3df3e583c baseHref with trailing slash causes server not to be accessible without trailing slash
fix - ef1178188 allow vite to serve JavaScript and TypeScript assets
fix - 385eb77d2 cache loading of component resources in JIT mode
fix - 4b3af73ac ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - d1b27e53e ensure port 0 uses random port with Vite development server
fix - f2f7d7c70 file is missing from the TypeScript compilation with JIT
fix - 7b8d6cddd handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - c08c78cb8 inlining of fonts results in jagged fonts for Windows users
fix - 930024811 retain symlinks to output platform directories on builds
fix - 3623fe911 update ESM loader to work with Node.js 18.19.0
Loading
gusrubin reacted with heart emoji
1 person reacted
1 2 20 22 24 88 89

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