Skip to content

Releases: ng-packagr/ng-packagr

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

15.1.2

09 Feb 10:14
Compare
Choose a tag to compare

15.1.1

12 Jan 09:33
Compare
Choose a tag to compare

Performance

  • create a single stylesheet renderer worker instance (6718f6e), closes #2530

15.1.0

11 Jan 07:48
Compare
Choose a tag to compare

Features

Performance

  • move stylesheet processing into a worker pool (9eaa398)

Bug Fixes

  • include cssUrl and styleIncludePaths in the CSS cache key (6bb7a4a), closes #2523

15.1.0-next.0

21 Dec 10:32
Compare
Choose a tag to compare
15.1.0-next.0 Pre-release
Pre-release

Features

Performance

  • move stylesheet processing into a worker pool (9eaa398)

15.0.3

09 Dec 08:47
Compare
Choose a tag to compare

Bug Fixes

  • add support for prerelease versions of Angular (632217e)

15.0.2

08 Dec 11:11
Compare
Choose a tag to compare

Performance

  • reduce sourcemap loading and decoding (3089f51), closes #2495

15.0.1

23 Nov 11:38
Compare
Choose a tag to compare

Bug Fixes

  • copy changed file during watch mode when using advanced asset pattern (0a11ca9), closes #2479