Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-guerin committed Jun 7, 2024
1 parent 55dca58 commit 3825b05
Show file tree
Hide file tree
Showing 7 changed files with 3,974 additions and 3,755 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngx-form-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.16.1 ]
node-version: [ 18.19.1 ]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ npm install --save @paddls/ngx-form

| `Angular` | `NgxForm` |
|--------------------|-------------------|
| `18.0.0` and above | `8.0.0` and above |
| `17.0.0` and above | `7.0.0` and above |
| `16.0.0` and above | `6.0.0` and above |
| `15.0.0` and above | `5.0.0` and above |
Expand Down
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-form-app",
"outputPath": {
"base": "dist/ngx-form-app"
},
"index": "projects/ngx-form-app/src/index.html",
"main": "projects/ngx-form-app/src/main.ts",
"polyfills": "projects/ngx-form-app/src/polyfills.ts",
"polyfills": [
"projects/ngx-form-app/src/polyfills.ts"
],
"tsConfig": "projects/ngx-form-app/tsconfig.app.json",
"aot": true,
"assets": [
Expand All @@ -67,7 +70,8 @@
"styles": [
"projects/ngx-form-app/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-form-app/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -82,8 +86,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 3825b05

Please sign in to comment.