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

05 Jun 21:10
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

18.0.3 (2024年06月05日)

@angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@angular/build

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values
fix - 9acb5c7ca disable JS transformer persistent cache on web containers
fix - 346df4909 improve Sass rebaser ident token detection
fix - 6526a5f59 watch all related files during a Sass error
Loading

v18.1.0-next.0

29 May 18:26
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v18.1.0-next.0 Pre-release
Pre-release

18.1.0-next.0 (2024年05月29日)

@angular/build

Commit Description
fix - 721d50bae avoid escaping rebased Sass URL values
fix - f17b78de7 improve Sass rebaser ident token detection
Loading
Fabianko, jonaskuske, and CleitonJB reacted with rocket emoji
3 people reacted

v18.0.2

29 May 15:09
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

18.0.2 (2024年05月29日)

@schematics/angular

Commit Description
fix - 9967c04b8 check both application builder packages in SSR schematic
fix - 92b48ab14 set builders assets option correctly for new applications

@angular/build

Commit Description
fix - 3bb06c37d disable Worker wait loop for Sass compilations in web containers
fix - c4cf35923 print Sass @warn location
fix - 352879804 support valid self-closing MathML tags in HTML index file
fix - 476f3084a support valid self-closing SVG tags in HTML index file

@angular/pwa

Commit Description
fix - acbffd236 set manifest icons location to match assets builder option
Loading
kcaayush2158 reacted with thumbs up emoji kcaayush2158 reacted with laugh emoji kcaayush2158 reacted with hooray emoji kcaayush2158 reacted with heart emoji schreibse and kcaayush2158 reacted with rocket emoji kcaayush2158 reacted with eyes emoji
2 people reacted

v18.0.1

23 May 14:57
@clydin clydin
Compare
Choose a tag to compare
Loading

18.0.1 (2024年05月23日)

@schematics/angular

Commit Description
fix - 01842f515 use angular.dev in readme

@angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching
Loading
pavankjadda, kcaayush2158, levart, RandyPJ, amosISA, and gzeeel reacted with thumbs up emoji kcaayush2158, levart, RandyPJ, and amosISA reacted with laugh emoji kcaayush2158, levart, gayankanishka, and amosISA reacted with hooray emoji kcaayush2158, levart, RandyPJ, gayankanishka, amosISA, jamesawo, and PaylemanC reacted with heart emoji kcaayush2158, levart, gayankanishka, amosISA, bellib, and aiuoe reacted with rocket emoji kcaayush2158, RandyPJ, and amosISA reacted with eyes emoji
11 people reacted

v18.0.0

22 May 19:11
@clydin clydin
Compare
Choose a tag to compare
Loading

18.0.0 (2024年05月22日)

@schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
feat - 6530aa11b replace assets with public directory
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
feat - f452589e2 use TypeScript bundler module resolution for new projects
fix - 95a4d6ee5 add less dependency in application migration if needed
fix - c46aa084f add postcss dependency in application migration if needed
fix - 157329384 add spaces around eventCoalescing option
fix - 23cc337aa keep deployUrl option when migrating to application builder

@angular/cli

Commit Description
feat - ac3019570 add ng dev alias to ng serve
feat - 4087728c3 support for Node.js v22
fix - 41ab6c8c3 add --version option
fix - df4dde95d add @angular/build package to update group list
fix - 1039f6d79 change update guide link to angular.dev
fix - f4670fcb1 eliminate prompts during ng version command
fix - a99ec6a54 keep cli package first in update package group metadata
fix - dd786d495 only add --version option on default command
refactor - 03eee0545 remove ng doc command
refactor - c7b208555 remove support for Node.js versions <18.19.1 and <20.11.1

@angular-devkit/architect

Commit Description
fix - ddd08efef resolve builder aliases from containing package

@angular-devkit/build-angular

Commit Description
feat - 53c319aaa add support for the poll option in the library builder
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
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
fix - 37fc7f0cc disable Vite prebundling when script optimizations are enabled
fix - 2acf95a94 do not generate an index.html file in the browser directory when using SSR.
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

@angular/build

Commit Description
feat - 810d213e1 introduce new official build system package
fix - b7a0792b3 add a maximum rendering timeout for SSG
fix - 411115303 add console note about development server raw file size
fix - 921fa7cf4 add missing ansi-colors and picomatch dependencies
fix - 791cf75af check both potential build packages in Angular version check
fix - 4d7cd5e3e correctly wrap class expressions with static properties or blocks emitted by esbuild
fix - 57f448a0f decode URL pathname decoding during SSG fetch
fix - 940e382db disable Vite prebundling when script optimizations are enabled
fix - 70dbc7a6e emit error for invalid self-closing element in index HTML
fix - 44b401747 ensure input index HTML file triggers rebuilds when changed
fix - dff4deaeb ensure recreated files are watched
fix - 17931166d format sizes using decimal byte units consistently
[fix - 2085365e0](https://g...
Read more
Loading
asrorbekh, amosISA, and kcaayush2158 reacted with thumbs up emoji asrorbekh, ncamera, amosISA, and kcaayush2158 reacted with laugh emoji vmpikaso, alan-agius4, amirhosseinfaraji, tutkli, pavankjadda, asrorbekh, devLukaszMichalak, ncamera, amosISA, and kcaayush2158 reacted with hooray emoji pavankjadda, asrorbekh, ncamera, flavianoredressa, amosISA, and kcaayush2158 reacted with heart emoji lorenzodianni, vmpikaso, alan-agius4, tutkli, pavankjadda, CleitonJB, asrorbekh, mihli-hf, angelluce, ncamera, and 4 more reacted with rocket emoji
16 people reacted

v17.3.8

22 May 17:02
@clydin clydin
Compare
Choose a tag to compare
Loading

17.3.8 (2024年05月22日)

@angular/cli

Commit Description
fix - 3ada6eb52 clarify optional migration instructions during ng update

@angular-devkit/schematics

Commit Description
fix - 4b6ba8df1 SchematicTestRunner.runExternalSchematic fails with "The encoded data was not valid for encoding utf-8"
Loading
amosISA reacted with thumbs up emoji
1 person reacted

v18.0.0-rc.3

21 May 20:20
@clydin clydin
Compare
Choose a tag to compare
Loading
v18.0.0-rc.3 Pre-release
Pre-release

18.0.0-rc.3 (2024年05月21日)

@angular/cli

Commit Description
fix - 41ab6c8c3 add --version option
fix - 1039f6d79 change update guide link to angular.dev
fix - fa99a01ba clarify optional migration instructions during ng update
fix - f4670fcb1 eliminate prompts during ng version command
fix - a99ec6a54 keep cli package first in update package group metadata

@angular-devkit/schematics

Commit Description
fix - 86b53c585 SchematicTestRunner.runExternalSchematic fails with "The encoded data was not valid for encoding utf-8"

@angular/build

Commit Description
fix - 411115303 add console note about development server raw file size
fix - 4d7cd5e3e correctly wrap class expressions with static properties or blocks emitted by esbuild
fix - dff4deaeb ensure recreated files are watched
fix - d10fece2c properly rebase Sass url() values with leading interpolations
perf - 3f2963835 add persistent caching of JavaScript transformations
perf - a15eb7d1c improve rebuild time for file loader usage with prebundling
Loading
maxfriedmann and amosISA reacted with rocket emoji
2 people reacted

v18.0.0-rc.2

08 May 13:49
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v18.0.0-rc.2 Pre-release
Pre-release

18.0.0-rc.2 (2024年05月08日)

@angular/build

Commit Description
fix - 57f448a0f decode URL pathname decoding during SSG fetch
fix - 17931166d format sizes using decimal byte units consistently
Loading
kcaayush2158, ncamera, alydemah, and amosISA reacted with thumbs up emoji kcaayush2158 and ncamera reacted with laugh emoji kcaayush2158, risavkarna, and ncamera reacted with hooray emoji kcaayush2158, JonathanRamosNascimento, ncamera, and michalskidominik reacted with heart emoji kcaayush2158 and ncamera reacted with rocket emoji kcaayush2158, ncamera, and CleitonJB reacted with eyes emoji
8 people reacted

v17.3.7

08 May 11:05
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

17.3.7 (2024年05月08日)

@angular-devkit/build-angular

Commit Description
fix - 998c72036 decode URL pathname decoding during SSG fetch

@angular-devkit/schematics

Commit Description
fix - 1ab1c6c9e use web standard error check for Deno support
Loading
moisesarrona and amosISA reacted with heart emoji
2 people reacted

v18.0.0-rc.1

02 May 17:23
@clydin clydin
Compare
Choose a tag to compare
Loading
v18.0.0-rc.1 Pre-release
Pre-release

18.0.0-rc.1 (2024年05月02日)

@schematics/angular

Commit Description
fix - c46aa084f add postcss dependency in application migration if needed

@angular-devkit/architect

Commit Description
fix - ddd08efef resolve builder aliases from containing package

@angular-devkit/schematics

Commit Description
fix - 80fa03069 use web standard error check for Deno support

@angular/build

Commit Description
fix - b7a0792b3 add a maximum rendering timeout for SSG
fix - 2085365e0 only generate shallow preload links for initial files
Loading
amosISA reacted with heart emoji
1 person reacted
1 2 16 18 20 88 89

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