Skip to content

Commit d9bed61

Browse files
committed
Merge tag '18.1.0' into develop
18.1.0
2 parents be0fd65 + da44924 commit d9bed61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# 18.0.2
1+
# 18.1.0
22

3-
- Add `allowNull` optional parameter to the `CompareValidator`.
43
- Add `oneOf` validator to the list of validators.
54
- Add `debounced` async validator that allows to specify a custom debounce time for a single validator.
65
- The `Validators.delegateAsync()` function now accepts an optional `debounceTime` parameter, defaulting to 0. This allows immediate execution or custom debouncing for asynchronous validation.
76

87
# 18.0.1
98

109
## Features
10+
- Add `allowNull` optional parameter to the `CompareValidator`.
1111
- The FormControl.reset() method has been updated to align with
1212
the common expectation that resetting a control without specifying a
1313
new value should revert it to its initial state.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies:
8888
flutter:
8989
sdk: flutter
9090

91-
reactive_forms: ^18.0.1
91+
reactive_forms: ^18.1.0
9292
```
9393
9494
Then, run the command `flutter packages get` in the console.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactive_forms
22
description: This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular Reactive Forms.
3-
version: 18.0.1
3+
version: 18.1.0
44
homepage: "https://github.com/joanpablo/reactive_forms"
55

66
environment:

0 commit comments

Comments
 (0)