diff --git a/glade_forms/CHANGELOG.md b/glade_forms/CHANGELOG.md index 43e6a6f..b6ba021 100644 --- a/glade_forms/CHANGELOG.md +++ b/glade_forms/CHANGELOG.md @@ -1,10 +1,16 @@ -## DEV: + +## 3.0.0 +**Breaking release** + - **[Add]**: Add `allowBlank` parameter to `isEmpty` string validator. - **[Add]**: Add `IntInput` as a specialized variant of GladeInput which has additional, int related, validations such as `isBetween`, `isMin`, `isMax` - **[Add]**: Support skipping particular validation with `shouldValidate` callback. - **[Breaking]**: The `resetToPure` method on both GladeInput and GladeModel has been renamed to `setAsNewPure`. This change better reflects the method's behavior of setting a new pure state rather than resetting to the original state. - **[Add]**: New `resetToPure` method added to both GladeInput and GladeModel. This method truly resets the input(s) to their initial value(s) and marks them as pure. +## 2.3.0 +- RETRACTED version, should be 3.0.0 + ## 2.2.0 - **[Add]**: Add `resetToPure` on model level. diff --git a/glade_forms/pubspec.yaml b/glade_forms/pubspec.yaml index d0033fd..8023bf0 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: 2.2.0 +version: 3.0.0 repository: https://github.com/netglade/glade_forms issue_tracker: https://github.com/netglade/glade_forms/issues screenshots: