Skip to content

Releases: ng-packagr/ng-packagr

17.2.0-rc.0

07 Feb 17:48
Compare
Choose a tag to compare

Bug Fixes

  • handle absolute url reference in CSS files (3d96591)

17.2.0-next.0

01 Feb 10:21
Compare
Choose a tag to compare
17.2.0-next.0 Pre-release
Pre-release

Features

17.1.1

22 Jan 11:58
Compare
Choose a tag to compare

Bug Fixes

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