mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(dependencies) Updated Angular & Angular Material to v14.1.0
(dependencies) Updated various other packages
This commit is contained in:
parent
bb06bccf91
commit
6d516a119a
|
@ -33,7 +33,10 @@
|
||||||
"highlight.js",
|
"highlight.js",
|
||||||
"crypto-js/enc-utf8",
|
"crypto-js/enc-utf8",
|
||||||
"crypto-js/hmac-sha256",
|
"crypto-js/hmac-sha256",
|
||||||
"crypto-js/enc-base64"
|
"crypto-js/enc-base64",
|
||||||
|
"flat",
|
||||||
|
"moment",
|
||||||
|
"quill"
|
||||||
],
|
],
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/favicon-16x16.png",
|
"src/favicon-16x16.png",
|
||||||
|
|
9171
package-lock.json
generated
9171
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
78
package.json
78
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fuse-angular",
|
"name": "fuse-angular",
|
||||||
"version": "15.0.0",
|
"version": "15.1.0",
|
||||||
"description": "Fuse - Angular Admin Template and Starter Project",
|
"description": "Fuse - Angular Admin Template and Starter Project",
|
||||||
"author": "https://themeforest.net/user/srcn",
|
"author": "https://themeforest.net/user/srcn",
|
||||||
"license": "https://themeforest.net/licenses/standard",
|
"license": "https://themeforest.net/licenses/standard",
|
||||||
|
@ -14,67 +14,67 @@
|
||||||
"lint": "ng lint"
|
"lint": "ng lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "14.0.0",
|
"@angular/animations": "14.1.0",
|
||||||
"@angular/cdk": "14.0.0",
|
"@angular/cdk": "14.1.0",
|
||||||
"@angular/common": "14.0.0",
|
"@angular/common": "14.1.0",
|
||||||
"@angular/compiler": "14.0.0",
|
"@angular/compiler": "14.1.0",
|
||||||
"@angular/core": "14.0.0",
|
"@angular/core": "14.1.0",
|
||||||
"@angular/forms": "14.0.0",
|
"@angular/forms": "14.1.0",
|
||||||
"@angular/material": "14.0.0",
|
"@angular/material": "14.1.0",
|
||||||
"@angular/material-moment-adapter": "14.0.0",
|
"@angular/material-moment-adapter": "14.1.0",
|
||||||
"@angular/platform-browser": "14.0.0",
|
"@angular/platform-browser": "14.1.0",
|
||||||
"@angular/platform-browser-dynamic": "14.0.0",
|
"@angular/platform-browser-dynamic": "14.1.0",
|
||||||
"@angular/router": "14.0.0",
|
"@angular/router": "14.1.0",
|
||||||
"@ngneat/transloco": "4.0.0",
|
"@ngneat/transloco": "4.1.1",
|
||||||
"apexcharts": "3.35.3",
|
"apexcharts": "3.35.3",
|
||||||
"crypto-js": "3.3.0",
|
"crypto-js": "3.3.0",
|
||||||
"highlight.js": "11.5.1",
|
"highlight.js": "11.6.0",
|
||||||
"lodash-es": "4.17.21",
|
"lodash-es": "4.17.21",
|
||||||
"moment": "2.29.3",
|
"moment": "2.29.4",
|
||||||
"ng-apexcharts": "1.7.1",
|
"ng-apexcharts": "1.7.1",
|
||||||
"ngx-markdown": "13.1.0",
|
"ngx-markdown": "14.0.1",
|
||||||
"ngx-quill": "17.0.0",
|
"ngx-quill": "18.0.0",
|
||||||
"perfect-scrollbar": "1.5.5",
|
"perfect-scrollbar": "1.5.5",
|
||||||
"quill": "1.3.7",
|
"quill": "1.3.7",
|
||||||
"rxjs": "7.5.5",
|
"rxjs": "7.5.6",
|
||||||
"tslib": "2.4.0",
|
"tslib": "2.4.0",
|
||||||
"zone.js": "0.11.5"
|
"zone.js": "0.11.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "14.0.0",
|
"@angular-devkit/build-angular": "14.1.0",
|
||||||
"@angular-eslint/builder": "13.2.1",
|
"@angular-eslint/builder": "14.0.2",
|
||||||
"@angular-eslint/eslint-plugin": "13.2.1",
|
"@angular-eslint/eslint-plugin": "14.0.2",
|
||||||
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
"@angular-eslint/eslint-plugin-template": "14.0.2",
|
||||||
"@angular-eslint/schematics": "13.2.1",
|
"@angular-eslint/schematics": "14.0.2",
|
||||||
"@angular-eslint/template-parser": "13.2.1",
|
"@angular-eslint/template-parser": "14.0.2",
|
||||||
"@angular/cli": "14.0.0",
|
"@angular/cli": "14.1.0",
|
||||||
"@angular/compiler-cli": "14.0.0",
|
"@angular/compiler-cli": "14.1.0",
|
||||||
"@tailwindcss/aspect-ratio": "0.4.0",
|
"@tailwindcss/aspect-ratio": "0.4.0",
|
||||||
"@tailwindcss/line-clamp": "0.4.0",
|
"@tailwindcss/line-clamp": "0.4.0",
|
||||||
"@tailwindcss/typography": "0.5.2",
|
"@tailwindcss/typography": "0.5.4",
|
||||||
"@types/chroma-js": "2.1.3",
|
"@types/chroma-js": "2.1.4",
|
||||||
"@types/crypto-js": "3.1.47",
|
"@types/crypto-js": "3.1.47",
|
||||||
"@types/highlight.js": "10.1.0",
|
"@types/highlight.js": "10.1.0",
|
||||||
"@types/jasmine": "4.0.3",
|
"@types/jasmine": "4.0.3",
|
||||||
"@types/lodash": "4.14.182",
|
"@types/lodash": "4.14.182",
|
||||||
"@types/lodash-es": "4.17.6",
|
"@types/lodash-es": "4.17.6",
|
||||||
"@typescript-eslint/eslint-plugin": "5.27.0",
|
"@typescript-eslint/eslint-plugin": "5.30.7",
|
||||||
"@typescript-eslint/parser": "5.27.0",
|
"@typescript-eslint/parser": "5.30.7",
|
||||||
"autoprefixer": "10.4.7",
|
"autoprefixer": "10.4.7",
|
||||||
"chroma-js": "2.4.2",
|
"chroma-js": "2.4.2",
|
||||||
"eslint": "8.16.0",
|
"eslint": "8.20.0",
|
||||||
"eslint-plugin-import": "2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-jsdoc": "39.3.2",
|
"eslint-plugin-jsdoc": "39.3.3",
|
||||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||||
"jasmine-core": "4.1.1",
|
"jasmine-core": "4.2.0",
|
||||||
"karma": "6.3.20",
|
"karma": "6.4.0",
|
||||||
"karma-chrome-launcher": "3.1.1",
|
"karma-chrome-launcher": "3.1.1",
|
||||||
"karma-coverage": "2.2.0",
|
"karma-coverage": "2.2.0",
|
||||||
"karma-jasmine": "5.0.1",
|
"karma-jasmine": "5.1.0",
|
||||||
"karma-jasmine-html-reporter": "1.7.0",
|
"karma-jasmine-html-reporter": "2.0.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"postcss": "8.4.14",
|
"postcss": "8.4.14",
|
||||||
"tailwindcss": "3.0.24",
|
"tailwindcss": "3.1.6",
|
||||||
"typescript": "4.7.2"
|
"typescript": "4.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
import { Version } from '@fuse/version/version';
|
import { Version } from '@fuse/version/version';
|
||||||
|
|
||||||
export const FUSE_VERSION = new Version('15.0.0').full;
|
export const FUSE_VERSION = new Version('15.1.0').full;
|
||||||
|
|
|
@ -967,7 +967,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
icon : 'heroicons_outline:speakerphone',
|
icon : 'heroicons_outline:speakerphone',
|
||||||
link : '/docs/changelog',
|
link : '/docs/changelog',
|
||||||
badge: {
|
badge: {
|
||||||
title : '15.0.0',
|
title : '15.1.0',
|
||||||
classes: 'px-2 bg-yellow-300 text-black rounded-full'
|
classes: 'px-2 bg-yellow-300 text-black rounded-full'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,6 +10,26 @@ export class ChangelogComponent
|
||||||
{
|
{
|
||||||
changelog: any[] = [
|
changelog: any[] = [
|
||||||
|
|
||||||
|
// v15.1.0
|
||||||
|
{
|
||||||
|
version : 'v15.0.0',
|
||||||
|
releaseDate: 'Jul 21, 2022',
|
||||||
|
changes : [
|
||||||
|
{
|
||||||
|
type: 'Changed',
|
||||||
|
list: [
|
||||||
|
'(dependencies) Updated Angular & Angular Material to v14.1.0',
|
||||||
|
'(dependencies) Updated various other packages'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'Fixed',
|
||||||
|
list: [
|
||||||
|
'(@fuse/overrides/angular-material) mat-hint position is not working correctly on fields'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
// v15.0.0
|
// v15.0.0
|
||||||
{
|
{
|
||||||
version : 'v15.0.0',
|
version : 'v15.0.0',
|
||||||
|
@ -22,7 +42,7 @@ export class ChangelogComponent
|
||||||
'(@fuse/overrides/quill) Added tooltip styles for better compatibility',
|
'(@fuse/overrides/quill) Added tooltip styles for better compatibility',
|
||||||
'(@fuse/services/platform) Added platform checker service',
|
'(@fuse/services/platform) Added platform checker service',
|
||||||
'(global) Added custom scrollbar styling for platforms other than macOS and iOS',
|
'(global) Added custom scrollbar styling for platforms other than macOS and iOS',
|
||||||
'(layout/common/search) Implemented the new MatAutocomplete "autoSelectActiveOption" functionality',
|
'(layout/common/search) Implemented the new MatAutocomplete "autoSelectActiveOption" functionality'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -38,7 +58,7 @@ export class ChangelogComponent
|
||||||
'(@fuse/overrides/quill) Better scrolling for Quill editor',
|
'(@fuse/overrides/quill) Better scrolling for Quill editor',
|
||||||
'(auth) Made the renewing token on "sign-in-with-token" process an optional step to simplify the login process',
|
'(auth) Made the renewing token on "sign-in-with-token" process an optional step to simplify the login process',
|
||||||
'(auth) Changed the url on "signInUsingToken" method to reflect the mock-api changes',
|
'(auth) Changed the url on "signInUsingToken" method to reflect the mock-api changes',
|
||||||
'(mock-api) Replaced the "refresh-access-token" url with "sign-in-with-token"',
|
'(mock-api) Replaced the "refresh-access-token" url with "sign-in-with-token"'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user