Skip to content

Releases: nylo-core/support

v6.19.2

10 Feb 03:30
Compare
Choose a tag to compare
  • Fix issue with Forms setting dummyData even if app env is not dev
  • Update pubspec.yaml

v6.19.1

05 Feb 01:53
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.19.0

04 Feb 04:40
Compare
Choose a tag to compare
  • Forms - Ability to set fields as readOnly
    • Fix issue "stream has already been listened to" #215
  • Fixes for NavigationHub
  • Small refactor to Pullable widget
  • Update pubspec.yaml

v6.18.0

02 Feb 04:06
Compare
Choose a tag to compare
  • Add new NavigationTab.alert widget for supporting alerts in the NavigationTab
  • New extension toBool and tryParseBool added to String class
  • New StateActions added to NavigationHubStateActions
    • alertEnableTab - Enable the alert for a specific tab
    • alertDisableTab - Disable the alert for a specific tab
  • Update pubspec.yaml

v6.17.1

29 Jan 04:40
Compare
Choose a tag to compare
  • Fix small issue with NavigationHub not using the correct icon when active
  • Update pubspec.yaml

v6.17.0

26 Jan 10:26
Compare
Choose a tag to compare
  • Added comprehensive DateTime manipulation methods:
    • Year operations: addYears() and subtractYears()
    • Month operations: addMonths() and subtractMonths()
    • Day operations: addDays() and subtractDays()
    • Hour operations: addHours() and subtractHours()
    • Minute operations: addMinutes() and subtractMinutes()
    • Second operations: addSeconds() and subtractSeconds()
  • Update NavigationHub to support the following:
    • Set a default current tab index: Override currentIndex in your NavigationHub class
    • New bottomNavBuilder method to build the bottom navigation bar
  • DateTime extension:
    • Allow toDateString to accept a String format
    • Add toDateStringUK to format the date in UK format
    • Add toDateStringUS to format the date in US format
  • New localAsset method added to AssetImage
  • Update pubspec.yaml

v6.16.1

16 Jan 03:56
Compare
Choose a tag to compare
  • Small change to getPublicAsset to remove first slash if it exists

v6.16.0

16 Jan 03:51
Compare
Choose a tag to compare
  • Add Field.capitalizeSentences and Field.capitalizeWords

v6.15.0

12 Jan 03:43
Compare
Choose a tag to compare
  • Make updatePageState public
  • Ensure handleSuccess handles responses within the correct status code range. Fixes 207
  • Fix header parameter in NyPullToRefresh and NyListView
  • Small fix for NyForm
  • Improvements to NavigationHub to support Text tabs and Icons
  • Updates to NavigationTab to support updating the Page, Title, Icon, Background Color and Tooltip
  • Update pubspec.yaml

v6.14.4

05 Jan 18:26
Compare
Choose a tag to compare
  • Fix issue with NyState