Skip to content

Releases: ng-packagr/ng-packagr

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

16.1.0-next.0

10 May 10:30
Compare
Choose a tag to compare
16.1.0-next.0 Pre-release
Pre-release

Features

16.0.1

10 May 10:25
Compare
Choose a tag to compare

Bug Fixes

  • warn when finding conflicting package export conditions (b08b075), closes #2609

16.0.0

03 May 14:34
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • TypeScript 4.8 is no longer supported.

  • Several changes to the Angular Package Format (APF)

    • Removal of FESM2015
    • Replacing ES2020 with ES2022
    • Replacing FESM2020 with FESM2022
  • 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.

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

Features

  • (APF) Angular Package Format updates (4ae531c)
  • remove NGCC integration (d9fdc89)

Bug Fixes

  • always set destination directory (4e89bcf)
  • remove Node.js v14 support (a091d82)

16.0.0-rc.1

18 Apr 17:01
Compare
Choose a tag to compare
16.0.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • update list of known tailwind configuration files (50a7114)

16.0.0-rc.0

12 Apr 11:22
Compare
Choose a tag to compare

No visibile changes

16.0.0-next.2

22 Mar 12:13
Compare
Choose a tag to compare
16.0.0-next.2 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Several changes to the Angular Package Format (APF)
  • Removal of FESM2015
  • Replacing ES2020 with ES2022
  • Replacing FESM2020 with FESM2022

Features

  • (APF) Angular Package Format updates (4ae531c)

16.0.0-next.1

17 Mar 08:28
Compare
Choose a tag to compare
16.0.0-next.1 Pre-release
Pre-release

⚠ BREAKING CHANGES

    • TypeScript 4.8 is no longer supported.

Features

  • add support for TypeScript 5 (1d4cc04)