diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6fc6122 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## [1.0.0] - 2024-2-21 +### Update +- Angular 17 update \ No newline at end of file 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..03514fa 100644 --- a/package.json +++ b/package.json @@ -22,46 +22,49 @@ }, "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", - "@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", + + "@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", + "@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", "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.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.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": "^16.2.3", + "ng-packagr": "^17.1.2", "postcss": "^8.4.29", "tailwindcss": "^3.3.3", - "typescript": "~5.1.3" + "typescript": "~5.3.3" } } 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(){ 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: