Skip to content

Commit 2e1e1f2

Browse files
authored
Merge pull request #1154 from udos86/development
15.0.0
2 parents e7b7654 + 9a5a369 commit 2e1e1f2

Some content is hidden

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

63 files changed

+19678
-36381
lines changed

.browserslistrc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
22
# For additional information regarding the format and rule options, please see:
33
# https://github.com/browserslist/browserslist#queries
4-
#
5-
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
64

7-
> 0.5%
8-
last 2 versions
5+
# For the full list of supported browsers by the Angular framework, please see:
6+
# https://angular.io/guide/browser-support
7+
8+
# You can see what browsers were selected by your queries by running:
9+
# npx browserslist
10+
11+
last 1 Chrome version
12+
last 1 Firefox version
13+
last 2 Edge major versions
14+
last 2 Safari major versions
15+
last 2 iOS major versions
916
Firefox ESR
10-
not dead
11-
not IE 9-11
17+
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.angular/
12
.idea/
23
.DS_STORE
34
npm-debug.log

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 15.0.0
2+
3+
### **Features**
4+
5+
* Migration to Angular 13
6+
7+
***
8+
19
# 14.0.1
210

311
### **Features**
@@ -9,6 +17,8 @@
917
* adds `distinctUntilChanged()` operator in `DynamicFormsRelationService` to performance problems (closes [#1060](https://github.com/udos86/ng-dynamic-forms/issues/1122))
1018
* adds manual change detection when async validation resolves
1119

20+
***
21+
1222
# 14.0.0
1323

1424
### **Features**

0 commit comments

Comments
 (0)