Skip to content

Releases: nylo-core/support

v5.82.2

04 Sep 19:06
Compare
Choose a tag to compare
  • Fix max validation rule
  • pubspec.yaml dependency updates

v5.82.1

09 Aug 22:05
Compare
Choose a tag to compare
  • pubspec.yaml dependency updates

v5.82.0

18 Jul 10:19
Compare
Choose a tag to compare
  • New create method added to NyFormData class. This will allow you to create the form from the instance.
  • Add FormStyle to NyForm. This will allow you to set a global style for the form. It currently only supports TextField and NyFormCheckbox widgets.
  • Ability to create custom validation rules in NyForm's
  • Added refreshState to NyForm class. This will refresh the state of the form.
  • Added new typedefs FormStyleTextField and FormStyleCheckbox for handling custom styles in NyForm
  • Added clear method to NyForm class. This will clear the form.
  • Added clearField method to NyForm class. This will clear a specific field in the form.
  • Update setField and setData methods in NyForm class. This will now update the state of the form after setting the field.
  • Small refactor to the NyTextField class
  • Refactor NyFormCheckbox class to support global styles
  • FormStyle added to Nylo class
  • Update pubspec.yaml

v5.81.2

09 Jul 13:35
Compare
Choose a tag to compare
  • Update default toast widget text style

v5.81.1

09 Jul 11:06
Compare
Choose a tag to compare
  • Remove default validation rule from NyLoginForm

v5.81.0

08 Jul 02:06
Compare
Choose a tag to compare
  • Refactor FormValidator class.
    • To set a validation rule, you must now use FormValidator.rule("email") instead of FormValidator("email")
    • You can now join multiple validation rules. E.g. FormValidator().minLength(5).uppercase() will check if the value is at least 5 characters long and has an uppercase letter.
  • Fix autofocus on Field's in NyForm

v5.80.0

07 Jul 17:04
Compare
Choose a tag to compare
  • Ability to create forms using slate packages

v5.79.1

06 Jul 21:53
Compare
Choose a tag to compare
  • Fix slight issue with NyForm when handling validation rules
  • Update validate helper in NyState to skip null values

v5.79.0

06 Jul 15:20
Compare
Choose a tag to compare
  • Add new Forms
    • NyFormCheckbox - This will create a checkbox form field
    • NyFormDateTimePicker - This will create a date time picker form field
  • Refactor NyFormData class
  • pubspec.yaml dependency updates

v5.78.1

05 Jul 15:52
Compare
Choose a tag to compare
  • Fix deleteAll() method in Backpack to not remove the nylo key