Skip to content

Commit 54b56e7

Browse files
authored
Merge pull request #1165 from udos86/upgrade-angular-14
Upgrade angular 15
2 parents 2e1e1f2 + d9f6b1c commit 54b56e7

File tree

268 files changed

+8927
-7454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+8927
-7454
lines changed

.browserslistrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
19-
- run: npm i
18+
node-version: '16.x'
19+
- run: npm i --force
2020
- run: npm run build:core && npm run test:core
2121
- run: npm run build:ui-basic && npm run test:ui-basic
2222
- run: npm run build:ui-bootstrap && npm run test:ui-bootstrap

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 16.0.0
2+
3+
### **Features**
4+
5+
* Migration to Angular 15 (Untyped Forms)
6+
* Migration to Material 15 (Legacy Components)
7+
8+
***
9+
110
# 15.0.0
211

312
### **Features**

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<img src="http://udos86.de/logo_ng2_dynamic_forms@2x.png" width="96" height="96" alt="Logo NG Dynamic Forms" style="float:left;" />
2-
31
# NG Dynamic Forms
42

53
[![npm version](https://badge.fury.io/js/%40ng-dynamic-forms%2Fcore.svg)](https://badge.fury.io/js/%40ng-dynamic-forms%2Fcore)

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,5 @@
543543
}
544544
}
545545
}
546-
},
547-
"defaultProject": "ng-dynamic-forms"
546+
}
548547
}

0 commit comments

Comments
 (0)