From a190f6b54ba11af8b850bc9bd9ef9ad183bddaa9 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:04:49 +0300 Subject: [PATCH] Updated the changelog --- src/app/modules/admin/docs/changelog/changelog.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index 4e03b284..141bd2ca 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -14,7 +14,7 @@ export class ChangelogComponent { // v20.0.0 { version: 'v20.0.0', - releaseDate: 'May 27, 2024', + releaseDate: 'Jun 04, 2024', changes: [ { type: 'Changed', @@ -22,12 +22,18 @@ export class ChangelogComponent { '(Dependencies) Updated Angular & Angular Material to v18', '(Dependencies) Updated other packages', 'Moved the project to the new "application" builder', + 'Moved assets to "/public" folder', + 'Added prettier and re-formatted entire codebase with it', + 'Moved to the new control flow syntax (@if, @for, @switch, and etc.)', ], }, { type: 'Fixed', list: [ '(apps/mailbox) "filter" renamed to "funnel" accidentally', + 'Missing/renamed icons on navigation', + 'Mat-select icon color', + 'Mat-menu misalignment and size issues', ], }, ],