Skip to content

Commit

Permalink
v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Dec 29, 2024
1 parent 35b6822 commit 5bb7585
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.13.1] - 2024-12-29

* Fix form.dart

## [6.13.0] - 2024-12-29

* Fix validation max and min rules
Expand Down
1 change: 1 addition & 0 deletions lib/widgets/form/form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ class _NyFormState extends NyState<NyForm> {
}

if (widget.form.getLoadData is! Future Function() &&
widget.form.getLoadData != null &&
initialFormData == null) {
initialFormData = widget.form.getLoadData!();
widget.form.setData(initialFormData, refreshState: false);
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: nylo_support
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
version: 6.13.0
version: 6.13.1
homepage: https://nylo.dev
repository: https://github.com/nylo-core/support/tree/6.x
issue_tracker: https://github.com/nylo-core/support/issues
Expand Down

0 comments on commit 5bb7585

Please sign in to comment.