Skip to content

Commit

Permalink
feat: prepare for 8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
  • Loading branch information
Ks89 committed May 31, 2024
1 parent 5532529 commit 7bd13c7
Show file tree
Hide file tree
Showing 6 changed files with 2,625 additions and 1,965 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
| Angular 14 | &gt;= 5.0.0 |
| Angular 15 | &gt;= 6.0.1 |
| Angular 16 | &gt;= 7.0.0 |
| Angular 17 | &gt;= 7.0.0 |
| Angular 18 | &gt;= 8.0.0 |

<br>

Expand Down Expand Up @@ -140,6 +142,7 @@ Both accept inputs for CSS class highlighting. If you do not pass a string then

## :fire: News :fire:

- 31/05/2024 - 8.0.0 - @ks89/ngx-drag-n-drop - [HERE](https://github.com/Ks89/ngx-drag-n-drop/releases)
- 16/08/2023 - 7.0.1 - @ks89/ngx-drag-n-drop - [HERE](https://github.com/Ks89/ngx-drag-n-drop/releases)
- 17/11/2022 - 6.0.1 - @ks89/ngx-drag-n-drop - [HERE](https://github.com/Ks89/ngx-drag-n-drop/releases)
- 11/04/2021 - 5.0.0 - @ks89/ngx-drag-n-drop - [HERE](https://github.com/Ks89/ngx-drag-n-drop/releases)
Expand Down
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-drag-n-drop",
"outputPath": {
"base": "dist/ngx-drag-n-drop"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -32,7 +33,8 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -51,9 +53,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 7bd13c7

Please sign in to comment.