diff --git a/glade_forms/CHANGELOG.md b/glade_forms/CHANGELOG.md index b6ba021..ba8d55e 100644 --- a/glade_forms/CHANGELOG.md +++ b/glade_forms/CHANGELOG.md @@ -1,5 +1,11 @@ +# 3.0.1 +- **[Fix]**: GladeFormProvider is missing key property [Fix 73](https://github.com/netglade/glade_forms/issues/73) +- **[Fix]**: enable value transform with text editing controller [Fix 72](https://github.com/netglade/glade_forms/issues/72) +- **[Fix]**: Input subscribed to its own changes in onDependencyChange [Fix 76](https://github.com/netglade/glade_forms/issues/76) + ## 3.0.0 + **Breaking release** - **[Add]**: Add `allowBlank` parameter to `isEmpty` string validator. diff --git a/glade_forms/pubspec.yaml b/glade_forms/pubspec.yaml index 8023bf0..4888a93 100644 --- a/glade_forms/pubspec.yaml +++ b/glade_forms/pubspec.yaml @@ -1,6 +1,6 @@ name: glade_forms description: A universal way to define form validators with support of translations. -version: 3.0.0 +version: 3.0.1 repository: https://github.com/netglade/glade_forms issue_tracker: https://github.com/netglade/glade_forms/issues screenshots: