From aaa683add5ff7d069363be0c700064278e80eb14 Mon Sep 17 00:00:00 2001 From: Nepcha Team Date: Thu, 25 Jan 2024 17:11:14 +0200 Subject: [PATCH 1/9] Update sitemap-creator.js --- projects/consumer/sitemap-creator.js | 29 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/projects/consumer/sitemap-creator.js b/projects/consumer/sitemap-creator.js index 20b09bc..c147126 100644 --- a/projects/consumer/sitemap-creator.js +++ b/projects/consumer/sitemap-creator.js @@ -7,31 +7,30 @@ const fs = require('fs'); // Define your application's routes const routes = [ '/', - '/docs/installation', - '/docs/license', - '/docs/what-is-tailwind-css', - '/docs/theming', - '/docs/button', '/docs/accordion', - '/docs/colors', - '/docs/fonts', '/docs/alert', '/docs/avatar', + '/docs/breadcrumb', + '/docs/button', + '/docs/button-group', '/docs/checkbox', + '/docs/chip', + '/docs/collapse', + '/docs/colors', '/docs/dialog', + '/docs/fonts', + '/docs/icon-button', + '/docs/installation', '/docs/input', + '/docs/license', + '/docs/pagination', '/docs/radiobutton', '/docs/select', - '/docs/textarea', - '/docs/button-group', - '/docs/icon-button', - '/docs/switch', '/docs/slider', '/docs/switch', - '/docs/pagination', - '/docs/chip', - '/docs/collapse' - // Add more routes as needed + '/docs/textarea', + '/docs/theming', + '/docs/what-is-tailwind-css', ]; function generateSitemap(){ From ef7d9c3ace1a3db440285e8e23b28f8539423c9e Mon Sep 17 00:00:00 2001 From: Nepcha Team Date: Thu, 25 Jan 2024 17:11:22 +0200 Subject: [PATCH 2/9] Update sitemap.xml --- projects/consumer/src/sitemap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/consumer/src/sitemap.xml b/projects/consumer/src/sitemap.xml index 4ab17e9..c2d9ad6 100644 --- a/projects/consumer/src/sitemap.xml +++ b/projects/consumer/src/sitemap.xml @@ -1 +1 @@ -https://www.david-ui-angular.com/2023-12-11https://www.david-ui-angular.com/docs/installation2023-12-11https://www.david-ui-angular.com/docs/license2023-12-11https://www.david-ui-angular.com/docs/what-is-tailwind-css2023-12-11https://www.david-ui-angular.com/docs/theming2023-12-11https://www.david-ui-angular.com/docs/button2023-12-11https://www.david-ui-angular.com/docs/accordion2023-12-11https://www.david-ui-angular.com/docs/colors2023-12-11https://www.david-ui-angular.com/docs/fonts2023-12-11https://www.david-ui-angular.com/docs/alert2023-12-11https://www.david-ui-angular.com/docs/avatar2023-12-11https://www.david-ui-angular.com/docs/checkbox2023-12-11https://www.david-ui-angular.com/docs/dialog2023-12-11https://www.david-ui-angular.com/docs/input2023-12-11https://www.david-ui-angular.com/docs/radiobutton2023-12-11https://www.david-ui-angular.com/docs/select2023-12-11https://www.david-ui-angular.com/docs/textarea2023-12-11https://www.david-ui-angular.com/docs/button-group2023-12-11https://www.david-ui-angular.com/docs/icon-button2023-12-11https://www.david-ui-angular.com/docs/switch2023-12-11https://www.david-ui-angular.com/docs/slider2023-12-11https://www.david-ui-angular.com/docs/switch2023-12-11https://www.david-ui-angular.com/docs/pagination2023-12-11https://www.david-ui-angular.com/docs/chip2023-12-11https://www.david-ui-angular.com/docs/collapse2023-12-11 \ No newline at end of file +https://www.david-ui-angular.com/2024-01-25https://www.david-ui-angular.com/docs/accordion2024-01-25https://www.david-ui-angular.com/docs/alert2024-01-25https://www.david-ui-angular.com/docs/avatar2024-01-25https://www.david-ui-angular.com/docs/breadcrumb2024-01-25https://www.david-ui-angular.com/docs/button2024-01-25https://www.david-ui-angular.com/docs/button-group2024-01-25https://www.david-ui-angular.com/docs/checkbox2024-01-25https://www.david-ui-angular.com/docs/chip2024-01-25https://www.david-ui-angular.com/docs/collapse2024-01-25https://www.david-ui-angular.com/docs/colors2024-01-25https://www.david-ui-angular.com/docs/dialog2024-01-25https://www.david-ui-angular.com/docs/fonts2024-01-25https://www.david-ui-angular.com/docs/icon-button2024-01-25https://www.david-ui-angular.com/docs/installation2024-01-25https://www.david-ui-angular.com/docs/input2024-01-25https://www.david-ui-angular.com/docs/license2024-01-25https://www.david-ui-angular.com/docs/pagination2024-01-25https://www.david-ui-angular.com/docs/radiobutton2024-01-25https://www.david-ui-angular.com/docs/select2024-01-25https://www.david-ui-angular.com/docs/slider2024-01-25https://www.david-ui-angular.com/docs/switch2024-01-25https://www.david-ui-angular.com/docs/textarea2024-01-25https://www.david-ui-angular.com/docs/theming2024-01-25https://www.david-ui-angular.com/docs/what-is-tailwind-css2024-01-25 \ No newline at end of file From 21d0ea4387b17dc33ea825ebd73e578c6d73b347 Mon Sep 17 00:00:00 2001 From: Wakahisa Date: Wed, 7 Feb 2024 11:16:01 +0200 Subject: [PATCH 3/9] Add support for angular 17 --- angular.json | 6 ++-- package.json | 32 +++++++++---------- .../installation/installation.component.html | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/angular.json b/angular.json index aefa8f6..afbad76 100644 --- a/angular.json +++ b/angular.json @@ -103,10 +103,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "browserTarget": "consumer:build:production" + "buildTarget": "consumer:build:production" }, "development": { - "browserTarget": "consumer:build:development" + "buildTarget": "consumer:build:development" } }, "defaultConfiguration": "development" @@ -114,7 +114,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "consumer:build" + "buildTarget": "consumer:build" } }, "test": { diff --git a/package.json b/package.json index db030c8..290e036 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,15 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.0", - "@angular/cdk": "^16.2.8", - "@angular/common": "^16.2.0", - "@angular/compiler": "^16.2.0", - "@angular/core": "^16.2.0", - "@angular/forms": "^16.2.0", - "@angular/platform-browser": "^16.2.0", - "@angular/platform-browser-dynamic": "^16.2.0", - "@angular/router": "^16.2.0", + "@angular/animations": "^17.1.2", + "@angular/cdk": "^17.1.2", + "@angular/common": "^17.1.2", + "@angular/compiler": "^17.1.2", + "@angular/core": "^17.1.2", + "@angular/forms": "^17.1.2", + "@angular/platform-browser": "^17.1.2", + "@angular/platform-browser-dynamic": "^17.1.2", + "@angular/router": "^17.1.2", "@fortawesome/angular-fontawesome": "^0.13.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", @@ -44,12 +44,12 @@ "tailwind-merge": "^1.14.0", "tslib": "^2.3.0", "xmlbuilder": "^15.1.1", - "zone.js": "~0.13.0" + "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.2", - "@angular/cli": "~16.2.2", - "@angular/compiler-cli": "^16.2.0", + "@angular-devkit/build-angular": "^17.1.2", + "@angular/cli": "~17.1.2", + "@angular/compiler-cli": "^17.1.2", "@material-tailwind/html": "^2.1.0", "@types/jasmine": "~4.3.0", "autoprefixer": "^10.4.15", @@ -59,9 +59,9 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.2.3", + "ng-packagr": "^17.1.2", "postcss": "^8.4.29", "tailwindcss": "^3.3.3", - "typescript": "~5.1.3" + "typescript": "~5.3.3" } -} +} \ No newline at end of file diff --git a/projects/consumer/src/app/docs/pages/installation/installation.component.html b/projects/consumer/src/app/docs/pages/installation/installation.component.html index 45e4d94..c685a8b 100644 --- a/projects/consumer/src/app/docs/pages/installation/installation.component.html +++ b/projects/consumer/src/app/docs/pages/installation/installation.component.html @@ -142,7 +142,7 @@

- In your project's styles.css or styles.scss, import David UI Angular's styles along with Tailwind CSS and you also need to import the @angular/cdk styles: + In your project's styles.css or styles.scss, import David UI Angular's styles along with Tailwind CSS and you also need to import the @angular/cdk styles:

From 8a5f601fc3c9394aac6005d10819cd773b87de39 Mon Sep 17 00:00:00 2001 From: Wakahisa Date: Mon, 12 Feb 2024 09:09:33 +0200 Subject: [PATCH 4/9] Update font-awesome --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 290e036..52441d7 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "@angular/platform-browser": "^17.1.2", "@angular/platform-browser-dynamic": "^17.1.2", "@angular/router": "^17.1.2", - "@fortawesome/angular-fontawesome": "^0.13.0", - "@fortawesome/fontawesome-svg-core": "^6.4.2", - "@fortawesome/free-brands-svg-icons": "^6.4.2", - "@fortawesome/free-regular-svg-icons": "^6.4.2", - "@fortawesome/free-solid-svg-icons": "^6.4.2", + "@fortawesome/angular-fontawesome": "^0.14.1", + "@fortawesome/fontawesome-svg-core": "^6.5.1", + "@fortawesome/free-brands-svg-icons": "^6.5.1", + "@fortawesome/free-regular-svg-icons": "^6.5.1", + "@fortawesome/free-solid-svg-icons": "^6.5.1", "bundle-scss": "^1.5.4", "cpx": "^1.5.0", "moment": "^2.29.4", @@ -64,4 +64,4 @@ "tailwindcss": "^3.3.3", "typescript": "~5.3.3" } -} \ No newline at end of file +} From d87988192fffc4fc85bff41cfa0ff80f27969040 Mon Sep 17 00:00:00 2001 From: taqishah Date: Wed, 21 Feb 2024 05:32:31 +0500 Subject: [PATCH 5/9] Create CHANGELOG.md --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ae3a7c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +## [1.0.0] 2019-09-20 +### Initial Release + +## [1.1.0] - 2020-02-27 +### Updates +- update to Angular 9 +- update all dependencies to match Angular 9 version + +## [1.1.1] - 2020-03-04 +### Update +- Remove .git, .gitignore, .editorconfig files + +## [1.2.0] - 2021-01-07 +### Update +- update to Angular 11 +- update all dependencies to match Angular 11 version + +## [1.3.0] - 2022-03-29 +### Update +- update to Angular 12 +- update all dependencies to match Angular 12 version + +## [1.4.0] - 2022-12-29 +### Update +- update to Angular 14 +- update all dependencies to match Angular 14 version + +## [1.5.0] - 2022-7-10 +### Update +- update to Angular 15 +- update all dependencies to match Angular 15 version +- scss and css warning issue fixed +- devextreme warning issue fixed + +## [1.5.1] - 2022-7-19 +### Update +- scss warning fixes + +## [1.5.2] - 2022-7-19 +### Update +- spinner issue fixed \ No newline at end of file From 093ef7be18fa819afdf2f53ef2122705ad63ea86 Mon Sep 17 00:00:00 2001 From: taqishah <> Date: Wed, 21 Feb 2024 05:34:23 +0500 Subject: [PATCH 6/9] Update package.json --- package.json | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 52441d7..03514fa 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,16 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.1.2", - "@angular/cdk": "^17.1.2", - "@angular/common": "^17.1.2", - "@angular/compiler": "^17.1.2", - "@angular/core": "^17.1.2", - "@angular/forms": "^17.1.2", - "@angular/platform-browser": "^17.1.2", - "@angular/platform-browser-dynamic": "^17.1.2", - "@angular/router": "^17.1.2", + + "@angular/animations": "17.1.3", + "@angular/cdk": "17.1.2", + "@angular/common": "17.1.3", + "@angular/compiler": "17.1.3", + "@angular/core": "17.1.3", + "@angular/forms": "17.1.3", + "@angular/platform-browser": "17.1.3", + "@angular/platform-browser-dynamic": "17.1.3", + "@angular/router": "17.1.3", "@fortawesome/angular-fontawesome": "^0.14.1", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.1", @@ -40,25 +41,27 @@ "cpx": "^1.5.0", "moment": "^2.29.4", "ngx-highlightjs": "^10.0.0", - "rxjs": "~7.8.0", + "rxjs": "~7.8.1", "tailwind-merge": "^1.14.0", "tslib": "^2.3.0", "xmlbuilder": "^15.1.1", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.2", - "@angular/cli": "~17.1.2", - "@angular/compiler-cli": "^17.1.2", + "@angular-devkit/build-angular": "17.1.3", + "@angular/cli": "17.1.3", + "@angular/compiler-cli": "17.1.3", "@material-tailwind/html": "^2.1.0", - "@types/jasmine": "~4.3.0", + "@types/jasmine": "5.1.4", + "jasmine-core": "5.1.2", + "jasmine-marbles": "0.9.2", + "jasmine-spec-reporter": "7.0.0", + "karma": "6.4.2", + "karma-chrome-launcher": "3.2.0", + "karma-coverage": "2.2.1", + "karma-jasmine": "5.1.0", + "karma-jasmine-html-reporter": "2.1.0", "autoprefixer": "^10.4.15", - "jasmine-core": "~4.6.0", - "karma": "~6.4.0", - "karma-chrome-launcher": "~3.2.0", - "karma-coverage": "~2.2.0", - "karma-jasmine": "~5.1.0", - "karma-jasmine-html-reporter": "~2.1.0", "ng-packagr": "^17.1.2", "postcss": "^8.4.29", "tailwindcss": "^3.3.3", From a9bd061f2a82894eb1e6bc7d5c4819bf13f0159c Mon Sep 17 00:00:00 2001 From: taqishah <> Date: Wed, 21 Feb 2024 16:02:50 +0500 Subject: [PATCH 7/9] Update CHANGELOG.md --- CHANGELOG.md | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3a7c0..6fc6122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,3 @@ -## [1.0.0] 2019-09-20 -### Initial Release - -## [1.1.0] - 2020-02-27 -### Updates -- update to Angular 9 -- update all dependencies to match Angular 9 version - -## [1.1.1] - 2020-03-04 +## [1.0.0] - 2024-2-21 ### Update -- Remove .git, .gitignore, .editorconfig files - -## [1.2.0] - 2021-01-07 -### Update -- update to Angular 11 -- update all dependencies to match Angular 11 version - -## [1.3.0] - 2022-03-29 -### Update -- update to Angular 12 -- update all dependencies to match Angular 12 version - -## [1.4.0] - 2022-12-29 -### Update -- update to Angular 14 -- update all dependencies to match Angular 14 version - -## [1.5.0] - 2022-7-10 -### Update -- update to Angular 15 -- update all dependencies to match Angular 15 version -- scss and css warning issue fixed -- devextreme warning issue fixed - -## [1.5.1] - 2022-7-19 -### Update -- scss warning fixes - -## [1.5.2] - 2022-7-19 -### Update -- spinner issue fixed \ No newline at end of file +- Angular 17 update \ No newline at end of file From 6a1350e957fce9c48395ba68b0bee79bd4c62f34 Mon Sep 17 00:00:00 2001 From: taqi Date: Thu, 22 Feb 2024 11:45:56 +0500 Subject: [PATCH 8/9] added support for angular 17 - Just have to run npm publish once merged --- projects/david-ui-angular/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/david-ui-angular/package.json b/projects/david-ui-angular/package.json index 502d29a..0d9a6ed 100644 --- a/projects/david-ui-angular/package.json +++ b/projects/david-ui-angular/package.json @@ -1,6 +1,6 @@ { "name": "david-ui-angular", - "version": "v1.0.0", + "version": "v1.1.0", "author": { "name": "David UI Org", "url": "https://github.com/david-ui-org" @@ -18,9 +18,9 @@ "typescript" ], "peerDependencies": { - "@angular/common": "^16.2.0", - "@angular/cdk": "^16.2.8", - "@angular/core": "^16.2.0", + "@angular/common": "^16.2.0 || ^17.1.3", + "@angular/cdk": "^16.2.8 || ^17.1.2", + "@angular/core": "^16.2.0 || ^17.1.3", "bundle-scss": "^1.5.4", "cpx": "^1.5.0", "rxjs": "~7.8.0", From 4df55056ce3e9d545a36cdb5c5d217e3a0b42c58 Mon Sep 17 00:00:00 2001 From: taqi Date: Thu, 22 Feb 2024 23:51:18 +0500 Subject: [PATCH 9/9] Update README.md --- projects/david-ui-angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/david-ui-angular/README.md b/projects/david-ui-angular/README.md index 3da446b..99d96f9 100644 --- a/projects/david-ui-angular/README.md +++ b/projects/david-ui-angular/README.md @@ -1,4 +1,4 @@ -# David UI Angular - 1.0.0 +# David UI Angular - 1.1.0 ### _The right choice for fast and easy UI development using tailwind css_