Updated Angular & Angular Material versions

Updated various other packages
Updated changelog and the version number
This commit is contained in:
Sercan Yemen
2022-12-12 14:50:08 +03:00
parent 685e981438
commit e39ec222d0
5 changed files with 1466 additions and 1354 deletions

View File

@@ -1,3 +1,3 @@
import { Version } from '@fuse/version/version';
export const FUSE_VERSION = new Version('17.0.1').full;
export const FUSE_VERSION = new Version('17.1.0').full;

View File

@@ -967,7 +967,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
icon : 'heroicons_outline:speakerphone',
link : '/docs/changelog',
badge: {
title : '17.0.1',
title : '17.1.0',
classes: 'px-2 bg-yellow-300 text-black rounded-full'
}
},

View File

@@ -10,6 +10,29 @@ export class ChangelogComponent
{
changelog: any[] = [
// v17.1.0
{
version : 'v17.1.0',
releaseDate: 'Dec 12, 2022',
changes : [
{
type: 'Changed',
list: [
'(Dependencies) Updated Angular & Angular Material to v15.0.0',
'(Dependencies) Updated various other packages',
'(Core) Use the new "CanMatch" guard for routes rather than "CanLoad" & "CanActivate" combination'
]
},
{
type: 'Fixed',
list: [
'(Angular Material) Fixed: Autocompleted input background color does not look right',
'(Angular Material) Fixed: Tailwind breaks the disabled mat-checkbox styling',
]
}
]
},
// v17.0.1
{
version : 'v17.0.1',