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

v14.2.11

16 Mar 08:56
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

14.2.11 (2023年03月16日)

@angular-devkit/build-angular

Commit Description
fix - ddd33bf38 update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

Loading
paksydavid reacted with thumbs up emoji
1 person reacted

v13.3.11

16 Mar 08:50
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

13.3.11 (2023年03月16日)

@angular-devkit/build-angular

Commit Description
fix - 50fa9300f update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

Loading

v16.0.0-next.4

15 Mar 09:38
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v16.0.0-next.4 Pre-release
Pre-release

16.0.0-next.4 (2023年03月15日)

@angular-devkit/build-angular

Commit Description
feat - f04859d16 initial autoprefixer support for CSS in esbuild builder
feat - 290802060 support standalone app-shell generation
fix - 4d82e0d10 correct wrap ES2022 classes with static properties
fix - 04274afc1 set public class fields as properties (#24849)

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

Loading
Tona-Mangobyte and neulchance reacted with thumbs up emoji
2 people reacted

v15.2.3

15 Mar 09:19
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading

15.2.3 (2023年03月15日)

@angular-devkit/build-angular

Commit Description
fix - a93680585 correct wrap ES2022 classes with static properties

Special Thanks

Alan Agius and Paul Gschwendtner

Loading

v16.0.0-next.3

09 Mar 01:39
@clydin clydin
Compare
Choose a tag to compare
Loading
v16.0.0-next.3 Pre-release
Pre-release

16.0.0-next.3 (2023年03月08日)

@angular-devkit/schematics-cli

Commit Description
fix - d15d44d3a correctly transform numbers from prompts

@angular/cli

Commit Description
feat - 7cb5689e0 show optional migrations during update process

@angular-devkit/build-angular

Commit Description
fix - 3978891a4 build optimizer support for non spec-compliant ES2022 class static properties

Special Thanks

Alan Agius, Charles Lyding and Kristiyan Kostadinov

Loading
hoanghuy309 reacted with thumbs up emoji
1 person reacted

v15.2.2

08 Mar 20:34
@clydin clydin
Compare
Choose a tag to compare
Loading

15.2.2 (2023年03月08日)

@angular-devkit/schematics-cli

Commit Description
fix - dfd03aa7c correctly transform numbers from prompts

@angular-devkit/build-angular

Commit Description
fix - eb22f634f build optimizer support for non spec-compliant ES2022 class static properties

Special Thanks

Alan Agius

Loading

v16.0.0-next.2

01 Mar 19:57
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v16.0.0-next.2 Pre-release
Pre-release

16.0.0-next.2 (2023年03月01日)

Breaking Changes

@angular-devkit/build-angular

  • Deprecated outputPath and outputPaths from the server and browser builder have been removed from the builder output. Use outputs instead.

    Note: this change does not effect application developers.

@angular-devkit/build-angular

Commit Description
fix - d4c450829 improve parsing of error messages
refactor - a99018cd7 remove deprecated outputPaths and outputPath Builder output

Special Thanks

Alan Agius, Doug Parker and Paul Gschwendtner

Loading
eideard-hm and 31piy reacted with heart emoji
2 people reacted

v15.2.1

01 Mar 19:17
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading

15.2.1 (2023年03月01日)

@angular-devkit/build-angular

Commit Description
fix - 9a5609a44 improve parsing of error messages

Special Thanks

Alan Agius and Paul Gschwendtner

Loading
eideard-hm and minijus reacted with heart emoji
2 people reacted

v16.0.0-next.1

23 Feb 10:45
@alan-agius4 alan-agius4
Compare
Choose a tag to compare
Loading
v16.0.0-next.1 Pre-release
Pre-release

16.0.0-next.1 (2023年02月23日)

@angular-devkit/build-angular

Commit Description
fix - 759ae92aa update peer dependencies to support version 16

Special Thanks

Alan Agius

Loading
eideard-hm, pingeplin, saul-granados, and RorroFront reacted with heart emoji SebaM90 and AhshanHaseem reacted with rocket emoji
6 people reacted

v16.0.0-next.0

22 Feb 23:15
@dgp1130 dgp1130
Compare
Choose a tag to compare
Loading
v16.0.0-next.0 Pre-release
Pre-release

16.0.0-next.0 (2023年02月22日)

Breaking Changes

@angular/cli

  • The deprecated defaultCollection workspace option has been removed. Use schematicCollections instead.

    Before

    "defaultCollection": "@angular/material"

    After

    "schematicCollections": ["@angular/material"]
  • The deprecated defaultProject workspace option has been removed. The project to use will be determined from the current working directory.

  • Node.js v14 support has been removed

    Node.js v14 is planned to be End-of-Life on 2023年04月30日. Angular will stop supporting Node.js v14 in Angular v16.
    Angular v16 will continue to officially support Node.js versions v16 and v18.

@schematics/angular

  • ng g resolver and ng g guard now generate a functional resolver or guard by default. It is still possible to generate a (deprecated) class-based resolver or guard by using ng g resolver --no-functional or ng g guard --no-functional.
  • The CLI no longer allows to generate CanLoad guards. Use CanMatch instead.

@angular-devkit/core

  • Several changes to the SchemaRegistry.
    • compile method now returns a Promise.
    • Deprecated flatten has been removed without replacement.
    • ContentHasMutatedException, InvalidUpdateRecordException, UnimplementedException and MergeConflictException API from @angular-devkit/core have been removed in favor of the API from @angular-devkit/schematics.
    • UnsupportedPlatformException - A custom error exception should be created instead.

@angular-devkit/schematics

  • The depracated UpdateBuffer has been removed and UpdateBuffer2
    is renamed to UpdateBuffer. With this change the related and
    deprecated symbols ContentCannotBeRemovedException and Chunk
    have also been removed.

@ngtools/webpack

  • NGCC integration has been removed and as a result Angular View Engine libraries will no longer work.

@schematics/angular

Commit Description
feat - 22fdd7da9 generate functional resolvers and guards by default
feat - 5ceedcb11 remove deprecated CanLoad option for guards

@angular/cli

Commit Description
feat - 68024234e remove deprecated defaultCollection from workspace configuration
feat - d58428d3d remove deprecated defaultProject from workspace configuration
refactor - c29c8e18d remove Node.js v14 support

@angular-devkit/core

Commit Description
feat - f6624b974 update SchemaRegistry compile to return Promise
refactor - 0ad81cdbc remove deprecated exceptions

@angular-devkit/schematics

Commit Description
refactor - d2ef386f4 remove UpdateBuffer and rename UpdateBuffer2 to UpdateBuffer

@ngtools/webpack

Commit Description
refactor - c8ac660d8 remove NGCC integration

Special Thanks

Alan Agius, Charles Lyding, Cédric Exbrayat, Doug Parker and Lukas Spirig

Loading
mouadennaciri, JEpifanio90, jonz94, ElPrudi, AbbasDehganzadeh, saul-granados, and oguzhan18 reacted with heart emoji
7 people reacted
1 2 29 31 33 88 89

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