Skip to content

Latest commit

 

History

History
103 lines (50 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

103 lines (50 loc) · 5.73 KB

Changelog

2.1.1 (2024-05-27)

Bug Fixes

2.1.0 (2024-05-22)

Features

2.0.7 (2024-04-19)

Bug Fixes

2.0.6 (2024-03-04)

Bug Fixes

2.0.5 (2024-02-02)

Bug Fixes

  • adapt publish directory based on builder (#94) (0d2b600)

2.0.4 (2023-11-28)

Bug Fixes

  • handle missing angular dependencis error (#91) (b5df118)
  • install before publishing (#79) (82521c8)

2.0.3 (2023-11-27)

Bug Fixes

  • type errors due to missing failPLugin function (#87) (db09d04)

2.0.2 (2023-11-09)

Bug Fixes

  • excludedPath contained relative paths for some prerendered static files (#74) (5843bc8)
  • install run-s and run-p (#73) (38f3e63)
  • remove global polyfill (#76) (e6fab5f)
  • replace defaultProject with environment variable (#75) (ee4f818)

2.0.1 (2023-11-09)

Bug Fixes

  • add publish step to release-please (#70) (3b58f20)
  • validate publish dir in buildbot (#71) (df8f8cf)

2.0.0 (2023-11-08)

⚠ BREAKING CHANGES

  • add support for Angular v17 (#67)

Features

1.0.1 (2021-08-24)

Bug Fixes

  • deps: update angular monorepo to ~12.2.0 (6f2430a)
  • template path, ts in serverless.ts (#43) (6b1a74b)

1.0.0 (2021-08-04)

Features

  • add basic support for angular universal alongside serverless schematic (42b64c6)
  • move demo config and add angular site root logic (#7) (330471a)

Bug Fixes

  • stylesheet issue (#9) (df106ed)
  • upgrade serverless express engine (#8) (5526778)
  • catch router errors (#21)