Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnymsa committed Oct 23, 2024
1 parent b5ddfa6 commit 12a3fc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions glade_forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

## 3.0.0
- Breaking release
**Breaking release**

## 2.3.0:
- **[Add]**: Add `allowBlank` parameter to `isEmpty` string validator.
- **[Add]**: Add `IntInput` as a specialized variant of GladeInput<int> 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.

Expand Down

0 comments on commit 12a3fc9

Please sign in to comment.