Updated the changelog

This commit is contained in:
Sercan Yemen 2024-06-03 10:04:49 +03:00
parent c8f61f58cf
commit a190f6b54b

View File

@ -14,7 +14,7 @@ export class ChangelogComponent {
// v20.0.0 // v20.0.0
{ {
version: 'v20.0.0', version: 'v20.0.0',
releaseDate: 'May 27, 2024', releaseDate: 'Jun 04, 2024',
changes: [ changes: [
{ {
type: 'Changed', type: 'Changed',
@ -22,12 +22,18 @@ export class ChangelogComponent {
'(Dependencies) Updated Angular & Angular Material to v18', '(Dependencies) Updated Angular & Angular Material to v18',
'(Dependencies) Updated other packages', '(Dependencies) Updated other packages',
'Moved the project to the new "application" builder', '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', type: 'Fixed',
list: [ list: [
'(apps/mailbox) "filter" renamed to "funnel" accidentally', '(apps/mailbox) "filter" renamed to "funnel" accidentally',
'Missing/renamed icons on navigation',
'Mat-select icon color',
'Mat-menu misalignment and size issues',
], ],
}, },
], ],