Skip to content

Releases: ng-packagr/ng-packagr

17.1.0

17 Jan 09:36
Compare
Choose a tag to compare

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749
  • correctly validate secondary entry-points config (5ff4afd)
  • use rollup wasm version when rollup fails to load (1ed0dc9), closes #2722

Performance

  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)
  • only process component styles with postcss when needed (84cf578)
  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

17.1.0-next.5

22 Dec 12:08
Compare
Choose a tag to compare
17.1.0-next.5 Pre-release
Pre-release

Bug Fixes

  • correctly validate secondary entry-points config (5ff4afd)

17.1.0-next.4

20 Dec 10:19
Compare
Choose a tag to compare
17.1.0-next.4 Pre-release
Pre-release

Bug Fixes

  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #2749

17.0.3

18 Dec 11:25
Compare
Choose a tag to compare

Bug Fixes

17.1.0-next.3

13 Dec 15:19
Compare
Choose a tag to compare
17.1.0-next.3 Pre-release
Pre-release

Performance

  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

17.1.0-next.2

05 Dec 11:59
Compare
Choose a tag to compare
17.1.0-next.2 Pre-release
Pre-release

Performance

  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)
  • only process component styles with postcss when needed (84cf578)

17.1.0-next.1

23 Nov 08:37
Compare
Choose a tag to compare
17.1.0-next.1 Pre-release
Pre-release

Bug Fixes

  • use rollup wasm version when rollup fails to load (1ed0dc9), closes #2722

17.0.2

20 Nov 17:10
Compare
Choose a tag to compare

Bug Fixes

  • use rollup wasm version when rollup fails to load (65b0b6c), closes #2722

17.1.0-next.0

17 Nov 10:08
Compare
Choose a tag to compare
17.1.0-next.0 Pre-release
Pre-release

Features

  • add support for Angular 17.1 (ce11810)

17.0.1

16 Nov 13:49
Compare
Choose a tag to compare

Bug Fixes

  • display template error when cache is disabled (0698929), closes #2705