mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-07 16:58:42 +00:00
Increased the version number
(dependencies) Updated Angular, Angular Material and various other packages (changelog) Updated the changelog
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Version } from '@fuse/version/version';
|
||||
|
||||
const __FUSE_VERSION__ = '12.1.0';
|
||||
const __FUSE_VERSION__ = '12.2.0';
|
||||
export const FUSE_VERSION = new Version(__FUSE_VERSION__).full;
|
||||
|
||||
@@ -47,6 +47,13 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||
icon : 'heroicons_outline:calendar',
|
||||
link : '/apps/calendar'
|
||||
},
|
||||
{
|
||||
id : 'apps.chat',
|
||||
title: 'Chat',
|
||||
type : 'basic',
|
||||
icon : 'heroicons_outline:chat-alt',
|
||||
link : '/apps/chat'
|
||||
},
|
||||
{
|
||||
id : 'apps.contacts',
|
||||
title: 'Contacts',
|
||||
@@ -899,7 +906,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||
icon : 'heroicons_outline:speakerphone',
|
||||
link : '/docs/changelog',
|
||||
badge: {
|
||||
title : '12.1.0',
|
||||
title : '12.2.0',
|
||||
classes: 'px-2 bg-yellow-300 text-black rounded-full'
|
||||
}
|
||||
},
|
||||
@@ -1155,6 +1162,13 @@ export const futuristicNavigation: FuseNavigationItem[] = [
|
||||
icon : 'heroicons_outline:calendar',
|
||||
link : '/apps/calendar'
|
||||
},
|
||||
{
|
||||
id : 'apps.chat',
|
||||
title: 'Chat',
|
||||
type : 'basic',
|
||||
icon : 'heroicons_outline:chat-alt',
|
||||
link : '/apps/chat'
|
||||
},
|
||||
{
|
||||
id : 'apps.contacts',
|
||||
title: 'Contacts',
|
||||
|
||||
@@ -10,6 +10,30 @@ export class ChangelogComponent
|
||||
{
|
||||
changelog: any[] = [
|
||||
|
||||
// v12.2.0
|
||||
{
|
||||
version : 'v12.2.0',
|
||||
releaseDate: 'May 01, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Added',
|
||||
list: [
|
||||
'(apps/chat) New and improvement version of Chat app',
|
||||
'(fuse/fullscreen) Added fullscreen toggle component'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'(dependencies) Updated Angular, Angular Material and various other packages',
|
||||
'(apps/academy) Better error handling on courses that are not exist',
|
||||
'(apps/academy) Added missing trackBy functions to ngFor loops',
|
||||
'(apps/mailbox) Removed unused methods',
|
||||
'(pages/pricing) Improved the spacing of the CTA section on all pricing pages'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
// v12.1.0
|
||||
{
|
||||
version : 'v12.1.0',
|
||||
|
||||
Reference in New Issue
Block a user