Skip to content

Commit 0f3ca79

Browse files
committed
v6.28.3
1 parent baa5710 commit 0f3ca79

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.28.3] - 2025-05-08
2+
3+
* Fix: `Field.date` not using the correct display format
4+
15
## [6.28.2] - 2025-05-02
26

37
* Add: export 'form_chips and form_radio' to ny_widgets.dart

lib/widgets/ny_form.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ class Field {
10611061
intl.DateFormat? dateFormat,
10621062
DateTime? firstDate,
10631063
DateTime? lastDate,
1064-
DateTimeFieldPickerMode mode = DateTimeFieldPickerMode.dateAndTime,
1064+
DateTimeFieldPickerMode mode = DateTimeFieldPickerMode.date,
10651065
DateTimeFieldPickerPlatform pickerPlatform =
10661066
DateTimeFieldPickerPlatform.adaptive,
10671067
}) : cast = FormCast.date(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_support
22
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
3-
version: 6.28.2
3+
version: 6.28.3
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/support/tree/6.x
66
issue_tracker: https://github.com/nylo-core/support/issues

0 commit comments

Comments
 (0)