Skip to content

Releases: ng-packagr/ng-packagr

17.0.0

08 Nov 11:57
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • TypeScript versions before 5.2 are no longer supported.

Features

  • esbuild can't resolve secondary entry point from library (29f417e)
  • drop support for TypeScript versions before 5.2 (72500c3)
  • add support for Angular 17 (cbb06ee)
  • support TypeScript 5.2 (0acd2c4)

Bug Fixes

  • emit .tsbuildinfo when cache mode is enabled (5f32591), closes #2682
  • add workaround to terminate workers on destroy (7252f53), closes #2688

17.0.0-rc.0

26 Oct 11:09
Compare
Choose a tag to compare
17.0.0-rc.0 Pre-release
Pre-release

Features

  • esbuild can't resolve secondary entry point from library (29f417e)

17.0.0-next.2

27 Sep 10:44
Compare
Choose a tag to compare
17.0.0-next.2 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • TypeScript versions before 5.2 are no longer supported.

Features

  • drop support for TypeScript versions before 5.2 (72500c3)
  • support TypeScript 5.2 (0acd2c4)

17.0.0-next.1

07 Sep 15:39
Compare
Choose a tag to compare
17.0.0-next.1 Pre-release
Pre-release

Features

Bug Fixes

  • emit .tsbuildinfo when cache mode is enabled (5f32591), closes #2682

16.2.3

07 Sep 15:32
Compare
Choose a tag to compare

Bug Fixes

  • emit .tsbuildinfo when cache mode is enabled (2a0ee90), closes #2682

16.2.2

07 Sep 15:28
Compare
Choose a tag to compare

Bug Fixes

  • watch mode not emitted transformed DTS files (a799883), closes #2664

16.2.1

23 Aug 19:22
Compare
Choose a tag to compare

Bug Fixes

16.2.0

09 Aug 16:07
Compare
Choose a tag to compare

Bug Fixes

  • no provider for InjectionToken ng.v5.defaultTsConfig (6652727)

16.2.0-next.1

11 Jul 16:39
Compare
Choose a tag to compare
16.2.0-next.1 Pre-release
Pre-release

Bug Fixes

  • no provider for InjectionToken ng.v5.defaultTsConfig (6652727)

16.1.0

13 Jun 15:11
Compare
Choose a tag to compare

Features

  • support TypeScript 5.1 (fcc0c6a)
  • support incremental TypeScript semantic diagnostics (d3b9488)

Bug Fixes

  • allow usages of ECMAScript Decorators (9abe6a0), closes #2625