From afda4b35c9e90757578900e8f731afe65e851a8a Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 21 Feb 2022 11:59:41 +0300 Subject: [PATCH] Updated the changelog --- src/app/modules/admin/docs/changelog/changelog.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index aa27ffa3..2d8a08cd 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -19,7 +19,16 @@ export class ChangelogComponent type: 'Changed', list: [ '(dependencies) Updated various packages', - '(AngularCLI) Re-enabled the cache since Tailwind related issues are fixed' + '(AngularCLI) Re-enabled the cache since Tailwind related issues are fixed', + '(@fuse/navigation) Expose the width variables as css custom properties, so they can be overridden from the outside', + '(@fuse/drawer) Expose the width variable as a css custom property, so it can be overridden from the outside', + '(@fuse/masonry) Removed the unnecessary scss file' + ] + }, + { + type: 'Fixed', + list: [ + '(layouts/dense) Fixed: Navigation appearance doesn\'t set correctly on small devices' ] } ]