Skip to content

Releases: ng-packagr/ng-packagr

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)

16.0.0-next.0

22 Feb 09:44
Compare
Choose a tag to compare
16.0.0-next.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • 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

  • remove NGCC integration (d9fdc89)

Bug Fixes

  • always set destination directory (4e89bcf)

  • remove Node.js v14 support (a091d82)

15.2.2

22 Feb 09:44
Compare
Choose a tag to compare

Bug Fixes

  • always set destination directory (4e49d12)

15.2.0

22 Feb 09:23
Compare
Choose a tag to compare

Bug Fixes

  • only copy README.md from entry-points (23c718d), closes #2564