mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-07 16:18:41 +00:00
(dependencies) Updated Angular, Angular Material and various other packages
(changelog) Added changelog and updated the version number
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Version } from '@fuse/version/version';
|
||||
|
||||
const __FUSE_VERSION__ = '12.0.0';
|
||||
const __FUSE_VERSION__ = '12.1.0';
|
||||
export const FUSE_VERSION = new Version(__FUSE_VERSION__).full;
|
||||
|
||||
@@ -899,7 +899,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||
icon : 'heroicons_outline:speakerphone',
|
||||
link : '/docs/changelog',
|
||||
badge: {
|
||||
title : '12.0.0',
|
||||
title : '12.1.0',
|
||||
classes: 'px-2 bg-yellow-300 text-black rounded-full'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,20 +10,50 @@ export class ChangelogComponent
|
||||
{
|
||||
changelog: any[] = [
|
||||
|
||||
// v12.1.0
|
||||
{
|
||||
version : 'v12.1.0',
|
||||
releaseDate: 'April 26, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Added',
|
||||
list: [
|
||||
'(apps/academy) New and improvement version of Academy app',
|
||||
'(icons) Material Solid icons'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'(dependencies) Updated Angular, Angular Material and various other packages',
|
||||
'(icons) Updated Heroicons',
|
||||
'(icons) Updated Material Icons',
|
||||
'(apps/file-manager) Better grid for File Manager app',
|
||||
'(layouts/classy) Removed footer for better \'classy\' look'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Fixed',
|
||||
list: [
|
||||
'(apps/contacts) Clicking on the checkbox on Tag select panel acts weird'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
// v12.0.0
|
||||
{
|
||||
version : 'v12.0.0',
|
||||
releaseDate: 'April 16, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Breaking Changes',
|
||||
type: 'Added',
|
||||
list: [
|
||||
'This is the new major version of the Fuse and it\'s completely different from previous versions with no upgrade path',
|
||||
'This version requires a clean installation'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Features',
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'Improved the look and feel',
|
||||
'Re-wrote the entire template from scratch using Tailwind',
|
||||
|
||||
Reference in New Issue
Block a user