Updated the changelog

This commit is contained in:
Sercan Yemen 2022-02-21 11:59:41 +03:00
parent 3b88638dee
commit afda4b35c9

View File

@ -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'
]
}
]