Skip to content

Commit afb4765

Browse files
authoredMay 31, 2024
🎉 feat: release ngx-dropzone v18
1 parent 3e9b4dd commit afb4765

File tree

7 files changed

+36
-36
lines changed

7 files changed

+36
-36
lines changed
 

‎angular.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@
9595
"prefix": "app",
9696
"architect": {
9797
"build": {
98-
"builder": "@angular-devkit/build-angular:browser",
98+
"builder": "@angular-devkit/build-angular:application",
9999
"options": {
100-
"outputPath": "dist/app",
100+
"outputPath": {
101+
"base": "dist/app"
102+
},
101103
"index": "projects/app/src/index.html",
102-
"main": "projects/app/src/main.ts",
103104
"polyfills": [
104105
"zone.js"
105106
],
@@ -112,7 +113,8 @@
112113
"styles": [
113114
"@angular/material/prebuilt-themes/indigo-pink.css"
114115
],
115-
"scripts": []
116+
"scripts": [],
117+
"browser": "projects/app/src/main.ts"
116118
},
117119
"configurations": {
118120
"production": {
@@ -131,9 +133,7 @@
131133
"outputHashing": "all"
132134
},
133135
"development": {
134-
"buildOptimizer": false,
135136
"optimization": false,
136-
"vendorChunk": true,
137137
"extractLicenses": false,
138138
"sourceMap": true,
139139
"namedChunks": true

‎bun.lockb

47.5 KB
Binary file not shown.

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"lint:material": "ng lint material"
1515
},
1616
"dependencies": {
17-
"@angular/animations": "^17.0.4",
18-
"@angular/cdk": "~17.0.1",
19-
"@angular/common": "^17.0.4",
20-
"@angular/compiler": "^17.0.4",
21-
"@angular/core": "^17.0.4",
22-
"@angular/forms": "^17.0.4",
23-
"@angular/material": "~17.0.1",
24-
"@angular/platform-browser": "^17.0.4",
25-
"@angular/platform-browser-dynamic": "^17.0.4",
26-
"@angular/router": "^17.0.4",
17+
"@angular/animations": "^18.0.1",
18+
"@angular/cdk": "~18.0.1",
19+
"@angular/common": "^18.0.1",
20+
"@angular/compiler": "^18.0.1",
21+
"@angular/core": "^18.0.1",
22+
"@angular/forms": "^18.0.1",
23+
"@angular/material": "~18.0.1",
24+
"@angular/platform-browser": "^18.0.1",
25+
"@angular/platform-browser-dynamic": "^18.0.1",
26+
"@angular/router": "^18.0.1",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.3.0",
2929
"zone.js": "^0.14.2"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^17.0.2",
33-
"@angular-eslint/builder": "^17.1.0",
34-
"@angular-eslint/eslint-plugin": "17.1.0",
35-
"@angular-eslint/eslint-plugin-template": "17.1.0",
36-
"@angular-eslint/schematics": "^17.1.0",
37-
"@angular-eslint/template-parser": "17.1.0",
38-
"@angular/cli": "^17.0.2",
39-
"@angular/compiler-cli": "^17.0.4",
32+
"@angular-devkit/build-angular": "^18.0.2",
33+
"@angular-eslint/builder": "^18.0.1",
34+
"@angular-eslint/eslint-plugin": "18.0.1",
35+
"@angular-eslint/eslint-plugin-template": "18.0.1",
36+
"@angular-eslint/schematics": "^18.0.1",
37+
"@angular-eslint/template-parser": "18.0.1",
38+
"@angular/cli": "^18.0.2",
39+
"@angular/compiler-cli": "^18.0.1",
4040
"@types/jasmine": "~3.8.0",
4141
"@types/node": "^20.5.9",
4242
"@typescript-eslint/eslint-plugin": "^6.10.0",
@@ -49,7 +49,7 @@
4949
"karma-coverage": "~2.0.3",
5050
"karma-jasmine": "~4.0.0",
5151
"karma-jasmine-html-reporter": "~1.7.0",
52-
"ng-packagr": "^17.0.2",
53-
"typescript": "5.2.2"
52+
"ng-packagr": "^18.0.0",
53+
"typescript": "5.4.5"
5454
}
55-
}
55+
}

‎projects/cdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"cdk"
2424
],
2525
"peerDependencies": {
26-
"@angular/common": "^17.0.0",
27-
"@angular/core": "^17.0.0",
28-
"@angular/forms": "^17.0.0",
26+
"@angular/common": "^18.0.0",
27+
"@angular/core": "^18.0.0",
28+
"@angular/forms": "^18.0.0",
2929
"rxjs": "^7.4.0"
3030
}
3131
}

‎projects/material/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"material"
2424
],
2525
"peerDependencies": {
26-
"@angular/common": "^17.0.0",
27-
"@angular/core": "^17.0.0",
28-
"@angular/forms": "^17.0.0",
29-
"@ngx-dropzone/cdk": "^17.0.0",
26+
"@angular/common": "^18.0.0",
27+
"@angular/core": "^18.0.0",
28+
"@angular/forms": "^18.0.0",
29+
"@ngx-dropzone/cdk": "^18.0.0",
3030
"rxjs": "^7.4.0"
3131
}
3232
}

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install @ngx-dropzone/cdk @ngx-dropzone/material
3636
## Versioning
3737

3838
For the versioning, we stay consistent with the major Angular releases.
39-
So Angular (components) v17 will be compatible with `@ngx-dropzone/cdk@17.x.x`.
39+
So Angular (components) 18 will be compatible with `@ngx-dropzone/cdk@18.x.x`.
4040

4141
Please note, that v16 is the first officially supported version.
4242
For older Angular releases, use the libs at your own risk.

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"@ngx-dropzone/material": ["dist/material"]
99
},
1010
"outDir": "./dist/out-tsc",
11+
"esModuleInterop": true,
1112
"forceConsistentCasingInFileNames": true,
1213
"strict": true,
1314
"noImplicitReturns": true,
1415
"noFallthroughCasesInSwitch": true,
1516
"sourceMap": true,
1617
"declaration": false,
17-
"downlevelIteration": true,
1818
"experimentalDecorators": true,
1919
"moduleResolution": "node",
2020
"importHelpers": true,

0 commit comments

Comments
 (0)
Please sign in to comment.