mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-09 13:28: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:
@@ -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