mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-13 05:18:42 +00:00
Updated Angular & Angular Material versions
Updated various other packages Updated changelog and the version number
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user