Skip to content

Commit 32e26e2

Browse files
committed
Merge tag '18.1.2' into develop
18.1.2
2 parents f661c23 + 3b53da4 commit 32e26e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 18.1.2
2+
3+
## Fixes
4+
- Fixed an issue where enabling or disabling a `FormGroup` and `FormArray` did not correctly propagate the enabled/disabled state to all of its child controls.
5+
16
# 18.1.1
27

38
## Fixes

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.1.1
91+
reactive_forms: ^18.1.2
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.1.1
3+
version: 18.1.2
44
homepage: "https://github.com/joanpablo/reactive_forms"
55

66
environment:

0 commit comments

Comments
 (0)