Compare commits

...

4 Commits

Author SHA1 Message Date
Sercan Yemen
1968227e19 Updated the version number and the changelog 2022-11-21 09:06:42 +03:00
Sercan Yemen
28180c7491 (@fuse/confirmation-dialog) Fixed: Dialog padding is broken because of MDC component class names 2022-11-20 14:11:00 +03:00
Sercan Yemen
de7a598c07 Updated the meta tags for the Demo 2022-11-18 11:14:00 +03:00
Sercan Yemen
8ae3cdfbea Updated the changelog 2022-11-18 11:07:04 +03:00
7 changed files with 28 additions and 9 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.1",
"license": "https://themeforest.net/licenses/standard",
"dependencies": {
"@angular/animations": "15.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.1",
"description": "Fuse - Angular Admin Template and Starter Project",
"author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard",

View File

@@ -8,12 +8,16 @@ import { FuseConfirmationConfig } from '@fuse/services/confirmation/confirmation
styles : [
`
.fuse-confirmation-dialog-panel {
@screen md {
@apply w-128;
}
.mat-dialog-container {
padding: 0 !important;
.mat-mdc-dialog-container {
.mat-mdc-dialog-surface {
padding: 0 !important;
}
}
}
`

View File

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

View File

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

View File

@@ -10,10 +10,24 @@ export class ChangelogComponent
{
changelog: any[] = [
// v17.0.1
{
version : 'v17.0.1',
releaseDate: 'Nov 21, 2022',
changes : [
{
type: 'Fixed',
list: [
'(@fuse/confirmation-dialog) Fixed: Extra padding on the confirmation dialogs',
]
}
]
},
// v17.0.0
{
version : 'v17.0.0',
releaseDate: 'TBA',
releaseDate: 'Nov 18, 2022',
changes : [
{
type: 'Breaking',
@@ -29,6 +43,7 @@ export class ChangelogComponent
list: [
'(Dependencies) Updated Angular & Angular Material to v15.0.0',
'(Dependencies) Updated various other packages',
'(Dependencies) Removed ngx-markdown from the package.json, it still can be used within Fuse, it\'s a part of the effort to make releasing Fuse updates easier',
'(General) Matched the files and folders with a newly created Angular v15 project to make things easier for the newcomers',
'(Angular Material) Re-wrote the override styles to make sure everything look the same as before (compatibility for MDC components)',
'(Theming) Re-wrote the theming system to make sure to keep everything working as before without any breaking changes'

View File

@@ -8,7 +8,7 @@
content="Admin Template and Starter Kit with Angular, Angular Material Components and TailwindCSS">
<meta
name="keywords"
content="Fuse,HTML,CSS,Angular,Angular 2,Angular 11,Angular 12,Angular 13,Material,Material 2,Angular Components,Tailwind,Tailwind CSS,TailwindCSS,Admin Template,Admin Starter Kit">
content="Fuse,HTML,CSS,Angular,Angular 13,Angular 14,Angular 15,Material,Angular Components,Tailwind,Tailwind CSS,TailwindCSS,Admin Template,Admin Starter Kit">
<meta
name="viewport"
content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">