Skip to content

Commit

Permalink
Merge pull request #1165 from udos86/upgrade-angular-14
Browse files Browse the repository at this point in the history
Upgrade angular 15
  • Loading branch information
udos86 authored Dec 3, 2022
2 parents 2e1e1f2 + d9f6b1c commit 54b56e7
Show file tree
Hide file tree
Showing 268 changed files with 8,927 additions and 7,454 deletions.
17 changes: 0 additions & 17 deletions .browserslistrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm i
node-version: '16.x'
- run: npm i --force
- run: npm run build:core && npm run test:core
- run: npm run build:ui-basic && npm run test:ui-basic
- run: npm run build:ui-bootstrap && npm run test:ui-bootstrap
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 16.0.0

### **Features**

* Migration to Angular 15 (Untyped Forms)
* Migration to Material 15 (Legacy Components)

***

# 15.0.0

### **Features**
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<img src="http://udos86.de/[email protected]" width="96" height="96" alt="Logo NG Dynamic Forms" style="float:left;" />

# NG Dynamic Forms

[![npm version](https://badge.fury.io/js/%40ng-dynamic-forms%2Fcore.svg)](https://badge.fury.io/js/%40ng-dynamic-forms%2Fcore)
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,5 @@
}
}
}
},
"defaultProject": "ng-dynamic-forms"
}
}
Loading

0 comments on commit 54b56e7

Please sign in to comment.