mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-15 06:38:41 +00:00
Updated dependencies, increased the version number & updated the changelog
This commit is contained in:
@@ -10,6 +10,33 @@ export class ChangelogComponent
|
||||
{
|
||||
changelog: any[] = [
|
||||
|
||||
// v13.6.0
|
||||
{
|
||||
version : 'v13.6.0',
|
||||
releaseDate: 'Aug 31, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Added',
|
||||
list: [
|
||||
'(QuickChat) Added the QuickChat bar'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'(dependencies) Updated Angular & Angular Material to v12.2.3',
|
||||
'(dependencies) Updated various other packages',
|
||||
'(layout) Separated the Settings drawer from the layout component'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Fixed',
|
||||
list: [
|
||||
'(@fuse/drawer) Final opacity of the overlay is not permanent due to player being destroyed right after the animation'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
// v13.5.0
|
||||
{
|
||||
version : 'v13.5.0',
|
||||
|
||||
Reference in New Issue
Block a user