mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-06 18:45:08 +00:00
Updated version numbers and changelog
This commit is contained in:
parent
da2cf6a5e5
commit
116e17df26
|
@ -1,3 +1,3 @@
|
||||||
import { Version } from '@fuse/version/version';
|
import { Version } from '@fuse/version/version';
|
||||||
|
|
||||||
export const FUSE_VERSION = new Version('18.0.0').full;
|
export const FUSE_VERSION = new Version('19.0.0').full;
|
||||||
|
|
|
@ -973,7 +973,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
icon : 'heroicons_outline:megaphone',
|
icon : 'heroicons_outline:megaphone',
|
||||||
link : '/docs/changelog',
|
link : '/docs/changelog',
|
||||||
badge: {
|
badge: {
|
||||||
title : '18.0.0',
|
title : '19.0.0',
|
||||||
classes: 'px-2 bg-yellow-300 text-black rounded-full',
|
classes: 'px-2 bg-yellow-300 text-black rounded-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,6 +13,30 @@ export class ChangelogComponent
|
||||||
{
|
{
|
||||||
changelog: any[] = [
|
changelog: any[] = [
|
||||||
|
|
||||||
|
// v19.0.0
|
||||||
|
{
|
||||||
|
version : 'v19.0.0',
|
||||||
|
releaseDate: 'Nov 20, 2023',
|
||||||
|
changes: [
|
||||||
|
{
|
||||||
|
type: 'Changed',
|
||||||
|
list: [
|
||||||
|
'(Dependencies) Updated Angular & Angular Material to v17',
|
||||||
|
'(Dependencies) Updated various other packages',
|
||||||
|
'(Transloco) Updated to standalone configuration',
|
||||||
|
'(core) Use inject for dependencies'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'Fixed',
|
||||||
|
list: [
|
||||||
|
'Rotation on some icons',
|
||||||
|
'Autocompleted input colors'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
// v18.0.0
|
// v18.0.0
|
||||||
{
|
{
|
||||||
version : 'v18.0.0',
|
version : 'v18.0.0',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user