diff --git a/CHANGELOG.md b/CHANGELOG.md index f4276b5..0beb7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 17.0.0 + +## Breaking changes + +- Remove `onWillPop` from `ReactiveForm` and `ReactiveFormBuilder` widgets. + +## Features + +- Add `canPop` and `onPopInvoked` to `ReactiveForm` and `ReactiveFormBuilder` widgets. + # 16.1.1 ## Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 9977232..550638e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: reactive_forms description: This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular Reactive Forms. -version: 16.1.1 +version: 17.0.0 homepage: "https://github.com/joanpablo/reactive_forms" environment: