Skip to content

Commit

Permalink
update changelog and pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
remonke committed Mar 10, 2024
1 parent c45f2c2 commit 8402751
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8402751

Please sign in to comment.