Updated changelog and increased the version number

This commit is contained in:
sercan 2021-06-14 14:29:58 +03:00
parent 403a949d4a
commit 4da3612d22
5 changed files with 1712 additions and 1429 deletions

3045
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@fuse/demo",
"version": "13.0.3",
"version": "13.1.0",
"license": "https://themeforest.net/licenses/standard",
"private": true,
"scripts": {
@ -12,17 +12,17 @@
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "12.0.2",
"@angular/cdk": "12.0.2",
"@angular/common": "12.0.2",
"@angular/compiler": "12.0.2",
"@angular/core": "12.0.2",
"@angular/forms": "12.0.2",
"@angular/material": "12.0.2",
"@angular/material-moment-adapter": "12.0.2",
"@angular/platform-browser": "12.0.2",
"@angular/platform-browser-dynamic": "12.0.2",
"@angular/router": "12.0.2",
"@angular/animations": "12.0.4",
"@angular/cdk": "12.0.4",
"@angular/common": "12.0.4",
"@angular/compiler": "12.0.4",
"@angular/core": "12.0.4",
"@angular/forms": "12.0.4",
"@angular/material": "12.0.4",
"@angular/material-moment-adapter": "12.0.4",
"@angular/platform-browser": "12.0.4",
"@angular/platform-browser-dynamic": "12.0.4",
"@angular/router": "12.0.4",
"@fullcalendar/angular": "4.4.5-beta",
"@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2",
@ -32,32 +32,32 @@
"@fullcalendar/rrule": "4.4.2",
"@fullcalendar/timegrid": "4.4.2",
"@ngneat/transloco": "2.21.0",
"apexcharts": "3.26.3",
"apexcharts": "3.27.1",
"crypto-js": "3.3.0",
"highlight.js": "11.0.0",
"highlight.js": "11.0.1",
"lodash-es": "4.17.21",
"moment": "2.29.1",
"ng-apexcharts": "1.5.10",
"ng-apexcharts": "1.5.12",
"ngx-markdown": "12.0.1",
"ngx-quill": "14.0.0",
"perfect-scrollbar": "1.5.1",
"quill": "1.3.7",
"rrule": "2.6.8",
"rxjs": "6.6.7",
"tslib": "2.2.0",
"tslib": "2.3.0",
"web-animations-js": "2.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.2",
"@angular-devkit/build-angular": "12.0.4",
"@angular-eslint/builder": "12.1.0",
"@angular-eslint/eslint-plugin": "12.1.0",
"@angular-eslint/eslint-plugin-template": "12.1.0",
"@angular-eslint/schematics": "12.1.0",
"@angular-eslint/template-parser": "12.1.0",
"@angular/cli": "12.0.2",
"@angular/compiler-cli": "12.0.2",
"@angular/language-service": "12.0.2",
"@angular/cli": "12.0.4",
"@angular/compiler-cli": "12.0.4",
"@angular/language-service": "12.0.4",
"@tailwindcss/aspect-ratio": "0.2.1",
"@tailwindcss/line-clamp": "0.2.1",
"@tailwindcss/typography": "0.4.1",
@ -67,23 +67,23 @@
"@types/jasmine": "3.6.11",
"@types/lodash": "4.14.170",
"@types/lodash-es": "4.17.4",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"@types/node": "12.20.15",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"autoprefixer": "10.2.6",
"chroma-js": "2.1.2",
"eslint": "7.27.0",
"eslint": "7.28.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.1.2",
"eslint-plugin-jsdoc": "35.2.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.7.1",
"karma": "6.3.3",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.6.0",
"lodash": "4.17.21",
"postcss": "8.3.0",
"postcss": "8.3.3",
"tailwindcss": "2.1.4",
"typescript": "4.2.4"
}

View File

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

View File

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

View File

@ -11,6 +11,44 @@ export class ChangelogComponent
{
changelog: any[] = [
// v13.1.0
{
version : 'v13.1.0',
releaseDate: 'June 16, 2021',
changes : [
{
type: 'Added',
list: [
'(fuse/fullscreen) [tooltip] & [iconTpl] inputs for customizing the trigger button',
'(fuse/navigation) "target" property for setting the target attribute on external links',
'(ui/angular-material) List of available components with links to official docs',
'(ui/advanced-search) An example form that uses query parameters for Advanced Search like forms',
'(ui/page-layouts) Tabbed version of "Simple Fullwidth" page layout'
]
},
{
type: 'Changed',
list: [
'(app.resolver) Use services to request the initial data',
'(core) New navigation service to request and store the navigation data',
'(core/user) Renamed "user.model" to "user.types" for better consistency',
'(layouts) Common components of layouts now requests their data directly from their service rather than getting it from route data',
'(layouts/common/search) Improved the autocomplete design',
'(apps/ecommerce/inventory) Replaced the mat-table with a custom grid for better performance & improved the mobile experience',
'(docs) Updated the docs to reflect the latest changes',
'(dependencies) Updated Angular, Angular Material & various other packages'
]
},
{
type: 'Fixed',
list: [
'(fuse/navigation) First children of collapsable items don\'t have proper spacing at the top',
'(data/navigation) Wrong icon for "Invoice" navigation item',
'(data/navigation) Dashboards are missing from "Futuristic" navigation type'
]
}
]
},
// v13.0.3
{
version : 'v13.0.3',