Skip to content

Commit

Permalink
Merge pull request #1154 from udos86/development
Browse files Browse the repository at this point in the history
15.0.0
  • Loading branch information
udos86 authored Apr 5, 2022
2 parents e7b7654 + 9a5a369 commit 2e1e1f2
Show file tree
Hide file tree
Showing 63 changed files with 19,678 additions and 36,381 deletions.
20 changes: 13 additions & 7 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
#
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed

> 0.5%
last 2 versions
# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support

# You can see what browsers were selected by your queries by running:
# npx browserslist

last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not dead
not IE 9-11
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.angular/
.idea/
.DS_STORE
npm-debug.log
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 15.0.0

### **Features**

* Migration to Angular 13

***

# 14.0.1

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

***

# 14.0.0

### **Features**
Expand Down
Loading

0 comments on commit 2e1e1f2

Please sign in to comment.