UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

926 lines (471 loc) 80.2 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [19.1.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/19.1.0-next.0...19.1.0-next.1) (2024-11-29) ### Bug Fixes * adjust peerDependencies to allow Angular `19.1.0-next` ([d27ef5b](https://github.com/ng-packagr/ng-packagr/commit/d27ef5bf07babdb505d1d2175a6cab482bde92c2)) ## [19.1.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/19.0.1...19.1.0-next.0) (2024-11-28) ### Features * support TypeScript 5.7 ([af70d03](https://github.com/ng-packagr/ng-packagr/commit/af70d03be430c26f62fbb53aa173581c314b62d7)) ### [19.0.1](https://github.com/ng-packagr/ng-packagr/compare/19.0.0...19.0.1) (2024-11-22) ### Bug Fixes * correctly show stylesheet processing errors ([4d66246](https://github.com/ng-packagr/ng-packagr/commit/4d66246ef67623e8adc3fa422d7ff68b95140207)) ## [19.0.0](https://github.com/ng-packagr/ng-packagr/compare/18.2.1...19.0.0) (2024-11-19) ### Features * add `sass` option ([c85df4f](https://github.com/ng-packagr/ng-packagr/commit/c85df4ff489258a1723a4b8c4ffd78c9ef63c1d5)) ### Bug Fixes * overhaul the stylesheet pipeline ([e2dc6e1](https://github.com/ng-packagr/ng-packagr/commit/e2dc6e14665460c4feb0a7feac1ef2f96f280d48)), closes [#1873](https://github.com/ng-packagr/ng-packagr/issues/1873) [#2918](https://github.com/ng-packagr/ng-packagr/issues/2918) [#2660](https://github.com/ng-packagr/ng-packagr/issues/2660) [#2654](https://github.com/ng-packagr/ng-packagr/issues/2654) * improve cache logic to handle BigInt ([72f57b8](https://github.com/ng-packagr/ng-packagr/commit/72f57b8b64cdbdedf4429face0587429459427f8)), closes [#2375](https://github.com/ng-packagr/ng-packagr/issues/2375) * resolve ESM files correctly on windows ([e476c7b](https://github.com/ng-packagr/ng-packagr/commit/e476c7bef530f87010d8da6320b5a507b73be996)) * remove unused ESM2022 from APF ([0be95f7](https://github.com/ng-packagr/ng-packagr/commit/0be95f7a3b993ddc5b565a0beedbd7f38b6c37be)) * disable rollups hoistTransitiveImports ([2b077c8](https://github.com/ng-packagr/ng-packagr/commit/2b077c8872b1e053f11fc035ed346bb5a3b61f01)) ## [19.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.7...19.0.0-rc.0) (2024-10-31) ## [19.0.0-next.7](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.5...19.0.0-next.7) (2024-10-24) ### Features * add `sass` option ([c85df4f](https://github.com/ng-packagr/ng-packagr/commit/c85df4ff489258a1723a4b8c4ffd78c9ef63c1d5)) ### Bug Fixes * overhaul the stylesheet pipeline ([e2dc6e1](https://github.com/ng-packagr/ng-packagr/commit/e2dc6e14665460c4feb0a7feac1ef2f96f280d48)), closes [#1873](https://github.com/ng-packagr/ng-packagr/issues/1873) [#2918](https://github.com/ng-packagr/ng-packagr/issues/2918) [#2660](https://github.com/ng-packagr/ng-packagr/issues/2660) [#2654](https://github.com/ng-packagr/ng-packagr/issues/2654) ## [19.0.0-next.6](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.5...19.0.0-next.6) (2024-10-15) * Internal refactors ## [19.0.0-next.5](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.4...19.0.0-next.5) (2024-10-15) ## [19.0.0-next.4](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.3...19.0.0-next.4) (2024-10-15) ### Bug Fixes * improve cache logic to handle BigInt ([72f57b8](https://github.com/ng-packagr/ng-packagr/commit/72f57b8b64cdbdedf4429face0587429459427f8)), closes [#2375](https://github.com/ng-packagr/ng-packagr/issues/2375) ## [19.0.0-next.3](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.2...19.0.0-next.3) (2024-08-28) ### Bug Fixes * resolve ESM files correctly on windows ([e476c7b](https://github.com/ng-packagr/ng-packagr/commit/e476c7bef530f87010d8da6320b5a507b73be996)) ## [19.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/19.0.0-next.1...19.0.0-next.2) (2024-08-28) ### Features * remove unused ESM2022 from APF ([0be95f7](https://github.com/ng-packagr/ng-packagr/commit/0be95f7a3b993ddc5b565a0beedbd7f38b6c37be)) ## [19.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/18.2.0...19.0.0-next.1) (2024-08-21) ### Bug Fixes * disable rollups hoistTransitiveImports ([2b077c8](https://github.com/ng-packagr/ng-packagr/commit/2b077c8872b1e053f11fc035ed346bb5a3b61f01)) ### [18.2.1](https://github.com/ng-packagr/ng-packagr/compare/18.2.0...18.2.1) (2024-08-21) ### Bug Fixes * disable rollups hoistTransitiveImports ([87fd814](https://github.com/ng-packagr/ng-packagr/commit/87fd814a203cb4e09ebb0a62de37628f37821abf)) ## [19.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/18.2.0...19.0.0-next.0) (2024-08-14) ## [18.2.0](https://github.com/ng-packagr/ng-packagr/compare/18.2.0-next.0...18.2.0) (2024-08-14) ## [18.2.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/18.1.0...18.2.0-next.0) (2024-07-10) ## [18.1.0](https://github.com/ng-packagr/ng-packagr/compare/18.0.0...18.1.0) (2024-07-10) ### Features * add support for TypeScript 5.5 ([ae2a698](https://github.com/ng-packagr/ng-packagr/commit/ae2a698fa51f9c69824ec8a4e125f67bfe358ff0)) ## [18.0.0](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-rc.0...18.0.0) (2024-05-22) ### ⚠ BREAKING CHANGES * Node.js support for versions <18.19.1 and <20.11.1 has been removed. ### Bug Fixes * incorrect path resolution for entry-points when generating FESM ([f2cd914](https://github.com/ng-packagr/ng-packagr/commit/f2cd914dfbb597357c8dce0d1f5f41fd76b210b9)), closes [#2838](https://github.com/ng-packagr/ng-packagr/issues/2838) ### Features * add support for Angular 18 ([9bef232](https://github.com/ng-packagr/ng-packagr/commit/9bef232ff24d0de5a47977b30a3c66af6f8eb6f9)) * add `NgPackagrOptions` to public api ([ffc512e](https://github.com/ng-packagr/ng-packagr/commit/ffc512ee9a2c30e1528189d20b4a18d7e19cf473)) * add support for polling ([2c7f75b](https://github.com/ng-packagr/ng-packagr/commit/2c7f75bec709c870398d332cf3af9285f079f9d1)) * support TypeScript 5.4 ([07d5cea](https://github.com/ng-packagr/ng-packagr/commit/07d5cea0d79e1e9453c33dadd4b29122f764d949)) ## [18.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.4...18.0.0-rc.0) (2024-05-02) ## [18.0.0-next.4](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.3...18.0.0-next.4) (2024-04-25) ### Bug Fixes * incorrect path resolution for entry-points when generating FESM ([f2cd914](https://github.com/ng-packagr/ng-packagr/commit/f2cd914dfbb597357c8dce0d1f5f41fd76b210b9)), closes [#2838](https://github.com/ng-packagr/ng-packagr/issues/2838) ## [18.0.0-next.3](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.2...18.0.0-next.3) (2024-04-18) ### Bug Fixes * add `NgPackagrOptions` to public api ([ffc512e](https://github.com/ng-packagr/ng-packagr/commit/ffc512ee9a2c30e1528189d20b4a18d7e19cf473)) ## [18.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.1...18.0.0-next.2) (2024-04-18) ### Features * add support for polling ([2c7f75b](https://github.com/ng-packagr/ng-packagr/commit/2c7f75bec709c870398d332cf3af9285f079f9d1)) ## [18.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.0...18.0.0-next.1) (2024-03-19) ### ⚠ BREAKING CHANGES * Node.js support for versions <18.19.1 and <20.11.1 has been removed. ### Performance * use esbuild instead of rollup to generate FESM ([9c23827](https://github.com/ng-packagr/ng-packagr/commit/9c238273c9057108744c9f9ef8c7d9e62225c0f1)), closes [#2759](https://github.com/ng-packagr/ng-packagr/issues/2759) ## [18.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/17.3.0...18.0.0-next.0) (2024-03-15) ### Features * add support for Angular 18 ([9bef232](https://github.com/ng-packagr/ng-packagr/commit/9bef232ff24d0de5a47977b30a3c66af6f8eb6f9)) ## [17.3.0](https://github.com/ng-packagr/ng-packagr/compare/17.3.0-rc.0...17.3.0) (2024-03-13) ## [17.3.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/17.2.1...17.3.0-rc.0) (2024-03-06) ### Features * support TypeScript 5.4 ([07d5cea](https://github.com/ng-packagr/ng-packagr/commit/07d5cea0d79e1e9453c33dadd4b29122f764d949)) ### [17.2.1](https://github.com/ng-packagr/ng-packagr/compare/17.2.0...17.2.1) (2024-03-04) ### Performance * remove FS async calls during stylesheet worker creation ([3c27869](https://github.com/ng-packagr/ng-packagr/commit/3c27869ea499064b5362e736ff9fed9f2ed84ba9)), closes [#2797](https://github.com/ng-packagr/ng-packagr/issues/2797) [#2796](https://github.com/ng-packagr/ng-packagr/issues/2796) ## [17.2.0](https://github.com/ng-packagr/ng-packagr/compare/17.2.0-rc.0...17.2.0) (2024-02-14) ### Features * support using custom postcss configuration ([bcb80fa](https://github.com/ng-packagr/ng-packagr/commit/bcb80fa0dc14e78697e1c76cd9c336ac3e70c57c)), closes [#2765](https://github.com/ng-packagr/ng-packagr/issues/2765) [#643](https://github.com/ng-packagr/ng-packagr/issues/643) ### Bug Fixes * support string as plugin option in custom postcss plugin config ([bb67204](https://github.com/ng-packagr/ng-packagr/commit/bb67204aca396a214cf5b7c2a679bc1aefdb7f87)) * handle absolute `url` reference in CSS files ([3d96591](https://github.com/ng-packagr/ng-packagr/commit/3d96591c932886cd5f62668909989879f3d63aac)) ## [17.2.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/17.2.0-next.0...17.2.0-rc.0) (2024-02-07) ### Bug Fixes * handle absolute `url` reference in CSS files ([3d96591](https://github.com/ng-packagr/ng-packagr/commit/3d96591c932886cd5f62668909989879f3d63aac)) ## [17.2.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/17.1.2...17.2.0-next.0) (2024-02-01) ### Features * support using custom postcss configuration ([bcb80fa](https://github.com/ng-packagr/ng-packagr/commit/bcb80fa0dc14e78697e1c76cd9c336ac3e70c57c)), closes [#2765](https://github.com/ng-packagr/ng-packagr/issues/2765) [#643](https://github.com/ng-packagr/ng-packagr/issues/643) ### [17.1.2](https://github.com/ng-packagr/ng-packagr/compare/17.1.1...17.1.2) (2024-01-24) ### [17.1.1](https://github.com/ng-packagr/ng-packagr/compare/17.1.0...17.1.1) (2024-01-22) ### Bug Fixes * correctly embed CSS resources ([059ba29](https://github.com/ng-packagr/ng-packagr/commit/059ba298b96ace42fc92ed2d67757848f5a8ea17)), closes [#2768](https://github.com/ng-packagr/ng-packagr/issues/2768) ## [17.1.0](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next.5...17.1.0) (2024-01-17) ### Bug Fixes * add missing tailwind `@screen` directive in matcher ([ad1bd50](https://github.com/ng-packagr/ng-packagr/commit/ad1bd50efb9eadccf5f80abbf8c24e03551f2081)) * remove direct imports to `rollup` ([45336ae](https://github.com/ng-packagr/ng-packagr/commit/45336ae69a22c95825e85afccf40ad526275f31b)), closes [#2749](https://github.com/ng-packagr/ng-packagr/issues/2749) * correctly validate secondary entry-points config ([5ff4afd](https://github.com/ng-packagr/ng-packagr/commit/5ff4afde43b4984bf7f64ce991dfe255b1fb9373)) * use rollup wasm version when rollup fails to load ([1ed0dc9](https://github.com/ng-packagr/ng-packagr/commit/1ed0dc962275ec8f8dfbd4d658024bbafbdb9277)), closes [#2722](https://github.com/ng-packagr/ng-packagr/issues/2722) ### Performance * do not update package.json version on watch mode ([1225a24](https://github.com/ng-packagr/ng-packagr/commit/1225a241e765b4e37a55958268725d13da5e8e30)) * embeed assets in css using esbuild instead of postcss ([fe3e052](https://github.com/ng-packagr/ng-packagr/commit/fe3e0521099c53d769ca690ebcefdf1178b1cf2f)) * only process component styles with postcss when needed ([84cf578](https://github.com/ng-packagr/ng-packagr/commit/84cf578001ef2a8ef2ef15047cb78aea7c098a65)) * only emit changed DTS and JS from NG compiler ([cd0f508](https://github.com/ng-packagr/ng-packagr/commit/cd0f508a80e94b877acab177b57fd68170f80318)) * only write FESM files when content changes during watch mode ([fb096a0](https://github.com/ng-packagr/ng-packagr/commit/fb096a065d5cb4a358463ce4640f2da7a04b34c5)) * reduce TypeScript JSDoc parsing ([8228740](https://github.com/ng-packagr/ng-packagr/commit/822874098e6b52bca6165efad635f9ec1d6ee7c3)) ## [17.1.0-next.5](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next.4...17.1.0-next.5) (2023-12-22) ### Bug Fixes * correctly validate secondary entry-points config ([5ff4afd](https://github.com/ng-packagr/ng-packagr/commit/5ff4afde43b4984bf7f64ce991dfe255b1fb9373)) ## [17.1.0-next.4](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next.3...17.1.0-next.4) (2023-12-20) ### Bug Fixes * add missing tailwind `@screen` directive in matcher ([ad1bd50](https://github.com/ng-packagr/ng-packagr/commit/ad1bd50efb9eadccf5f80abbf8c24e03551f2081)) * remove direct imports to `rollup` ([45336ae](https://github.com/ng-packagr/ng-packagr/commit/45336ae69a22c95825e85afccf40ad526275f31b)), closes [#2749](https://github.com/ng-packagr/ng-packagr/issues/2749) ## [17.1.0-next.3](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next.2...17.1.0-next.3) (2023-12-13) ### Performance * only emit changed DTS and JS from NG compiler ([cd0f508](https://github.com/ng-packagr/ng-packagr/commit/cd0f508a80e94b877acab177b57fd68170f80318)) * only write FESM files when content changes during watch mode ([fb096a0](https://github.com/ng-packagr/ng-packagr/commit/fb096a065d5cb4a358463ce4640f2da7a04b34c5)) * reduce TypeScript JSDoc parsing ([8228740](https://github.com/ng-packagr/ng-packagr/commit/822874098e6b52bca6165efad635f9ec1d6ee7c3)) ## [17.1.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next.1...17.1.0-next.2) (2023-12-05) ### Performance * do not update package.json version on watch mode ([1225a24](https://github.com/ng-packagr/ng-packagr/commit/1225a241e765b4e37a55958268725d13da5e8e30)) * embeed assets in css using esbuild instead of postcss ([fe3e052](https://github.com/ng-packagr/ng-packagr/commit/fe3e0521099c53d769ca690ebcefdf1178b1cf2f)) * only process component styles with postcss when needed ([84cf578](https://github.com/ng-packagr/ng-packagr/commit/84cf578001ef2a8ef2ef15047cb78aea7c098a65)) ## [17.1.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/17.1.0-next...17.1.0-next.1) (2023-11-23) ### Bug Fixes * use rollup wasm version when rollup fails to load ([1ed0dc9](https://github.com/ng-packagr/ng-packagr/commit/1ed0dc962275ec8f8dfbd4d658024bbafbdb9277)), closes [#2722](https://github.com/ng-packagr/ng-packagr/issues/2722) ### [17.0.2](https://github.com/ng-packagr/ng-packagr/compare/17.0.1...17.0.2) (2023-11-20) ### Bug Fixes * use rollup wasm version when rollup fails to load ([65b0b6c](https://github.com/ng-packagr/ng-packagr/commit/65b0b6ce3ac4486ec71a5701707280f93999fcc3)), closes [#2722](https://github.com/ng-packagr/ng-packagr/issues/2722) ## [17.1.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/17.0.1...17.1.0-next.0) (2023-11-17) ### Features * add support for Angular 17.1 ([ce11810](https://github.com/ng-packagr/ng-packagr/commit/ce118106650ada305df86256260d38425ff1381c)) ## [17.0.1](https://github.com/ng-packagr/ng-packagr/compare/17.0.0...17.0.1) (2023-11-16) ### Bug Fixes * display template error when cache is disabled ([0698929](https://github.com/ng-packagr/ng-packagr/commit/0698929aa8583204d4b6a203824c0af27770f0eb)), closes [#2705](https://github.com/ng-packagr/ng-packagr/issues/2705) ## [17.0.0](https://github.com/ng-packagr/ng-packagr/compare/16.2.2...17.0.0) (2023-11-08) ### ⚠ BREAKING CHANGES * TypeScript versions before 5.2 are no longer supported. ### Features * esbuild can't resolve secondary entry point from library ([29f417e](https://github.com/ng-packagr/ng-packagr/commit/29f417eecddfc79d894e362da1524be3be6ee6ce)) * drop support for TypeScript versions before 5.2 ([72500c3](https://github.com/ng-packagr/ng-packagr/commit/72500c32dbef977d347022fbe6898ec829143bb1)) * add support for Angular 17 ([cbb06ee](https://github.com/ng-packagr/ng-packagr/commit/cbb06eeffa1ab36cbf9a22ed55a6ddcdcb57a33a)) * support TypeScript 5.2 ([0acd2c4](https://github.com/ng-packagr/ng-packagr/commit/0acd2c473db9a3b4510e28b2e384a0e0e0bdee4c)) ### Bug Fixes * emit `.tsbuildinfo` when cache mode is enabled ([5f32591](https://github.com/ng-packagr/ng-packagr/commit/5f32591e9613d971d6d7608af3e27c30ee14aa3a)), closes [#2682](https://github.com/ng-packagr/ng-packagr/issues/2682) * add workaround to terminate workers on destroy ([7252f53](https://github.com/ng-packagr/ng-packagr/commit/7252f53fda8bf87db5554724a0bf501b93ef5cbc)), closes [#2688](https://github.com/ng-packagr/ng-packagr/issues/2688) ## [17.0.0-rc.1](https://github.com/ng-packagr/ng-packagr/compare/17.0.0-rc.0...17.0.0-rc.1) (2023-11-01) ## [17.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/17.0.0-next.2...17.0.0-rc.0) (2023-10-26) ### Features * esbuild can't resolve secondary entry point from library ([29f417e](https://github.com/ng-packagr/ng-packagr/commit/29f417eecddfc79d894e362da1524be3be6ee6ce)) ## [17.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/17.0.0-next.0...17.0.0-next.2) (2023-09-27) ### ⚠ BREAKING CHANGES * TypeScript versions before 5.2 are no longer supported. ### Features * drop support for TypeScript versions before 5.2 ([72500c3](https://github.com/ng-packagr/ng-packagr/commit/72500c32dbef977d347022fbe6898ec829143bb1)) * support TypeScript 5.2 ([0acd2c4](https://github.com/ng-packagr/ng-packagr/commit/0acd2c473db9a3b4510e28b2e384a0e0e0bdee4c)) ### Bug Fixes * emit `.tsbuildinfo` when cache mode is enabled ([5f32591](https://github.com/ng-packagr/ng-packagr/commit/5f32591e9613d971d6d7608af3e27c30ee14aa3a)), closes [#2682](https://github.com/ng-packagr/ng-packagr/issues/2682) ## [17.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/17.0.0-next.0...17.0.0-next.1) (2023-09-07) ### Features * support TypeScript 5.2 ([0acd2c4](https://github.com/ng-packagr/ng-packagr/commit/0acd2c473db9a3b4510e28b2e384a0e0e0bdee4c)) ### Bug Fixes * emit `.tsbuildinfo` when cache mode is enabled ([5f32591](https://github.com/ng-packagr/ng-packagr/commit/5f32591e9613d971d6d7608af3e27c30ee14aa3a)), closes [#2682](https://github.com/ng-packagr/ng-packagr/issues/2682) ## [17.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/16.2.2...17.0.0-next.0) (2023-08-29) ### Features * add support for Angular 17 ([cbb06ee](https://github.com/ng-packagr/ng-packagr/commit/cbb06eeffa1ab36cbf9a22ed55a6ddcdcb57a33a)) ### [16.2.2](https://github.com/ng-packagr/ng-packagr/compare/16.2.1...16.2.2) (2023-08-29) ### Bug Fixes * watch mode not emitted transformed DTS files ([a799883](https://github.com/ng-packagr/ng-packagr/commit/a79988399c49691227583d18e62f003e01b25848)), closes [#2664](https://github.com/ng-packagr/ng-packagr/issues/2664) ### [16.2.1](https://github.com/ng-packagr/ng-packagr/compare/16.2.0-next.1...16.2.1) (2023-08-23) ### Bug Fixes * do not set less math option ([24fa68b](https://github.com/ng-packagr/ng-packagr/commit/24fa68bcf9db6db9a6c0707716c25806418749b3)), closes [#2675](https://github.com/ng-packagr/ng-packagr/issues/2675) ## [16.2.0](https://github.com/ng-packagr/ng-packagr/compare/16.2.0-next.1...16.2.0) (2023-08-09) ## [16.2.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/16.2.0-next.0...16.2.0-next.1) (2023-07-11) ### Bug Fixes * no provider for `InjectionToken ng.v5.defaultTsConfig` ([6652727](https://github.com/ng-packagr/ng-packagr/commit/665272791aa54057d8583993c48a7b59bf119e1c)) ## [16.2.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/16.1.0...16.2.0-next.0) (2023-06-28) ### Features * add support for Angular 16.2.0 ([3c1072e](https://github.com/ng-packagr/ng-packagr/commit/3c1072e97c163d21e75883a3aa78c922566208ee)) ## [16.1.0](https://github.com/ng-packagr/ng-packagr/compare/16.1.0-rc.0...16.1.0) (2023-06-13) ### Features * support TypeScript 5.1 ([fcc0c6a](https://github.com/ng-packagr/ng-packagr/commit/fcc0c6a8ddba163dcf642d1cb1634ca223fa97b2)) * support incremental TypeScript semantic diagnostics ([d3b9488](https://github.com/ng-packagr/ng-packagr/commit/d3b9488a4a829efc7f640a3497e16ba94308316c)) ### Bug Fixes * allow usages of ECMAScript Decorators ([9abe6a0](https://github.com/ng-packagr/ng-packagr/commit/9abe6a02bf681a67184c923f26330a358f3d48d7)), closes [#2625](https://github.com/ng-packagr/ng-packagr/issues/2625) ### [16.0.1](https://github.com/ng-packagr/ng-packagr/compare/16.0.0...16.0.1) (2023-05-10) ### Bug Fixes * warn when finding conflicting package export conditions ([b08b075](https://github.com/ng-packagr/ng-packagr/commit/b08b07598ecd675a01f9fd03e9040eb469d52af1)), closes [#2609](https://github.com/ng-packagr/ng-packagr/issues/2609) ## [16.0.0](https://github.com/ng-packagr/ng-packagr/compare/16.0.0-rc.1...16.0.0) (2023-05-03) ### ⚠ 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](https://github.com/ng-packagr/ng-packagr/commit/4ae531c60c122b41c12b5c57d7db0245ce751a96)) * remove NGCC integration ([d9fdc89](https://github.com/ng-packagr/ng-packagr/commit/d9fdc89ab76179cb6734ab32bb784e7e3278e3cf)) ### Bug Fixes * always set destination directory ([4e89bcf](https://github.com/ng-packagr/ng-packagr/commit/4e89bcfe571c382ad0b47ae50d5d6dab5de6bef7)) * remove Node.js v14 support ([a091d82](https://github.com/ng-packagr/ng-packagr/commit/a091d8255053537b49d4f58b084c274579bbc580)) ## [16.0.0-rc.1](https://github.com/ng-packagr/ng-packagr/compare/16.0.0-rc.0...16.0.0-rc.1) (2023-04-18) ### Bug Fixes * update list of known tailwind configuration files ([50a7114](https://github.com/ng-packagr/ng-packagr/commit/50a7114621d71a637d744b62f40725746130b8f4)) ## [16.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/16.0.0-next.2...16.0.0-rc.0) (2023-04-12) ## [16.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/16.0.0-next.1...16.0.0-next.2) (2023-03-22) ### ⚠ 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](https://github.com/ng-packagr/ng-packagr/commit/4ae531c60c122b41c12b5c57d7db0245ce751a96)) ## [16.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/16.0.0-next.0...16.0.0-next.1) (2023-03-17) ### ⚠ BREAKING CHANGES * * TypeScript 4.8 is no longer supported. ### Features * add support for TypeScript 5 ([1d4cc04](https://github.com/ng-packagr/ng-packagr/commit/1d4cc045c643150c03913df6fc7f5df2f7506792)) ## [16.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/15.2.0...16.0.0-next.0) (2023-02-22) ### ⚠ 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](https://github.com/ng-packagr/ng-packagr/commit/d9fdc89ab76179cb6734ab32bb784e7e3278e3cf)) ### Bug Fixes * always set destination directory ([4e89bcf](https://github.com/ng-packagr/ng-packagr/commit/4e89bcfe571c382ad0b47ae50d5d6dab5de6bef7)) * remove Node.js v14 support ([a091d82](https://github.com/ng-packagr/ng-packagr/commit/a091d8255053537b49d4f58b084c274579bbc580)) ### [15.2.1](https://github.com/ng-packagr/ng-packagr/compare/15.2.0...15.2.1) (2023-02-22) ## [15.2.0](https://github.com/ng-packagr/ng-packagr/compare/15.1.2...15.2.0) (2023-02-22) ### Bug Fixes * only copy README.md from entry-points ([23c718d](https://github.com/ng-packagr/ng-packagr/commit/23c718d04eea85e015b4c261310b7bd0c39e5311)), closes [#2564](https://github.com/ng-packagr/ng-packagr/issues/2564) ### [15.1.2](https://github.com/ng-packagr/ng-packagr/compare/15.1.1...15.1.2) (2023-02-09) ### Bug Fixes * remove trailing slash from dest ([426a081](https://github.com/ng-packagr/ng-packagr/commit/426a081abc8e076afc558586da0cf9cf3f65b78e)), closes [#2558](https://github.com/ng-packagr/ng-packagr/issues/2558) * support of Safari TP versions ([fa80ee0](https://github.com/ng-packagr/ng-packagr/commit/fa80ee02c6ccc0da7a35da94dc8e91d951ac6bb2)) * update browserslist config to include last 2 Chrome versions ([1519c8d](https://github.com/ng-packagr/ng-packagr/commit/1519c8dd9828b192170fd43fa01b42b0c5ad7d4e)), closes [angular/angular#48669](https://github.com/angular/angular/issues/48669) ### [15.1.1](https://github.com/ng-packagr/ng-packagr/compare/15.1.0...15.1.1) (2023-01-12) ### Performance * create a single stylesheet renderer worker instance ([6718f6e](https://github.com/ng-packagr/ng-packagr/commit/6718f6e892e6a4ac7364408efeee2261020033fd)), closes [#2530](https://github.com/ng-packagr/ng-packagr/issues/2530) ## [15.1.0](https://github.com/ng-packagr/ng-packagr/compare/15.1.0-next.0...15.1.0) (2023-01-11) ### Features * add support for dynamic import ([7226bb1](https://github.com/ng-packagr/ng-packagr/commit/7226bb101db0e918571f375cd3b0a9a39182ffdc)), closes [#2508](https://github.com/ng-packagr/ng-packagr/issues/2508) ### Performance * move stylesheet processing into a worker pool ([9eaa398](https://github.com/ng-packagr/ng-packagr/commit/9eaa398b4489457bada33aa7ba2cbd5280b1fe1f)) ### Bug Fixes * include `cssUrl` and `styleIncludePaths` in the CSS cache key ([6bb7a4a](https://github.com/ng-packagr/ng-packagr/commit/6bb7a4a35a9969c9b0619f855ff9c890ed4e2928)), closes [#2523](https://github.com/ng-packagr/ng-packagr/issues/2523) ## [15.1.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/15.0.3...15.1.0-next.0) (2022-12-21) ### Features * add support for dynamic import ([7226bb1](https://github.com/ng-packagr/ng-packagr/commit/7226bb101db0e918571f375cd3b0a9a39182ffdc)), closes [#2508](https://github.com/ng-packagr/ng-packagr/issues/2508) ### Performance * move stylesheet processing into a worker pool ([9eaa398](https://github.com/ng-packagr/ng-packagr/commit/9eaa398b4489457bada33aa7ba2cbd5280b1fe1f)) ### [15.0.3](https://github.com/ng-packagr/ng-packagr/compare/15.0.2...15.0.3) (2022-12-09) ### Bug Fixes * add support for prerelease version of Angular ([632217e](https://github.com/ng-packagr/ng-packagr/commit/632217e80832f57032fd164f85e9085fdb6c427d)) ### [15.0.2](https://github.com/ng-packagr/ng-packagr/compare/15.0.1...15.0.2) (2022-12-08) ### Performance * reduce sourcemap loading and decoding ([3089f51](https://github.com/ng-packagr/ng-packagr/commit/3089f514356b2f9aee2d85f52b2ea97576935048)), closes [#2495](https://github.com/ng-packagr/ng-packagr/issues/2495) ### [15.0.1](https://github.com/ng-packagr/ng-packagr/compare/15.0.0...15.0.1) (2022-11-23) ### Bug Fixes * copy changed file during watch mode when using advanced asset pattern ([0a11ca9](https://github.com/ng-packagr/ng-packagr/commit/0a11ca960cf8de2398bf5098210dd7677365343c)), closes [#2479](https://github.com/ng-packagr/ng-packagr/issues/2479) ## [15.0.0](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-rc.0...15.0.0) (2022-11-16) ### ⚠ BREAKING CHANGES * ng-packagr no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`. * TypeScript versions older than 4.8.2 are no longer supported. * Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and it's usage in the ng-packagr is minimal. It's recommended to migrate to another CSS preprocessor that the ng-packagr supports. ### Features * add support for tailwindcss ([fdc0707](https://github.com/ng-packagr/ng-packagr/commit/fdc07079cb2f2f947a72176011e02c7fa2a3c2fa)), closes [#1943](https://github.com/ng-packagr/ng-packagr/issues/1943) * add support for Node.js version 18 ([e70e3a3](https://github.com/ng-packagr/ng-packagr/commit/e70e3a3547cfdb131608d6a015c528ca64bde629)) * drop support for TypeScript 4.6 and 4.7 ([56d9a85](https://github.com/ng-packagr/ng-packagr/commit/56d9a8558cbc4efa17e7e7e965dea046de90dba7)) * switch to sass modern API ([b1ebee3](https://github.com/ng-packagr/ng-packagr/commit/b1ebee34c7c89cb3d91cb49c74b9c013e84da125)) ### Bug Fixes * grammatical update error message ([6d7d2a9](https://github.com/ng-packagr/ng-packagr/commit/6d7d2a97b2c9586bce51a92d3918051be0441460)) * remove support for Stylus ([2f92ab8](https://github.com/ng-packagr/ng-packagr/commit/2f92ab8e6dabc75d6e4f5793b7de6115848bdf6c)) * emit TypeScript declaration diagnostics ([844ea6c](https://github.com/ng-packagr/ng-packagr/commit/844ea6c6c6b414c192aa0e5fcce7adfbfda0e439)), closes [#2405](https://github.com/ng-packagr/ng-packagr/issues/2405) * exclude scanning node_modules when trying to locate README.md ([b54159b](https://github.com/ng-packagr/ng-packagr/commit/b54159bf5f9d8fcb57126a37fdfa33443c2f58c2)), closes [#2418](https://github.com/ng-packagr/ng-packagr/issues/2418) * exclude scanning nested node_modules when locating `README.md` ([4e4c00b](https://github.com/ng-packagr/ng-packagr/commit/4e4c00bf67d2dcb932da5404cc36703e49556594)), closes [#2459](https://github.com/ng-packagr/ng-packagr/issues/2459) * show actionable error when component resource is not found ([5dcba25](https://github.com/ng-packagr/ng-packagr/commit/5dcba25c284b55f407ddd6bdc7db59ce5436bcca)) ## [15.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-next.4...15.0.0-rc.0) (2022-10-21) ### Features * add support for tailwindcss ([fdc0707](https://github.com/ng-packagr/ng-packagr/commit/fdc07079cb2f2f947a72176011e02c7fa2a3c2fa)), closes [#1943](https://github.com/ng-packagr/ng-packagr/issues/1943) ## [15.0.0-next.4](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-next.3...15.0.0-next.4) (2022-10-12) ### ⚠ BREAKING CHANGES * ng-packagr no longer supports Node.js versions `14.[15-19].x` and `16.[10-12].x`. Current supported versions of Node.js are `14.20.x`, `16.13.x` and `18.10.x`. * TypeScript versions older than 4.8.2 are no longer supported. ### Features * add support for Node.js version 18 ([e70e3a3](https://github.com/ng-packagr/ng-packagr/commit/e70e3a3547cfdb131608d6a015c528ca64bde629)) * drop support for TypeScript 4.6 and 4.7 ([56d9a85](https://github.com/ng-packagr/ng-packagr/commit/56d9a8558cbc4efa17e7e7e965dea046de90dba7)) ## [15.0.0-next.3](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-next.2...15.0.0-next.3) (2022-09-28) ### ⚠ BREAKING CHANGES * Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and it's usage in the ng-packagr is minimal. It's recommended to migrate to another CSS preprocessor that the ng-packagr supports. ### Features * switch to sass modern API ([b1ebee3](https://github.com/ng-packagr/ng-packagr/commit/b1ebee34c7c89cb3d91cb49c74b9c013e84da125)) ### Bug Fixes * grammatical update error message ([6d7d2a9](https://github.com/ng-packagr/ng-packagr/commit/6d7d2a97b2c9586bce51a92d3918051be0441460)) * remove support for Stylus ([2f92ab8](https://github.com/ng-packagr/ng-packagr/commit/2f92ab8e6dabc75d6e4f5793b7de6115848bdf6c)) ## [15.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-next.1...15.0.0-next.2) (2022-09-08) ## [15.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/15.0.0-next.0...15.0.0-next.1) (2022-09-07) ### Bug Fixes * emit TypeScript declaration diagnostics ([844ea6c](https://github.com/ng-packagr/ng-packagr/commit/844ea6c6c6b414c192aa0e5fcce7adfbfda0e439)), closes [#2405](https://github.com/ng-packagr/ng-packagr/issues/2405) * exclude scanning node_modules when trying to locate README.md ([b54159b](https://github.com/ng-packagr/ng-packagr/commit/b54159bf5f9d8fcb57126a37fdfa33443c2f58c2)), closes [#2418](https://github.com/ng-packagr/ng-packagr/issues/2418) ### [14.2.1](https://github.com/ng-packagr/ng-packagr/compare/14.2.0...14.2.1) (2022-09-07) ### Bug Fixes * emit TypeScript declaration diagnostics ([2176bd9](https://github.com/ng-packagr/ng-packagr/commit/2176bd96b58dfcde17748945e6709f3387e34fba)), closes [#2405](https://github.com/ng-packagr/ng-packagr/issues/2405) * exclude scanning node_modules when trying to locate README.md ([90b0463](https://github.com/ng-packagr/ng-packagr/commit/90b046330592f184b5744dc89a5791ded00cf23c)), closes [#2418](https://github.com/ng-packagr/ng-packagr/issues/2418) ## [15.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/14.3.0...15.0.0-next.0) (2022-08-26) ### Features * support Angular 15 ([e3eca0a](https://github.com/ng-packagr/ng-packagr/commit/e3eca0ab8b2669eea0cb3fd5c46413ef6a3197d1)) ## [14.2.0](https://github.com/ng-packagr/ng-packagr/compare/14.1.0...14.2.0) (2022-08-24) ### Features * add support for TypeScript 4.8 ([387a4e1](https://github.com/ng-packagr/ng-packagr/commit/387a4e146f7fea2706ca5e9be015dd9fe0ff9817)) ## [14.1.0](https://github.com/ng-packagr/ng-packagr/compare/14.1.0-next.0...14.1.0) (2022-07-20) ## [14.1.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/v14.0.4...v14.1.0-next.0) (2022-07-20) ### [14.0.4](https://github.com/ng-packagr/ng-packagr/compare/v14.0.3...v14.0.4) (2022-07-20) ### Bug Fixes * update watch version on secondary entrypoint changes ([1280320](https://github.com/ng-packagr/ng-packagr/commit/1280320607ca896b3bfec07e8e16e3378303ad0a)), closes [#2069](https://github.com/ng-packagr/ng-packagr/issues/2069) ### [14.0.3](https://github.com/ng-packagr/ng-packagr/compare/v14.0.2...v14.0.3) (2022-07-06) ### Bug Fixes * address issue were dts were not emitted fully when using entrypoint name as filename ([713d940](https://github.com/ng-packagr/ng-packagr/commit/713d9408f7b9629863bdbe38a426daa453807a16)), closes [#2369](https://github.com/ng-packagr/ng-packagr/issues/2369) [#2360](https://github.com/ng-packagr/ng-packagr/issues/2360) * do not run ngcc when node_modules does not exist ([97beddc](https://github.com/ng-packagr/ng-packagr/commit/97beddc50000e04faf5a38a7da0fc6e9642fe0c0)) ### [14.0.2](https://github.com/ng-packagr/ng-packagr/compare/v14.0.1...v14.0.2) (2022-06-10) ### Bug Fixes * error when index file is parallel to entry-point but is not configured as such ([ecb55b1](https://github.com/ng-packagr/ng-packagr/commit/ecb55b1d7e55a6e86cd1972ea87a88b52660d2d5)) ### [14.0.1](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0...v14.0.1) (2022-06-08) No visible changes ## [14.0.0](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-rc.0...v14.0.0) (2022-06-02) ### ⚠ BREAKING CHANGES * Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6. * Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later. * `package.json` is not longer a valid method to configure ng-packagr. Use `ng-package.json` instead. ### Features * support TypeScript 4.7 ([5574598](https://github.com/ng-packagr/ng-packagr/commit/5574598b8ae44adca3c734a6659e14055169264d)) * remove handling of `package.json` as configuration ([a94bd14](https://github.com/ng-packagr/ng-packagr/commit/a94bd14b90297affadc33548ea6f1289379e5d61)), closes [#2176](https://github.com/ng-packagr/ng-packagr/issues/2176) * update generated output to APF 14 ([c6f6e4d](https://github.com/ng-packagr/ng-packagr/commit/c6f6e4d701d31e3d9e8636703ede731c3790778b)) * support more complex `assets` configurations ([6776e17](https://github.com/ng-packagr/ng-packagr/commit/6776e17ac41458f4d196f8ea001ab649e5274952)), closes [#1497](https://github.com/ng-packagr/ng-packagr/issues/1497) * drop support for Node.js 12 ([181ac25](https://github.com/ng-packagr/ng-packagr/commit/181ac25f831e5e56c2eda357f72c2a46ab0abff2)) * support TypeScript 4.6.2 ([9faef17](https://github.com/ng-packagr/ng-packagr/commit/9faef173ce4949c6993d32127c97d35fe0ce3bb5)) ### Bug Fixes * watch mode when using ng-packagr CLI directly ([0f8f92a](https://github.com/ng-packagr/ng-packagr/commit/0f8f92a181ca04e4bf9f26d3200fece0689945d4)) * join paths instead of resolving ([0a54e7d](https://github.com/ng-packagr/ng-packagr/commit/0a54e7d076ce82e1e041df712fbfab569454e026)), closes [#2241](https://github.com/ng-packagr/ng-packagr/issues/2241) * avoid a recursive export when entryfile is named `index.ts` ([4c96acb](https://github.com/ng-packagr/ng-packagr/commit/4c96acbe21bda356c6fa14ad8470bccfb4d42451)) * ignore circular dependency warnings ([9b93a18](https://github.com/ng-packagr/ng-packagr/commit/9b93a18d8673b6b788e35916518f241e981c302b)) * remove hardcoded `moduleResolution` ([3f5448d](https://github.com/ng-packagr/ng-packagr/commit/3f5448dfce04e11af66fdaae25effc49f139e6ad)) * re-allow `index.ts` as entry-files ([8c5cc4f](https://github.com/ng-packagr/ng-packagr/commit/8c5cc4fff8846bafcd7210c310d9ef0d3f812709)) * invalid browsers version ranges ([547a11f](https://github.com/ng-packagr/ng-packagr/commit/547a11f166e9b6347fee25ea66e3801ee4e11564)) ## [14.0.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.10...v14.0.0-rc.0) (2022-05-12) ## [14.0.0-next.10](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.9...v14.0.0-next.10) (2022-05-09) ### Bug Fixes * avoid a recursive export when entryfile is named `index.ts` ([4c96acb](https://github.com/ng-packagr/ng-packagr/commit/4c96acbe21bda356c6fa14ad8470bccfb4d42451)) ## [14.0.0-next.9](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.8...v14.0.0-next.9) (2022-05-06) ### Bug Fixes * re-allow `index.ts` as entry-files ([8c5cc4f](https://github.com/ng-packagr/ng-packagr/commit/8c5cc4fff8846bafcd7210c310d9ef0d3f812709)) ## [14.0.0-next.8](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.7...v14.0.0-next.8) (2022-05-06) ### Features * support TypeScript 4.7 ([5574598](https://github.com/ng-packagr/ng-packagr/commit/5574598b8ae44adca3c734a6659e14055169264d)) ## [14.0.0-next.7](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.6...v14.0.0-next.7) (2022-05-06) ### ⚠ BREAKING CHANGES * `package.json` is not longer a valid method to configure ng-packagr. Use `ng-package.json` instead. ### Features * remove handling of `package.json` as configuration ([a94bd14](https://github.com/ng-packagr/ng-packagr/commit/a94bd14b90297affadc33548ea6f1289379e5d61)), closes [#2176](https://github.com/ng-packagr/ng-packagr/issues/2176) ## [14.0.0-next.6](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.5...v14.0.0-next.6) (2022-05-05) ### ⚠ BREAKING CHANGES * ~~`entryFile` can no longer be named `index.ts` as it will conflict with the generated `index.d.ts`. Please rename~~ ### Features * update generated output to APF 14 ([c6f6e4d](https://github.com/ng-packagr/ng-packagr/commit/c6f6e4d701d31e3d9e8636703ede731c3790778b)) ## [14.0.0-next.5](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.4...v14.0.0-next.5) (2022-04-11) ### Bug Fixes * watch mode when using ng-packagr CLI directly ([0f8f92a](https://github.com/ng-packagr/ng-packagr/commit/0f8f92a181ca04e4bf9f26d3200fece0689945d4)) ## [14.0.0-next.4](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.3...v14.0.0-next.4) (2022-03-28) ### Features * support more complex `assets` configurations ([6776e17](https://github.com/ng-packagr/ng-packagr/commit/6776e17ac41458f4d196f8ea001ab649e5274952)), closes [#1497](https://github.com/ng-packagr/ng-packagr/issues/1497) ### Bug Fixes * join paths instead of resolving ([0a54e7d](https://github.com/ng-packagr/ng-packagr/commit/0a54e7d076ce82e1e041df712fbfab569454e026)), closes [#2241](https://github.com/ng-packagr/ng-packagr/issues/2241) ## [14.0.0-next.3](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.2...v14.0.0-next.3) (2022-03-17) ## [14.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.1...v14.0.0-next.2) (2022-03-10) ### ⚠ BREAKING CHANGES * Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6. * Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later. ### Features * drop support for Node.js 12 ([181ac25](https://github.com/ng-packagr/ng-packagr/commit/181ac25f831e5e56c2eda357f72c2a46ab0abff2)) * support TypeScript 4.6.2 ([9faef17](https://github.com/ng-packagr/ng-packagr/commit/9faef173ce4949c6993d32127c97d35fe0ce3bb5)) ## [14.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/v14.0.0-next.0...v14.0.0-next.1) (2022-01-31) ### Bug Fixes * invalid browsers version ranges ([547a11f](https://github.com/ng-packagr/ng-packagr/commit/547a11f166e9b6347fee25ea66e3801ee4e11564)) ## [14.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/v13.2.0...v14.0.0-next.0) (2022-01-28) ### Features * support Angular 14 ([c153c4d](https://github.com/ng-packagr/ng-packagr/commit/c153c4d822bb4441fb7819a8c1d66548f34dfb35)) ## [13.2.0](https://github.com/ng-packagr/ng-packagr/compare/v13.1.3...v13.2.0) (2022-01-26) ### Bug Fixes * link to angular 12 ivy docs ([be4c280](https://github.com/ng-packagr/ng-packagr/commit/be4c280bc1e6da1b8af3631b292444980063de80)), closes [#2228](https://github.com/ng-packagr/ng-packagr/issues/2228) ### [13.1.3](https://github.com/ng-packagr/ng-packagr/compare/v13.1.2...v13.1.3) (2022-01-13) ### Bug Fixes * update dependency postcss-preset-env to v7 ### [13.1.2](https://github.com/ng-packagr/ng-packagr/compare/v13.1.1...v13.1.2) (2021-12-15) ### Bug Fixes * close rollup bundle after write ([cf5de76](https://github.com/ng-packagr/ng-packagr/commit/cf5de7642832cc73aeaca70f3a7ea442df0856c9)) ### [13.1.1](https://github.com/ng-packagr/ng-packagr/compare/v13.1.0...v13.1.1) (2021-12-08) ## [13.1.0](https://github.com/ng-packagr/ng-packagr/compare/v13.0.8...v13.1.0) (2021-12-08) ### Features * add support for TypeScript 4.5 ([b4d3f5c](https://github.com/ng-packagr/ng-packagr/commit/b4d3f5c68dbee60806f1e75e2afa85fdcdb487ad)) ### [13.0.8](https://github.com/ng-packagr/ng-packagr/compare/v13.0.7...v13.0.8) (2021-11-24) ### Bug Fixes * correctly append `sourceMappingUrl` when saving FESMs into cache ([657eacd](https://github.com/ng-packagr/ng-packagr/commit/657eacd863aa989f11b8cbb2da2e485a7e42ca11)), closes [#2172](https://github.com/ng-packagr/ng-packagr/issues/2172) ### [13.0.7](https://github.com/ng-packagr/ng-packagr/compare/v13.0.6...v13.0.7) (2021-11-23) ### Bug Fixes * package exports merging during watch mode ([af36c3a](https://github.com/ng-packagr/ng-packagr/commit/af36c3ac3c7b952923424b798518d27ccac6c132)), closes [#2168](https://github.com/ng-packagr/ng-packagr/issues/2168) ### [13.0.6](https://github.com/ng-packagr/ng-packagr/compare/v13.0.5...v13.0.6) (2021-11-18) ### Bug Fixes * Revert "build: update dependency postcss-preset-env to v7", due to licensing issues of `postcss-values-parser`. https://github.com/shellscape/postcss-values-parser/issues/115 ### [13.0.5](https://github.com/ng-packagr/ng-packagr/compare/v13.0.4...v13.0.5) (2021-11-17) ### Bug Fixes * ~~remove `files` property from default tsconfig ([c4cd3a7](https://github.com/ng-packagr/ng-packagr/commit/c4cd3a7bf482e1732d25afeaa76cc9d9c41a6efc)), closes [#2156](https://github.com/ng-packagr/ng-packagr/issues/2156)~~ ### [13.0.4](https://github.com/ng-packagr/ng-packagr/compare/v13.0.3...v13.0.4) (2021-11-17) ### Bug Fixes * `--version` doesn't work ([ba835bb](https://github.com/ng-packagr/ng-packagr/commit/ba835bbfe39725085fdaec4fae7e93d355d68f59)), closes [#2157](https://github.com/ng-packagr/ng-packagr/issues/2157) * remove `files` property from default tsconfig ([c4cd3a7](https://github.com/ng-packagr/ng-packagr/commit/c4cd3a7bf482e1732d25afeaa76cc9d9c41a6efc)), closes [#2156](https://github.com/ng-packagr/ng-packagr/issues/2156) * show warning when configuring ng-packagr in `package.json` ([037ccf5](https://github.com/ng-packagr/ng-packagr/commit/037ccf5cf30c1680251199b6affb7ecb0c89ee01)) ### [13.0.3](https://github.com/ng-packagr/ng-packagr/compare/v13.0.2...v13.0.3) (2021-11-05) ### Bug Fixes * handle multiple node_modules when resolving Sass ([c7c51a3](https://github.com/ng-packagr/ng-packagr/commit/c7c51a34b016cbff07441c59e5a18a211ec1d729)) ### [13.0.2](https://github.com/ng-packagr/ng-packagr/compare/v13.0.1...v13.0.2) (2021-11-04) ### Bug Fixes * handle imports of node packages without tilda ([a60ff99](https://github.com/ng-packagr/ng-packagr/commit/a60ff999aeb44449ee7f1fe3b469888a2397469f)), closes [#2142](https://github.com/ng-packagr/ng-packagr/issues/2142) ### [13.0.1](https://github.com/ng-packagr/ng-packagr/compare/v13.0.0...v13.0.1) (2021-11-04) ### Bug Fixes * unable to add additional conditions to entry-point subpaths controlled by ng-packagr ([a63ebb7](https://github.com/ng-packagr/ng-packagr/commit/a63ebb7b37a9ab0b266056acf40cf4a21dfbc2a0)) ## [13.0.0](https://github.com/ng-packagr/ng-packagr/compare/v13.0.0-rc.3...v13.0.0) (2021-11-03) ### ⚠ BREAKING CHANGES * TypeScript versions prior to 4.4 are no longer supported. * Compilation of libraries using VIew Engine is no longer supported. * We no longer generate UMD bundles. The below options which were used for UMD bundle generation has also been removed; - `umdModuleIds` - `amdId` - `umdId` * Support for `node-sass` has been removed. sass will be used by default to compile SASS and SCSS files. ### Features * add package exports for node and es2015 ([bd986f6](https://github.com/ng-packagr/ng-packagr/commit/bd986f6e737239a82b934f4f88b9d648fb496d29)) * add support for package.json exports ([047e3ca](https://github.com/ng-packagr/ng-packagr/commit/047e3cac2beb15d5b62e016e3c0b64f26bba43aa)) * drop support for node-sass ([34d805d](https://github.com/ng-packagr/ng-packagr/commit/34d805d9e96bd05888043010eb874986d7820feb)) * emit Javascript files with `.mjs` extension ([95166f3](https://github.com/ng-packagr/ng-packagr/commit/95166f3917e9674b5fd17d4868df71e497646c7f)) * support TypeScript to 4.4 ([40f7316](https://github.com/ng-packagr/ng-packagr/commit/40f73161a3b5fdefcd672a9b5ce325fcb208c0c4)) * update `tslib`peerDependencies to `^2.3.0` ([12dc21e](https://github.com/ng-packagr/ng-packagr/commit/12dc21e747382aff183e5c678c3aa580fd67608e)) * add package exports for node and es2015 ([bd986f6](https://github.com/ng-packagr/ng-packagr/commit/bd986f6e737239a82b934f4f88b9d648fb496d29)) * add support for package.json exports ([047e3ca](https://github.com/ng-packagr/ng-packagr/commit/047e3cac2beb15d5b62e016e3c0b64f26bba43aa)) * drop support for node-sass ([34d805d](https://github.com/ng-packagr/ng-packagr/commit/34d805d9e96bd05888043010eb874986d7820feb)) * emit Javascript files with `.mjs` extension ([95166f3](https://github.com/ng-packagr/ng-packagr/commit/95166f3917e9674b5fd17d4868df71e497646c7f)) * support Node.js version 16 ([5c8ce22](https://github.com/ng-packagr/ng-packagr/commit/5c8ce225c3a7c4243e3fc0522509a683f5a7535e)) * add esm2020 conditions in APF package exports ([ed79b27](https://github.com/ng-packagr/ng-packagr/commit/ed79b27ff69378fa2796d81626969292c27d1da9)) * add es2020 conditional export ([e5d4296](https://github.com/ng-packagr/ng-packagr/commit/e5d4296f7b755f6805270eb3b6100dcf66003333)) * do not generate UMDs ([cc59146](https://github.com/ng-packagr/ng-packagr/commit/cc5914659973a3c9e6dc04e2c038457923afae82)), closes [#2023](https://github.com/ng-packagr/ng-packagr/issues/2023) [#2000](https://github.com/ng-packagr/ng-packagr/issues/2000) [#1757](https://github.com/ng-packagr/ng-packagr/issues/1757) [#1674](https://github.com/ng-packagr/ng-packagr/issues/1674) * downlevel es2020 bundle to generate FESM2015 ([6cf2514](https://github.com/ng-packagr/ng-packagr/commit/6cf251460e58dc430416922429d2f2dcb6a48a9c)) * enable Ivy partial compilations by default ([46133d9](https://github.com/ng-packagr/ng-packagr/commit/46133d98630e137764e0daf8a4eddaf98ac159e1)), closes [#1087](https://github.com/ng-packagr/ng-packagr/issues/1087) [#382](https://github.com/ng-packagr/ng-packagr/issues/382) [#285](https://github.com/ng-packagr/ng-packagr/issues/285) [#317](https://github.com/ng-packagr/ng-packagr/issues/317) [#355](https://github.com/ng-packagr/ng-packagr/issues/355) [#656](https://github.com/ng-packagr/ng-packagr/issues/656) [#917](https://github.com/ng-packagr/ng-packagr/issues/917) * replace es2015 with es2020 ([9e37a56](https://github.com/ng-packagr/ng-packagr/commit/9e37a56a43d1bcd34e9f6264b3cc6f5590c2d1d1)) * support specifying stylesheet language for inline component styles ([61cd015](https://github.com/ng-packagr/ng-packagr/commit/61cd015e174a3e1db0507e63005704a7f49b9952)) * enable providing cache directory and disabling caching via options ([7d6ee38](https://github.com/ng-packagr/ng-packagr/commit/7d6ee382daa5963a1e2e9f14670a657a53e363a5)) ### Bug Fixes * error when a finding a conflicting package export ([bf3a0b9](https://github.com/ng-packagr/ng-packagr/commit/bf3a0b9c729668174e1df1e5de88393f8294a796)) * merge instead of overriding package exports ([f238118](https://github.com/ng-packagr/ng-packagr/commit/f2381189b53bb7b067b95279d76a767908d4be1f)) * improve Safari browserslist to esbuild target conversion ([23b4776](https://github.com/ng-packagr/ng-packagr/commit/23b47761dd60ac83af2a053d866c6ece9ab38330)) * incorrect cache path ([2c0121a