You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
+
# 18.1.0
2
+
3
+
- Add `oneOf` validator to the list of validators.
4
+
- Add `debounced` async validator that allows to specify a custom debounce time for a single validator.
5
+
- The `Validators.delegateAsync()` function now accepts an optional `debounceTime` parameter, defaulting to 0. This allows immediate execution or custom debouncing for asynchronous validation.
6
+
1
7
# 18.0.1
2
8
3
9
## Features
10
+
- Add `allowNull` optional parameter to the `CompareValidator`.
4
11
- The FormControl.reset() method has been updated to align with
5
12
the common expectation that resetting a control without specifying a
0 commit comments