mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
Updated the changelog
This commit is contained in:
parent
3b88638dee
commit
afda4b35c9
|
@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user