Skip to content

Releases: kyubisation/angular-server-side-configuration

v19.0.1

03 Dec 11:54
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v19.0.0...v19.0.1

v19.0.0-next.0

22 Nov 15:31
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The minified and 32bit binaries are removed.

Features

v19.0.0

22 Nov 16:01
Compare
Choose a tag to compare

Changes with version 19

With version 19, the Angular CLI compiler seems to be more strict with global typing, as it will now complain about the definition for the global process variable.
You can prevent the error either by setting skipLibCheck: true in your tsconfig.json (which has been the default in new Angular projects generated by the Angular CLI) or by adding node to the types entry in your tsconfig.app.json.

v18.2.0

30 Aug 15:54
Compare
Choose a tag to compare

Features

  • add nonce placeholder option to cli insert command (#105) (b7aab37)

Full Changelog: v18.1.0...v18.2.0

v18.1.0

10 Jul 08:54
Compare
Choose a tag to compare

Features

Full Changelog: v18.0.1...v18.1.0

DEPRECATION NOTICE:

The 32 bit and minified binaries are now considered deprecated and will be removed with the next major release.

v18.0.1

29 May 08:36
Compare
Choose a tag to compare

Bug Fixes

  • ensure correct peer dependency version range (a967ef7)

Full Changelog: v18.0.0...v18.0.1

v18.0.0

24 May 09:15
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Upgrade to Angular 18

Features

Full Changelog: v17.0.5...v18.0.0

v17.0.5

12 May 14:25
Compare
Choose a tag to compare

Fix release due to minified binary names being broken.

v17.0.4

12 May 14:13
Compare
Choose a tag to compare

Bug Fixes

  • support object outputPath for Angular application builder (#96) (6002f8a)
  • upgrade golang version and npm dependencies to reduce CVE (#95) (0989712)

Full Changelog: v17.0.2...v17.0.4

v17.0.2

12 Nov 20:49
Compare
Choose a tag to compare

Bug Fixes

  • adapt to @angular-devkit/build-angular:application builder (#88) (8d06efe), closes #87
  • correct sideEffects path (aeaf3bf)

Full Changelog: v17.0.1...v17.0.2