Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 1.26 KB

ASP.NET Core, Angular BFF using Microsoft Entra ID Changelog

2024-10-17 0.0.16

  • Updated packages
  • Small performance improvement on security headers

2024-10-06 0.0.15

  • Updated Angular to 18.2.7
  • Added CSP fixed for inconsistent Angular nonce generation

2024-10-04 0.0.14

  • Updated packages
  • Updated security headers

2024-08-08 0.0.12

  • Updated packages

2024-06-06 0.0.11

  • Updated packages
  • Angular 18

2024-04-27 0.0.10

  • Updated packages
  • Updated builds

2024-04-14 0.0.9

  • Updated packages
  • Add better development proxy configurations, support UI refresh

2023-12-30 0.0.8

  • Prevent open redirect attacks on login

2023-11-14 0.0.7

  • .NET 8

2023-11-10 0.0.6

  • Angular 17

2023-10-06 0.0.5

  • Improved CSP for styles, local dev cannot use a nonce and production forces nonce for styles.

2023-09-08 0.0.4

  • Fix Microsoft Graph in-memory missing cache when using downstream APIs

2023-09-05 0.0.3

  • Improved CSP
  • Improved Angular code, use a function for the interceptor, code styles and build

2023-09-04 0.0.2

  • Added support for Angular CSP style nonce

2023-09-03 0.0.1

  • Initial version using Angular Standalone nx and ASP.NET Core
    • ASP.NET Core version 7.x
    • Angular Standalone version 16.x